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