Now that the current version has reached v1.3, which message will be used? This will allow us to make adjustments according to the requirements.
Think you!
Now that the current version has reached v1.3, which message will be used?
-
- Beiträge: 2
- Registriert: Di 14. Okt 2025, 02:45
Re: Now that the current version has reached v1.3, which message will be used?
Hi,
what do you mean by "which message will be used"?
The NMEA messages?
what do you mean by "which message will be used"?
The NMEA messages?
There is no code so big, twisted, or complex that maintenance can't make it worse. (Gerald M. Weinberg)
-
- Beiträge: 2
- Registriert: Di 14. Okt 2025, 02:45
Re: Now that the current version has reached v1.3, which message will be used?
yes,Mazuch hat geschrieben: Di 14. Okt 2025, 11:51 Hi,
what do you mean by "which message will be used"?
The NMEA messages?
nmea message
I know that "gga, gsv, gst" are used. Are there any others?
Re: Now that the current version has reached v1.3, which message will be used?
Since the first version of the GPS-Connector app the parsed NMEA strings haven't changed.I know that "gga, gsv, gst" are used. Are there any others?
I read the following strings in my app:
- GGA (location,time)
- GSA (satellite -in-use info)
- GST (accuracy)
- GSV (satellite list)
- RMC (navigation info, speed, track angle)
- ZDA (time)
- HDT (heading) << parsed but not displayed in the app
There is no code so big, twisted, or complex that maintenance can't make it worse. (Gerald M. Weinberg)