Open andreicocari opened 5 years ago
Thank you so much for your feedback, Andrei. Highly appreciated!
I've updated the readme accordingly.
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.
Thank you, @pklaes !
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?
@diegodfsd plugin do not returns the check digit....
tested and working well with Honeywell EDA51 Android 8.1.0
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?
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);
});
}
I have tested with CT60 Android 9.0 works fine.
EDA51K with Android 10 OK CK65 with Android 9 OK
CK65 Android 9 works like a charm!
CT40 Android 8.1.0 works great
Working well with Honeywell EDA52 Android 11
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
Figured I'd create a thread where people can confirm the devices it has been tested with.