Sub GPS_NMEA (TimeStamp As Long, Sentence As String)
If Sentence.Contains("$GPGGA") = True AND Sentence.Contains(",M,") = True Then
geoide_pos1 = Sentence.IndexOf(",M,")
geoide_pos2 = Sentence.IndexOf2(",M,",geoide_pos1+1)
geoide = Sentence.SubString2(geoide_pos1+3,geoide_pos2)
End If
End Sub
is an event, just asNMEA (TimeStamp As Long Sentence As String)
andLocationChanged (Location1 As Location)
GpsStatus (Satellites As List)
Sub GPS_LocationChanged (Location1 As Location)
Log (Location1.longitude)
end Sub
Sub GPS_NMEA (TimeStamp As Long Sentence As String)
Log (Sentence)
end Sub
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?