HIDLib is a managed .NET library for USB HID device communication. This library will support device enumeration, insertion/removal notification, Input/Output/Feature reports, bulk transfers, etc.
It does not have any external dependencies on other libraries or filter drivers.
Also, it is designed using almost entirely native .NET code, unlike many other available libraries that rely heavily on unmanaged code.
This library is licensed under our
"Commercial Development, Community Benefit License".
You can see and report issues in our issue tracker:
HIDLib Issues
Public access to the repository for the latest source is not yet available. All files for this library are available in the Downloads section of this site.