USB HID Host Driver for Windows

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
potter68
Posts: 1
Joined: Fri Mar 04, 2011 12:30 pm

USB HID Host Driver for Windows

Post by potter68 » Sat Mar 05, 2011 12:03 pm

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

Micha

Re: USB HID Host Driver for Windows

Post by Micha » Wed May 11, 2011 4:12 pm

There are also some free alternatives (mainly written in/for C#) which you can find via this link collection.

Post Reply