motorola-ssi-scanner

1.0.1 • Public • Published

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()

Readme

Keywords

none

Package Sidebar

Install

npm i motorola-ssi-scanner

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

81.7 kB

Total Files

19

Last publish

Collaborators

  • serby