I cant get any of the GPS progs to work, which Port setting would it be on my TytnII?
For example GPS4PPC gives me the option to connect to port 4 or 7 - Ive tried both but it says 'A native exception has occurred ....'
Are you using the WM6.0 version of GPS4PPC?
WM6.0 devices include .Net CF 2.0 in ROM (unlike older devices).
You should use Serial2 library instead of SerialDevice/SerialDesktop.
Derez, Thanks for the app, I ran it and got anError ay sub timer1_tick line 88 If Serial.InBufferCount>0 then gps. .....
Error TargetInvocationEception
??
Just before that it briefly showed port 3 baud 2400 - does that sound right?
Also when the dll was copied across I cant actually see it in the directory. Do these librarys go invisible when they r on the storage card??
Erel - Thanks, the exe you supplied has installed the GPS4PPC program fine on my PDA - and it works
Q1) What is the second box on the GPS function which lists (Wgs84,Wgs72 .... Britain36 ...)??
Q2)I still cant get the sorce code version to run without that error.
Can you just explain again about that Serial2 library. Is that something that ur team have written or is it a Microsoft thing?
Q3)When I copied it across it seemed to vanish from the folder I put it in??? Where are dll stored?
.Net CF 2.0 works with Serial2.dll while .Net CF 1.0 works with SerialDevice.
SerialDevice is the only library which is not supported by .Net CF 2.0.
WM6.0 devices are preinstalled with .Net CF 2.0. Older devices are preinstalled with .Net CF 1.0.
Unless you are targeting very old devices (Pocket PC 2002), I recommend you to use Serial2 and install .Net CF 2.0 if required.