LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Barcode reader software (https://www.linuxquestions.org/questions/linux-software-2/barcode-reader-software-361776/)

Elguapo 09-09-2005 11:01 AM

Barcode reader software
 
I am writing an app that will allow users to fax documents into any hylafax system. Once the fax's are received, the documents are placed in folder where they can be sorted, based on the barcode that is on the page. However, I am having alot of trouble finding an opensource barcode reader/decoder to handle the last portion of this project. Does anyone know of one that I can use.

mlangdn 09-10-2005 08:18 PM

Google "linux barcode reader". There were several hits that looked useful.

AnanthaP 09-11-2005 12:54 AM

There are at least 2 types of bar code readers.

(1) Those with a "Y" connection to the keyboard. Just position the cursor over a data entry field in a form and scan the image.

(2) Off line ones. They download ASCII text files to the computer using serial protocols. Now upload them into your app. (The offline program generation software usually requires DOS).

Both work well for DOS and no reason why they shouldn't in Linux.

Did you try these methods.

If not, what is the exact need?

If it is symbology, then the particular FAX software manual should give details.

End


All times are GMT -5. The time now is 12:50 PM.