Question

I just started android development with device Motorola tablet ET1. This device has a barcode scanner. I want to make an simple app which scans the barcode using ET1 scanner and show me information. I do not want to use Zxing or any other project for that. If ET1 has a scanner then there should be some simple way to use it in any app. I googled it but could not find any help. Any idea how can i do that? Thanks in advance.

Was it helpful?

Solution

A quick look at the ET1 Enterprise Tablet Integrator Guide suggests you just need to:

  1. Ensure that an application is open on the ET1 and a text field is in focus (text cursor in text field).
  2. Aim the Scan Module exit window at a bar code.
  3. Press and hold either Scan/Action button. The red laser aiming pattern turns on to assist in aiming. Ensure that the bar code is within the area formed by the aiming pattern. The Decode LED lights red to indicate that data capture is in process.

So, all you need is an EditText in your app, and to give it focus.

There are other alternative ways too - I suggest you have a look at the guide for more details. There's lots of information about the ET1 on the Motorola website if you need further information.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top