Problem with GPS Api

  • Thread starter Thread starter Trapulo
  • Start date Start date
T

Trapulo

I'm trying to develop a "location tracker" using compact .NET 2.0 compact,
on win mobile 5.

It seems working (it collects data every one second), but data are not
"fluid" or "regular": they change with a "zig-zag", and don't draw a line.
It seems that my application bad receives updated data. Is there someone
using GPS from .NET in this scenario with similar problem? Any idea?
Gps precision and diluition of measure are very well (from 1 to 3), and I
work with 6-9 satellites used in solutions.

If I use same receiver with a third-parts software that is not .NET, it
collects very good data (without post-process them, only recording points),
so I think there is some problem with .NET or gps api. I'm using the sample
provided with .NET mobile SDK.

thanks
 
Hello,

For such a GPS related question, you may post to
microsoft.public.pocketpc.development. you may be more lucky to find an
expert there.

Thanks,

Luke
 
Back
Top