-
-
Notifications
You must be signed in to change notification settings - Fork 120
Home
Christian Findlay edited this page Dec 30, 2018
·
11 revisions
Cross platform C# library for talking to connected devices such as Usb, and Hid devices.
This library provides a common Task based Async interface across platforms and device types. This allows for dependency injection so that different types of devices can be used on any platform with the same code. The supported device types are Hid, and USB. Other device types such as Bluetooth and so on may be added in future. Hid.Net is specifically for Hid devices that may be Usb devices. Usb.Net is specifically for Usb devices that don't have a Hid interface.