user562854
user562854

Reputation:

Read Raw USB Input on Windows

I have device that is a USB HID Human Interface that sends keycodes to usb host when I press the keys and I just can't find a simple program that will dump all the input data that comes in my USB port? (with source code available of course. USBlyzer does it, but it's shareware)

Upvotes: 2

Views: 10958

Answers (1)

Justin Dearing
Justin Dearing

Reputation: 14978

Check out libusb and #USBLib Both are open sourse. #USBLib is a .net wrapper around the multi platform libusb.

Upvotes: 2

Related Questions