Hi,
I have the ITEAD gps shield, and for some reason it does not read the checksum, so I was going to edit tinyGPS.cpp to parse only the time, lat, long, and speed.
Here is what I am currently getting by just writing each character:
$GPRMC,0XX921.00,A,3909.65960,N,08631.72007,W,0.243,,311013,,,A, CHARS=16208 SENTENCES=0 CSUM ERR=0
$GPRMC,0XX922.00,A,3909.65964,N,08631.72002,W,0.354,,311013,,,A, CHARS=16272 SENTENCES=0 CSUM ERR=0
$GPRMC,0XX923.00,A,3909.65990,N,08631.71971,W,0.662,,311013,,,A2 CHARS=16336 SENTENCES=0 CSUM ERR=0
If anyone is familiar with the tinygps.cpp file, I just need to be pointed in the right direction, thanks!