USB-HID-Tool
USB-HID-Tool copied to clipboard
A command line tool for accessing USB HID devices.
build.sh has been changed to be `chmod +x`. The binary is now built with the executable bit set. The `cp` was removing the executable bit.
Hello, I have an issue I am using Logitech MS 2s mouse I am trying to catch and send request to change channel of the mouse from channel 1 to...
Hi, i'm trying run Your demo code but i still receiving `root@BlueBook:/home/bluebit/Pobrane/hid/USB-HID-Tool/src/linux# ./usbhidtool ./usbhidtool: symbol lookup error: ./usbhidtool: undefined symbol: libusb_handle_events_completed`
The example contains 2 parms (vid+pid), then another 2 undocumented parms 0x00 0x01 and then 64 parameters. However, the text/code only speaks of 2 parms + 64. Also, the 64...