P
Paul G. Tobey [eMVP]
There's no Microsoft-defined API for capturing 'barcode' input. Some
scanners will wedge that data into the keyboard stream, while others will
appear as serial port inputs. Still others may have a proprietary API.
Consult the documentation and your own common sense to decide which method
to use. If it's serial input (or emulates a serial port), there are classes
for Serial I/O in OpenNETCF's SDF at www.opennetcf.org. If it's
proprietary, it should come with an API from the scanner manufacturer...
Paul T.
scanners will wedge that data into the keyboard stream, while others will
appear as serial port inputs. Still others may have a proprietary API.
Consult the documentation and your own common sense to decide which method
to use. If it's serial input (or emulates a serial port), there are classes
for Serial I/O in OpenNETCF's SDF at www.opennetcf.org. If it's
proprietary, it should come with an API from the scanner manufacturer...
Paul T.