Hi!
I want to create an application, where i can set, what prefix or suffix i want to send to the Barcode reader. The barcode reader may connect to the PC with USB or RS-232 ports. I mean if i have a barcode like "4567", and i set in my application that it should send a prefix like "123" to the barcode scanner, than if i read my barcode ("4567") into a notepad it should display "1234567". Hope you understand what i want.
My question is, that is this possible even? If yes, than where should i start? If it is possible, than i want to create my application in C or C++.
Thanks!
Update:
I need to use Symbol LS2208 Barcode Reader. Using the programming guide i was able, to put one charachter before the barcode, but i need 4 (at least). Other possibility is to put 3 charachters before the barcode, but i can't bring this method to work, and if i were able, then i should put the 4th digit there somehow.
Correct me if i'm wrong, but shouldn't be there a possibility to do programmatically what i want? I think it should work like this: connect to the USB/serial port. Capture if the user did read something with the barcode reader. After capturing modifying it, and then put it there where it has been read.