OpenNetCF SocketScan library

  • Thread starter Thread starter Zanna
  • Start date Start date
To use the SocketScan library, you MUST close ALL other Socket scanner
software. This is because the driver does not allow concurrent sessions.
Also, the SocketScan library is only for use with laser scanners. It has
been tested with the In-The-Hand Scan Card Type I, Class 1 laser scanner.

--Neil

--
Neil Cowburn, MVP
Co-founder, OpenNETCF.org
Technologist, Content Master Ltd
Microsoft .NET Compact Framework MVP

www.opennetcf.org | www.contentmaster.com
 
Neil Cowburn said:
To use the SocketScan library, you MUST close ALL other Socket scanner
software. This is because the driver does not allow concurrent sessions.

Yes, I know it.
The problem is that the "Image" type scanners is not recognized by the
OpenScanner() until:
- I run Socket app
- I insert the scanner
- the socket app recognize the scanner
- I close the socket app (to free the scanner)
- I call the OpenScanner() (after the socket app recognized it, it works
well)


Also, the SocketScan library is only for use with laser scanners.
It has been tested with the In-The-Hand Scan Card Type I, Class 1 laser
scanner.

Mmmm... do you know where to find some Socket documentation?

Thanks
 
Back
Top