Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Releases: iamDistractech/node-usb-barcode-scanner

v.1.2.0

13 Aug 13:49
64edac9
Compare
Choose a tag to compare
  • Error events from node-hid are now emitted from this package, instead of giving a unhandled/caught exception
  • stopScanning method added to stop the event listener en closing the node-hid scanner

v1.1.0

25 Jul 09:22
Compare
Choose a tag to compare

This release adds some new functionality

  • A method that returns devices on the computer (so you can see the VID/PID)
  • vCard support:
    • A scanned vCard now returns one string containing all data
    • this behaviour is default on but can be turned off by passing vCardString: false into the options object
    • The default separation is a pipe character '|', but can be changed by passing vCardSeparator: <string> into the options object
  • UTF8 Character coding is removed
  • Added a test environment

USB Barcode Scanner

14 May 14:08
Compare
Choose a tag to compare

The first release of the package. This release has some basic functionality.