Page 1 of 1

USB HID Host Driver for Windows

Posted: Sat Mar 05, 2011 12:03 pm
by potter68
Hello,

i would like to introduce my USB HID Host Driver Library for Windows today.

It supports HID devices using interrupt transfers and comes with only 4 functions:
- register the device,
- read and write and
- detect device changes (connection/disconnection).

I did implement a simple demo application with Visual Stucio C++ that you can download at http://www.embedded24.net.

If you have any questions, please ask here or write to e24(at)basic.io.

Greetings Potter

Re: USB HID Host Driver for Windows

Posted: Wed May 11, 2011 4:12 pm
by Micha
There are also some free alternatives (mainly written in/for C#) which you can find via this link collection.