BlueFletch / motorola-datawedge-cordova-plugin

This is a Cordova/Phonegap plugin to interact with Motorola ruggedized Android devices' Barcode Scanners and Magnetic Stripe Readers (eg, ET1, TC55, MC40). The plugin works by interacting with the "DataWedge" application configured to output scan and magstripe read events.
35 stars 38 forks source link

Continuous read not working #21

Open mennasaleh opened 6 years ago

mennasaleh commented 6 years ago

Hi, I'm using this plugin in an ionic 3 application and testing it on a TC55. I created a soft button to start the scanner and it works great. However when I configure the datawedge profile ReaderParams and set the Aim Type to 'Continuous Read', it still closes the scanner after each read. Is there any way to let the scanner remain active after each read?