Knio / pynmea2

Python library for parsing the NMEA 0183 protocol (GPS)
MIT License
635 stars 223 forks source link

NMEA Data; Not all fields are present #140

Open niranjanravilevelup opened 2 years ago

niranjanravilevelup commented 2 years ago

Hi, Thank you for excellent repo. While testing it with my gps module, I was able to observe that, I could only acquire RMC, VTG, GGA, GSA and GLL.

How can i acquire GPGGA field or all other fields?