mikalhart / TinyGPSPlus

A new, customizable Arduino NMEA parsing library
http://arduiniana.org
1.05k stars 486 forks source link

Invalid parse date.month date.day date.year without gps.location #90

Open khseal opened 3 years ago

khseal commented 3 years ago

The library does not show the year, day and month if there are no gps coordinates. Example of data without latitude and longitude. $GPRMC,135458.465,V,,,,,,,110521,,*20

svdrummer commented 3 years ago

No GPS coordinates means no almanac, which means no date and time. Library can't decode what it doesn't receive.

khseal commented 3 years ago

There is an real example above. This example has both time and date. Here is the date 110521. I get time without any problems.