Skip to content

Cordova plugin to integrate scanner on honeywell devices

License

Notifications You must be signed in to change notification settings

Prezent/cordova-honeywell

This branch is 12 commits ahead of icsfl/cordova-honeywell:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

84d510d · Apr 16, 2024

History

15 Commits
Oct 29, 2020
Feb 29, 2016
Feb 29, 2016
Jun 30, 2020
Feb 29, 2016
Feb 29, 2016
Apr 16, 2024
Apr 16, 2024

Repository files navigation

cordova-honeywell

Cordova Plugin to receive input from a Honeywell scanners (CT50, D75E, others?).

Device Setup

  • No special device setup is required.

Usage

This plugin uses the setKeepCallback feature of the PluginResult so that you don't have to continually register to listen for scans. Wire up an scan event listener like this:

plugins.honeywell.listenForScans(function(data) {
  // do something with 'data'
    console.log('You scanned: ' + data);
  }, function(error) {
    // do something with 'errir'
   console.log('Something went wrong: ' + error);
  });

Subsequent calls to listenForScans will replace the previously set callbacks.

About

Cordova plugin to integrate scanner on honeywell devices

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.6%
  • JavaScript 4.4%