TinyGPSPlus icon indicating copy to clipboard operation
TinyGPSPlus copied to clipboard

Getting the whole string

Open Pookalton opened this issue 3 years ago • 1 comments

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

Pookalton avatar Sep 30 '22 00:09 Pookalton

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.

TD-er avatar Sep 30 '22 07:09 TD-er