Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.
/ hid-listen-cli Public archive

Prints out debugging information from usb hid devices

License

Notifications You must be signed in to change notification settings

zvecr/hid-listen-cli

Repository files navigation

hid-listen-cli

Prints out debugging information from usb hid devices

npm version 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

About

Prints out debugging information from usb hid devices

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published