i just got a bar code reader : Barcode Reader
how can i read the data from this gadget with C# ?
Thanks in advance
|
i just got a bar code reader : Barcode Reader how can i read the data from this gadget with C# ? Thanks in advance
| |||
feedback
|
|
Typically, barcode readers work as a standard keyboard. When you scan a barcode, the appropriate information will be "typed" just as if it were a keyboard entry. You just need to author your software to handle the entry information as normal key data. | |||
|
feedback
|
|
A barcode scanner can operate in two modes
To get it into the latter you will need to 'program' the device (most likely using a special barcode in the manual) and connect to it using
| ||||
|
feedback
|
|
As Reed stated, most barcode readers can be configured for "keyboard emulation". However, if you need more control, look into whether the vendor supplies an OPOS driver. Then you can utilize the OPOS common controls from here: | |||
|
feedback
|