Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

java barcode reader [closed]

Tags:

java

barcode

anyone have any idea about how to create java program that can read barcode

like image 291
evan Avatar asked Sep 03 '10 11:09

evan


People also ask

Why is my barcode reader not working?

Troubleshoot USB Barcode ScannersClear the hardware hub of any debris or dust. Plug the USB scanner into a different port on the hardware hub. Refer to the Quick Start Guide included in the packaging of your USB scanner. Select the quick guide specific to your USB scanner.

Can barcodes be deactivated?

Barcodes can be either Disabled or Enabled using the Wavelink Product Configuration tool. To disable or enable a specific symbology do the following: Open the Wavelink Product Configuration Utility on your PC. Click the EMULATION PARAMETERS options.

Can a damaged barcode be read?

Any kind of damage that obstructs barcode elements from the view of the reader – unintended material abrasions, marks, surface stains, or excess material (debris or even mounting fixtures) – can cause no-read results.


2 Answers

ZXing provides Java source code that reads most any common format (UPC, EAN, QR codes, etc.). It provides source to a complete Android and J2ME app, and source for a basic Java-based app.

like image 200
Sean Owen Avatar answered Sep 21 '22 14:09

Sean Owen


You have to understand how barcode readers work, then you need to sort all the information you have gathered and create neat UML diagrams so that you could organize everything you'll need.

But I think this will need more than Java to work, it needs some computer engineering skills as well.

like image 40
arscariosus Avatar answered Sep 22 '22 14:09

arscariosus