I made a Windows Form Application in order to be able to read barcodes, but when some multiple scanners are connected to the same PC and they scan something in the same time, the output values are mixed.
The idea is that every scanned barcode have to be added in an Excel file, but if the characters are mixed I cannot add the correct values. I use the KeyPress
event of the form because it's a Keyboard Wedge Emulator.
The scanner is an LS2208 by Motorola Symbols. I understand that Microsoft Point of Service library won't work with this scanner model. Do you have any idea on this matter?