how to check given line string is correct or not using checksum in java
Line String:
$$B2356895038624964|AA$GPRMC,082007.000,A,2920.154 5,N,07659.4870,E,0.00,,270212,,,A*73|01.5|00.8|01. 2|000000010000|20120227082007|14151883|00000000|00 64122E|0000|0.0000|0400|AADD
The above line checksum is last parameter like AADD
For help of checksum how to check the above line is true(without error) or false(with error)
Please anybody help me
Re: how to check given line string is correct or not using checksum in java
Quote:
how to check the above line
What is the formula or algorithm for computing the checksum?