mikalhart / TinyGPSPlus

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

Getting the whole string #104

Open Pookalton opened 2 years ago

Pookalton commented 2 years ago

Is there anyway to get the last complete whole NMEA string received?

Thought there might be an easy way to see the raw output besides printing and passing the last received byte around.

-Pook

TD-er commented 2 years ago

There where you feed the parser a character, you can append it to a String When this function returns true, a complete sentence is read, so you can print your string too and clear it.