labjackusb Windows CE Driver Source Code
support@labjack.com

LabJack Windows CE development and support is inactive. Provided is the last
released USB driver's (labjackusb) source code and Visual Studios 2005 project
for the Windows CE USB driver labjackusb.

Only supports the LabJack UE9 and U3. Tested with CE 3.0 to 6.0. C# examples
provided in the PocketPC_NativeUSB_U3UE9.zip download:

http://labjack.com/support/ud/software-options/programming-ud/pocket-pc-native-usb-example

The following are the registry keys and values that may need to be added
manually to your registry if you cannot specify the driver after connecting
your LabJack:

[HKEY_LOCAL_MACHINE\Drivers\USB\ClientDrivers\labjackusb_driver]
[HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\3285_9]
[HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\3285_9\Default]
[HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\3285_9\Default\255]
[HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\3285_9\Default\255\labjackusb_driver]
"Prefix"="UE9"
"DLL"="labjackusb"

[HKEY_LOCAL_MACHINE\Drivers\USB\ClientDrivers\labjackusb_u3_driver]
[HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\3285_3]
[HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\3285_3\Default]
[HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\3285_3\Default\Default]
[HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\3285_3\Default\Default\labjackusb_u3_driver]
"Prefix"="LU3"
"DLL"="labjackusb"

For a list of alternative Windows CE/Embedded solutions besides compiling this
source code for your system, visit the page here:

http://labjack.com/support/ud/software-options/programming-ud/pocket-pc-native-usb-example
