Continuous scanning on Zebra TC70

T Timur Ivanov 2 years 11 months ago
37 1 0

Can I implement continuous scanning in Zebra TC70 device without any extra devices?Now I just start scanning with this code. Is it possible to scan barcodes one by one? Now scanning stops after one qr code. Thanks!
     String softScanTrigger = "com.symbol.datawedge.api.SCAN";     String extraData = "com.symbol.datawedge.api.EXTRA_PARAMETER";     Intent i = new Intent();     i.setAction(softScanTrigger);     i.putExtra(extraData, "START_SCANNING");     this.sendBroadcast(i);

Please register or login to post a reply

1 Replies

V Vedsatx Saddvv

Hi, yes it should be possible.  If you register for notifications about scanner status and invoke a soft scan whenever the scanner is in the WAITING state your application will continuously scan: Register for Notification - Zebra Technologies TechDocs (that API requires DataWedge 6.4)

CONTACT
Can’t find what you’re looking for?