kosma / minmea

a lightweight GPS NMEA 0183 parser library in pure C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What combination of GNSS sentences exactly could be parsed?

201830032013 opened this issue · comments

As I can see after a quick test the GPGGA sentences don't work - only GNGGA, which means that I can get data from any combination of GNSS including GLONASS. But in the library description you say that this is the GPS parser library. And also at the beginnig of all functions in minmea.c you put GP***, not GN***. Because of this I have some misunderstanding, from which source nmea sentences (only GPS or both GPS and GLONASS) can I use.
Thank you in advance!
upd: I realized, that GPGGA didn't work because I tested it with wrong checksum, so it works both with GP & GN sentences.

Closing as it appears you've found this works as expected. Please reopen if there is still an issue!