M
Marcel Ruff
Hello,
i'm playing with GPS serial input (port.ReadLine()).
This delivers 3 NMEA sentences per second
on a XScale 400 MHz processor.
I'm experiencing a delay of up to two minutes
on receiving the GPS data and have chasing this
issue for several days now.
I have now a possible explanation that the (simple) code
written in C# is too slow and the GPS data is
queued back on the serial line.
Could this be a possible explanation?
Is this a task one should do with unmanaged C/C++?
How can i profile the CPU of the PDA to see if it is overloaded?
thanks for some advise
Marcel
i'm playing with GPS serial input (port.ReadLine()).
This delivers 3 NMEA sentences per second
on a XScale 400 MHz processor.
I'm experiencing a delay of up to two minutes
on receiving the GPS data and have chasing this
issue for several days now.
I have now a possible explanation that the (simple) code
written in C# is too slow and the GPS data is
queued back on the serial line.
Could this be a possible explanation?
Is this a task one should do with unmanaged C/C++?
How can i profile the CPU of the PDA to see if it is overloaded?
thanks for some advise
Marcel