|
« Reply #8 on: May 14, 2009, 10:32:37 am » |
|
I know this problem and spent many hours to fix it,
I had a MIO MOOV 500 which works correctly and a MIO MOOV 560 which didn't work !!!
NO DATA
I understood now why :
the com port should be COM 2 and Baud rate 57200 but if your MIO doesn't work, you should remove the file smartST_CE in program file and the GPS in See you will work ...
I don't know why but it seems that even when smartCE .exe is not launched , it uses the port com from the GPS
Let me know if it fixed your problem
Olivier
In fact, when you use the unlock method from
http://navmanunlocked.wikispaces.com/Unlock, the unlock process create a Autorun.mscr in the "Program Files\Unlock" directory. This file script start the MioMap 2008 program then kill it. This method is the only solution today to put the device in the maximum blacklight (using the miomap pref). But by this way, the GPS device stay locked by the CLMApp.exe process who stay in memory after the miomap kill.
You can modify the script to correct this stuff like this :
Run("\My Flash Disk\Program Files\Navman\SmartST_CE\SmartST_CE.exe")
WaitFor("SmartST_CE", 2)
Kill("SmartST_CE.exe")
Kill("CLMApp.exe")
I have a Mio Moov 580 and all work fine ! SeeYou + MioMap 2008 + other stuffs
Hope this help...