Anyone know of a HID Library?

Cheetah

Well-known member
Joined
Oct 12, 2006
Messages
232
Programming Experience
Beginner
Hi there,

Anyone know of a decent HID Library for receiving messages from HID devices into my program?

There is this one that works: http://www.lvr.com/hidpage.htm, but it looks very complicated and was hoping for something a little more "managed", something where i could just enter the VID and PID and have an event raised when a message is received from the device.

I also came across this: http://www.codeproject.com/KB/cs/USB_HID.aspx, but it doesn't seem to work for me for some reason when running it (the sample included), can't seem to "latch" onto the HID device.

Thanks.
 
Back
Top