2

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

1 Answer 1

2

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
Sign up to request clarification or add additional context in comments.

2 Comments

i have looked at them, but could'nt find out a working example. on msdn there are also parts of example on "Using Raw Input". damn couldn't they do a normal example from start to end?!!
yes i've got it working, but not as expected. see my other question

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.