This content has been marked as final.
Show 2 replies
-
Re: Disable scanning while processing barcode scanned.
Glenn SayerSep 23, 2016 1:17 PM (in response to Richard Hill)
I would be faster to change disable and re-enable the barcode types allowed. the only issue with this is the scanner will come on but will not decode and this could confuse some users. Another option is to scan the barcode but give the user a different sound until it is ready.
-
Re: Disable scanning while processing barcode scanned.
Richard Hill Sep 26, 2016 9:14 AM (in response to Glenn Sayer)Glenn, thanks for your response. I found another thread that had an answer that is working for me (Why does TC55 (imager) not return from scanning? ). The solution that worked for me was putting a Thread.sleep(200) in the status listener when the scanner is Idle, before calling the scanner.read().
-