I've dug around the forums, but haven't been able to find an exact answer.
My Ultimate GPS works fine, but I'm trying to clean up the output in the parsing example sketch to achieve a tab delimited file. Is it possible to suppress the NMEA sentences (such as $PGTOP,$GPGGA, $GPRMC, $GPGGA)? If not, can I insert a tab between each NMEA sentence group rather than a new line to keep everything on the same line?
Really appreciate the help.
Edit: My code is the GPS parsing example in the Adafruit GPS library. I've only been able to play with the bottom of the code for all of the Serial.print's. I haven't been able to find where the NMEA sentences get printed.


