HakkapeliittaGPS/WinCE
From skippari.net
http://www.handhelds.org/moin/moin.cgi/HaRET
http://forum.xda-developers.com/showthread.php?t=238945
http://www.gpspassion.com/forumsen/topic.asp?TOPIC_ID=97599
http://forum.xda-developers.com/showthread.php?t=249836
http://www.xs4all.nl/~itsme/projects/xda/tools.html
Source of the WinCE BSP, bootloader and applications ?
http://www.embedon.com/indexe.htm
Serial settings in WinCE (from registry)
SER1 9600
SER2 115200
SER3 38400
Another registry entry
GPSModule
38400 COM1
ResetCommand Binary 24 50 53 52 46 31 30 34 2C 30 2C 30 2C 30 2C 30 2C 30 2C 30 2C 31 32 2C 34 2A 31 35 0D 0A
LCDPhysicalFrameBase 806354944 0x30100000
KeyMap GPIO_F0, GPIO_F1, GPIO_G7
The device provides a USB serial port with VID 0x045E and PID 0x00CE. I assume Windows recognises these and instead of using a generic USB serial driver it shows it as ActiveSync device.
The VID and PID are found from the device registry from
LMachine\Drivers\USB\FunctionDrivers\Serial_Class
idProduct = 206 (dec) = 0x00CE (hex) idVendor = 1118 (dec) = 0x045E (hex)
Changing these to something else and providing a matching ini for Windows might give us a generic USB serial port.
