0.0.4 • Published 3 years ago

node-hid-parse v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

node-hid-parse

This package parses a buffer containg a USB HID report descriptor.

I implemented just enough of the HID usage tables to successfuly parse the report generated by an APC UPS (sadly, a long, long story.)

The basic logic should be sound. Accordingly, pull requests -- particulary those with more tables -- are welcome. (Don't worry, it's very simple to add more entries!)

If you know how to interpret units (codes 0x65, 0x66, and 0x67), then pull requests are also welcome.

Many Thanks

Many thanks to DIGImend author of hidrd.