TinyGPSPlus
                                
                                 TinyGPSPlus copied to clipboard
                                
                                    TinyGPSPlus copied to clipboard
                            
                            
                            
                        Getting the whole string
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
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.