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)
Justin Dearing
15.1k24 gold badges94 silver badges166 bronze badges
asked Sep 10, 2011 at 17:08
user562854
1 Answer 1
Check out libusb and #USBLib Both are open sourse. #USBLib is a .net wrapper around the multi platform libusb.
Brian
5,0693 gold badges22 silver badges30 bronze badges
answered Sep 10, 2011 at 17:11
Justin Dearing
15.1k24 gold badges94 silver badges166 bronze badges
Sign up to request clarification or add additional context in comments.