hid-listen-cli

1.1.2 • Public • Published

hid-listen-cli

Prints out debugging information from usb hid devices

Build Status Codacy Badge Dependabot Status

NodeJS implementation of https://www.pjrc.com/teensy/hid_listen.html.

Install

$ npm install -g hid-listen-cli

Usage

$ 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.
 
 

Example output

$ 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

Readme

Keywords

Package Sidebar

Install

npm i hid-listen-cli

Weekly Downloads

0

Version

1.1.2

License

MIT

Unpacked Size

4.85 kB

Total Files

6

Last publish

Collaborators

  • zvecr