Universal reader assistant 1.0, Universal reader assistant 2.0, Usb drivers – ThingMagic Mercury API v1.23.0 User Manual
Page 92: Wince driver installation procedure, Wince sample application installation procedure, Universal reader assistant 1.0 92, Universal reader assistant 2.0 92
92
.NET Language Interface
Windows Mobile 6 Professional SDK
Universal Reader Assistant 1.0
Visual Studio 2008 Express or better
.NET 2.0 or newer
Universal Reader Assistant 2.0
Visual Studio 2010 Express or better
Optional - install free WiX add on to build installer -
.NET 4.0 or newer
USB Drivers
Starting with release 1.23.0 of the MercuryAPI SDK, there is support for the USB CDC/
ACM drivers for WinCE 5.0, 6.0, and 7.0. This feature also includes a sample application
developed on WinCE to demonstrate the native USB driver functionality.
WinCE Driver Installation Procedure
1. The drivers for WinCE are included under the “...\cs\Drivers” directory.
2. In the Drivers directory, there are separate sub-directories for each version of WinCE:
WinCE-5.0, WinCE-6.0 and WinCE-7.0. Under these directories, you will find
usb\installer. Within this directory will be a “.sln” solution file:
USBSerCabInstaller.sln for WinCE-5.0
USBSer6.sln for WinCE-6.0
USBSer7.sln for WinCE-7.0
3. Build the solution in Visual Studio 2008 Pro. It will generate a “.CAB” of the same
name in the “Debug” directory.
4. Copy the CAB file to your WinCE device and double click on it, it will install USB serial
driver for your WinCE device.
WinCE Sample Application Installation Procedure
1. WinCE-ReadApp application is included in the following path “...\cs\Samples\exe”