-
-
Notifications
You must be signed in to change notification settings - Fork 121
NuGet
Christian Findlay edited this page Feb 4, 2019
·
5 revisions
For Hid Devices:
Install-Package Hid.Net
For Usb Devices on Andoird, Windows, or UWP:
Install-Package Usb.Net
For Usb Devices on Linux or MacOS
Install-Package Device.Net.LibUsb
Device.Net only provides the base interface. This would allow you to create a provider for a new device type like Bluetooth for example.