Hi all,
I'm writing an application that reads data from the COM port where a GPS is connected. I'm using the OpenNETCF.IO.Serial library.
This works great on my HTC Kaiser PDA which comes with an integrated GPS, however I have noticed that with other PDAs that use a bluetooth GPS, most of the time they always get the same position.
It seems that if you use a port splitter (like GPSGate) it resolves the problem, but I was wondering if there is something that I can do from my program to make it compatible with this type of GPS.
Thanks