Giter Site home page Giter Site logo

bluefletch / cordova-plugin-honeywell-captuvo Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 24.0 10.08 MB

This plugin supports barcode scanning, magstripe reads and monitoring battery levels on the Honeywell Captuvo sled.

License: Apache License 2.0

Objective-C 98.49% JavaScript 1.51%

cordova-plugin-honeywell-captuvo's People

Contributors

alanlampa avatar blakebyrnes avatar kesali avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cordova-plugin-honeywell-captuvo's Issues

Sample code to initialize the scanner with this library

Hi there! Do you have an example of how to initialize the scanner before using the callback examples in the readme documentation? I see references to "NOTE: You must register a callback to initialize the hardware." but no example for that.

Thanks!

Support Apple silicon cheaps

Through my investigation, I found out, that SDK can not work with the simulator at arm64 architecture, may you make a small fix for the SDK, please?

Reading PDF417 barcode

Is anyone able to read the PDF417 barcode? I tried to use the Price Check and this plugin to read the PDF 417 barcode (try with default factory setting, and try it with max len with PDF 417 enabled as well). I am not getting the full PDF 417 barcode back. Any thought?

Use captuvo in a controller?

Is this possible? For example:

angular.module('app.controllers', [])
    .controller('homeCtrl', ['$scope',  '$stateParams', function($scope, $stateParams) {

               captuvo.registerScannerCallback(function(barcode) {
               Logger.log("Scanned: " + barcode);

            }
        }
    ])

Getting ReferenceError: captuvo is not defined. However it works in my app.js file here:

angular.module('app', ['ionic', 'app.controllers', 'app.routes', 'app.directives', 'app.services'])
    .run(function($ionicPlatform) {
        $ionicPlatform.ready(function() {
           captuvo.registerScannerCallback(function(barcode) {...}

I'm no Angular (or even js) pro, so I'm sure its something fundamental I am just not doing.

Android version

HI,
I noticed that there is IOS version for the scanner. Are there any plans to write an android alternative for the honeywell scanner.

SL22-022201 - Captuvo - No Scan Beam after period of inactivity

We have issue with Captuvo plugin, unable to scan the barcode after the period of inactivity. When we keep device idle for 2 hours, and the connection between sled and ipod device is lost. There is no beam light to scan the barcode . i have added below configuration in plist.info as per honeywell knowledge article but, it doesn't work.

= = = = = = = = =
Add item: “Required background modes”
Add sub item: “itme0” and the value is “App communicates with an accessory”

UIBackgroundModes

external-accessory

= = = = = = = = =

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.