Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Help in barcode reading

I need assistance in reading and processing barcodes. But I dont know where to begin..
[86 byte] By [NabeeL] at [2007-11-11 8:16:21]
# 1 Re: Help in barcode reading
1. Which type of Barcode will you be scanning: 3 of 9, UPC A, UPC E, etc.
2. Barcode Scanner, either a Keyboard Wedge or Serial, set up to read the barcode type
2.1 If keyboard wedge, the scanner will send the barcode data as if it were being typed into a text object that has the focus. this can be any Text object in .Net, or an application like notepad.
2.2 If serial, you will need a serial interface in your app to capture the data stream and input into a variable or other object.

Steve :D
shstubbs at 2007-11-11 21:47:49 >
# 2 Re: Help in barcode reading
http://www.easesoft.net/Programming.html
xmyna@yahoo.com at 2007-11-11 21:48:52 >
# 3 Re: Help in barcode reading
Thanx guys

I will tell you about the kind of barcodes later
NabeeL at 2007-11-11 21:49:51 >