accurate time

GuenterL

Member
Licensed User
Longtime User
Hi all,
I am looking for a way, to get the most accurate time for my basic4ppc application.
In the moment, I synchronise the pda clock with my laptop via ActiveSync.
The laptop time is always correct because of using a radio controlled DCF77 receiver.
Is there no better and easier way to get the time ???
What about the GPS guys, are they also using a time signal ???

Any idea will be appreciate
guenterl
 

agraham

Expert
Licensed User
Longtime User
The GPS, GPSDriver and GPSSerial libraries all give you access to the GPS time. However is is likely to be a few seconds out depending upon the frequency with which the individual GPS unit sends a sentence that includes the time and because the GPS data is accessed serially which causes a further delay.
 
Top