@tyrion-integration/node-red-contrib-nucleus-hid
v1.0.0
Published
Node-RED packages for interfacing with HID devices from Nucleus hardware
Downloads
3
Readme
Node-RED Hid Nodes
Nodes for interacting with HID devices in Node-RED.
References
Adapted the parsing of Linux HID Keyboard Buffers from the Input-Event library
Adapted the createReadStream idea from William Petit's minimal keyboard library
Which was adapted from Tim Caswell's nice solution to read a linux joystick [linux-jo]
Known Issues
The current keyboardFinder works with a single usb keyboard device
fs.createReadStream
is known to hang when attempting to close
- https://stackoverflow.com/questions/19277094/how-to-close-a-readable-stream-before-end
- https://github.com/nodejs/node/issues/15439