Read Raw USB Input on Windows

旧巷老猫 提交于 2019-12-22 21:44:56

问题


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)


回答1:


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



来源:https://stackoverflow.com/questions/7373247/read-raw-usb-input-on-windows

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!