1.0.1 • Published 5 years ago

motorola-ssi-scanner v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

motorola-ssi-scanner

Communicate with a Motorola SE3307 IG scanner using SSI over USB in node.js

Scanner Version

The firmware should be at least AABLS00-004-R00 for this driver to function correctly.

Usage

var Scanner = require('../scanner')
  , scanner = new Scanner()

scanner.on('scan', function(scannedCode, type) {
  log('Scanned', scannedCode, type)
})

scanner.start()
1.0.1

5 years ago

1.0.0

6 years ago

0.3.1

8 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago