Prints out debugging information from usb hid devices
NodeJS implementation of https://www.pjrc.com/teensy/hid_listen.html.
$ npm install -g hid-listen-cli
$ hid_listen --help
Print out debugging information from usb hid devices.
USAGE
$ hid-listen-cli
OPTIONS
-h, --help show CLI help
-v, --version show CLI version
DESCRIPTION
...
A simple and easy way to get basic usb hid device debug messages.
HID Listen automatically finds your device without operating system assigned port names or settings.
$ hid_listen
Waiting for device:
....Listening:
Device disconnected.
Waiting for new device:
....Listening:
r/c 01234567
00: 01000000
01: 00000000
r/c 01234567
00: 00000000
01: 00000000
r/c 01234567
00: 01000000
01: 00000000
r/c 01234567
00: 00000000
01: 00000000