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)
Share
Check out libusb and #USBLib Both are open sourse. #USBLib is a .net wrapper around the multi platform libusb.