mikalhart / TinyGPSPlus

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

getting raw sentence #73

Closed Toeedev closed 3 years ago

Toeedev commented 4 years ago

Is there a way to get raw sentence that is being parsed ? I want to parse sentence, check fix etc. but I want to log raw sentence to file.

svdrummer commented 3 years ago

I add my raw data file in the next line after feeding tinygps++

mikalhart commented 3 years ago

Yeah, me too. This is a common request, but my consistent answer is that I do not want to take up valuable memory space storing NMEA strings, especially on AVRs with small amounts of RAM. This is easy enough to do outside TinyGPS++ if you need it.