Project DescriptionSimple and small managed HID library for .NET 4 x86/x64. Can communicate with any HID USB device. Uses P/Invoke internally, no mixed mode assemblies or unmanged code.
Project GoalsThis project aims to make it simple to communicate with a HID USB device. This library will use the
HidD/HidP API. All "report parsing" is done, you will not handle raw report data. This library uses Usage Page/Usage as input/output. The project is created so that I can learn this API.
Current StatusProject just started. Still a lot of work to do...
Project Status PageTest Application
Sample CodeGo to
Documentation.
Other ProjectsA list of great projects/articles that has inspired me.
ResourcesFuture DevelopmentCan this library be used in a Silverlight 5 Out-of-Browser project?