dorumrr / npmjs-cordova-honeywell-scanner-simplified

A Ionic/Cordova Honeywell Scanner Simplified Plugin for the built-in barcodes scanner.
https://www.npmjs.com/package/cordova-honeywell-scanner-simplified
MIT License
10 stars 18 forks source link

Devices tested with... #2

Open andreicocari opened 5 years ago

andreicocari commented 5 years ago

Figured I'd create a thread where people can confirm the devices it has been tested with.

dorumrr commented 5 years ago

Thank you so much for your feedback, Andrei. Highly appreciated!

I've updated the readme accordingly.

pklaes commented 5 years ago

Figured I'd create a thread where people can confirm the devices it has been tested with.

* Honeywell CT60 Android 8.1.0

works, too.

dorumrr commented 5 years ago

Thank you, @pklaes !

diegodfsd commented 5 years ago

Figured I'd create a thread where people can confirm the devices it has been tested with.

* Honeywell CT60 Android 8.1.0
  • Honeywell CT50 Android 6.0.1

works, too.

@pklaes when you tried to read a barcode with CT50, it was able to read all characters including check digit?

prudnikovdbison commented 5 years ago

@diegodfsd plugin do not returns the check digit....

jalte commented 5 years ago

tested and working well with Honeywell EDA51 Android 8.1.0

patyi commented 4 years ago

We have tested with Honeywell CT60, "listen" function alerts the scanned barcode, but we tried to use software button built into the template, we used "softwareTriggerStart" instead of "listen", but in this case no barcode is returned. Do you have any idea what is going wrong?

andreicocari commented 3 years ago

We have tested with Honeywell CT60, "listen" function alerts the scanned barcode, but we tried to use software button built into the template, we used "softwareTriggerStart" instead of "listen", but in this case no barcode is returned. Do you have any idea what is going wrong?

I realize this reply is extremely late and probably useless to you at this point, but figured I'd share my piece of code for future references:

window: any = window;

listen() {
        this.window.plugins.honeywell.listen((data: string) => {
            this.ngZone.run(() => {
                this.dataFromScanner = data;
                console.log(data);
            });
        }, (error: any) => {
            console.log('Scanning error occured: ' + error);
        });
}
kulkarniswapnil commented 3 years ago

I have tested with CT60 Android 9.0 works fine.

Donchurru commented 3 years ago

EDA51K with Android 10 OK CK65 with Android 9 OK

katsandres commented 2 years ago

CK65 Android 9 works like a charm!

ewenmic commented 2 years ago

CT40 Android 8.1.0 works great

FocusItaliaPietro commented 2 years ago

Working well with Honeywell EDA52 Android 11

Laso98 commented 1 month ago

Is there a way to activate OCR reading (mrz) in the plugins since when I try to read this type of code I get Scan has failed