Someone can explain me what a checksum

Dear all
Happy new year!!!
I am getting GPS fix, using the RMC sentence.
At the end of the sentence, the is a checksum.
The mode is followd by a checksum and it's the only case where the two data are not separeted by a comma, but a star *.
For exemple, a mode can return 'A' and the cehcksum '*10'
I can not understan what is exactely a checsum. What it's more important for me, it's to undertand why, when my GPS return me that
Many thans for your help.
Cheers
Happy new year!!!
I am getting GPS fix, using the RMC sentence.
At the end of the sentence, the is a checksum.
The mode is followd by a checksum and it's the only case where the two data are not separeted by a comma, but a star *.
For exemple, a mode can return 'A' and the cehcksum '*10'
I can not understan what is exactely a checsum. What it's more important for me, it's to undertand why, when my GPS return me that
the checksum is not shown/displayed?32,171529.000,A,4613.197230,N,608.459615,E,0.00,335.79,060115,,E,A
Many thans for your help.
Cheers
2015-01-07 22:34:24 It seems that your GPS is a little defective,
You could check this NMEA WIKI page.
http://en.wikipedia.org/wiki/National_M ... ssociation
Check this library
https://github.com/mikalhart/TinyGPS/archive/v13.zip
It is very nice one, it fix me some problems with GPS data. (Not GSM/GPRS/GPS one).
Grey.CC
You could check this NMEA WIKI page.
http://en.wikipedia.org/wiki/National_M ... ssociation
Check this library
https://github.com/mikalhart/TinyGPS/archive/v13.zip
It is very nice one, it fix me some problems with GPS data. (Not GSM/GPRS/GPS one).
