Report : New device with barcode scanner
Posted: Sat Sep 22, 2018 12:02 pm
I bought a Zebra TC20 (version without keyboard), with Android 7.
https://www.zebra.com/us/en/products/mo ... /tc20.html
LC 9.01 is running fine on it (no black screen issues).
This device has an integrated barcode scanner.
Works very well.
Like other Android devices with such scanner or USB models for PCs, the concept is always the same : the barcode scanner "emulates" the keyboard.
It's straightforward : you focus on a native field (or a LC fied), you push the button, the scanner reads the barcode and send the "keys" into the field.
The app coming with the TC20 allows to set a huge number of parameters for the scanner and the scanning operations (prefix, suffix, and even post processing, profiles etc.)
To give you an idea, here is the doc :
https://www.ptsmobile.com/zebra/tc20/tc ... -guide.pdf
All this for 400 euros (VAT included).
Now I have a question : I don't want to focus on a field. I'm looking for a way to "catch" the keys sent by the barcode scanner, on the fly.
On PC/Windows, it's easy I use (in the card script) :
The LC dictionary says that it's compatible with Android.
But it's not. It doesn't work.
Do you have any idea how I could "mimic" such behavior on Android ? And not using a native field or LC field ?
https://www.zebra.com/us/en/products/mo ... /tc20.html
LC 9.01 is running fine on it (no black screen issues).
This device has an integrated barcode scanner.
Works very well.
Like other Android devices with such scanner or USB models for PCs, the concept is always the same : the barcode scanner "emulates" the keyboard.
It's straightforward : you focus on a native field (or a LC fied), you push the button, the scanner reads the barcode and send the "keys" into the field.
The app coming with the TC20 allows to set a huge number of parameters for the scanner and the scanning operations (prefix, suffix, and even post processing, profiles etc.)
To give you an idea, here is the doc :
https://www.ptsmobile.com/zebra/tc20/tc ... -guide.pdf
All this for 400 euros (VAT included).
Now I have a question : I don't want to focus on a field. I'm looking for a way to "catch" the keys sent by the barcode scanner, on the fly.
On PC/Windows, it's easy I use (in the card script) :
Code: Select all
on keyDown theKey
do something
end keyDown
But it's not. It doesn't work.
Do you have any idea how I could "mimic" such behavior on Android ? And not using a native field or LC field ?