Skip to content

Instantly share code, notes, and snippets.

@ceremcem
Last active September 16, 2017 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ceremcem/9607043bc6e49ec5b8e63fc4c060e88a to your computer and use it in GitHub Desktop.
Save ceremcem/9607043bc6e49ec5b8e63fc4c060e88a to your computer and use it in GitHub Desktop.
require! 'node-hid': HID
console.log HID.devices!
device = new HID.HID 0, 1
device.on \data, (data) ->
console.log "data: ", data, "string: ", data.to-string!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment