Beja Expert Licensed User Longtime User Mar 5, 2019 #1 Hello all, GPS satellites transmit accurate time for synchronization of receivers.. Atomic clock accuracy. Is there any way to read that time in b4a? Thanks in advance
Hello all, GPS satellites transmit accurate time for synchronization of receivers.. Atomic clock accuracy. Is there any way to read that time in b4a? Thanks in advance
DonManfred Expert Licensed User Longtime User Mar 5, 2019 #2 Handle the NMEA Event of GPS. B4X: Sub GPS_NMEA (TimeStamp As Long, Sentence As String) End Sub Upvote 0