NMEA data
The following is a literal example of the data I get coming through the serial.inputstring:
Except the Lf & Cr show up as □ in the code. (would this make a difference? ex: $GPGGA,021249,0000.0000,N,00000.0000,E,1,5,1.0,200 0.0,M,0,M,,,,0000*66□□)
$GPGGA,021249,0000.0000,N,00000.0000,E,1,5,1.0,200 0.0,M,0,M,,,,0000*66
$GPGSA,A,3,01,02,03,04,05,,,,,,,,8.3,4.2,7.2*3B
$GPRMC,021249,A,0000.0000,N,00000.0000,E,0,0,01100 8,,,A*74
It does take quit a while for the string to append a new line (3 lines took 90 seconds or so).
STILL NO DECODE TRIGGER
|