this is probably an old question, but I've read through articles about usb barcode scanner and still can't make my mind about how to use it.
I'm using an USB barcode scanner, and to my understanding there are two methods to use it - as keyboard wedge and serial port.
correct me if i'm wrong, but serial port might be easier to use (because there is an distinction between the scanner's input and the keyboard's) but you must hold info about the port, which might be problematic since I can't tell which port the scanner will get on clients' computers. Is that correct?
Second question- if I will go with the keyboard wedge option, I need to tell the scanner's input from the keyboard's. In that case I need to focus on a textbox, and know when the scanner's input begins and ends. There is an option to configure the scanner to send special character at the start/end of the stream. If I don't have control over the client's scanner type and configuration, how can I tell that the specific input is the scanner's?
Thanks ahead