opice Level: Trainee
 Registered: 29-05-2005 Posts: 1
|
Re: Can i use barcode reader without keyboard?
Hi,
There might be a other option, most scanners have the option to tell what type of barcode it is (code39 or code128 for example). If you turn it on in the scanner then the codes you will scan will always start with the code identifier, you could then put that in the source to ignore all other data if it not starts with the appropriate start characters. If the barcode would read 1234 then the scanner would send for example J11234, where the J1 stands for a certain type of code identifier.
I hope it might be of some use.
take care,
Anthony
|