Posts: 1
Threads: 1
Joined: Oct 2014
04.10.2014, 04:07
(This post was last modified: 04.10.2014, 04:27 by jason.)
when i use RouteConverterWindows64, it can work well open the GPRMC nmea file, the data format like followed:
$GPRMC,053115.00,A,2825.17962,N,12140.48870,E,1.010,288.62,180914,,,D*68
but when the speed 1.010 bit is more than two bit, explame 12.021, the software can't open the format data file.
how can i resolve it ?
Posts: 7,512
Threads: 226
Joined: Aug 2007
Strange: I've pasted your RMC-sentence into a file and RouteConverter loaded it. And the code has no limit regarding the number of digits.
Please provide more information to analyze the problem: anything that helps me to reproduce your problem.
--
Christian
Posts: 249
Threads: 29
Joined: Feb 2010
If I read the original text correctly:
$GPRMC,053115.00,A,2825.17962,N,12140.48870,E,1.010,288.62,180914,,,D*68
should work correctly but
$GPRMC,053115.00,A,2825.17962,N,12140.48870,E,12.999,288.62,180914,,,D*68
will fail
Grüße,
Ilmari
Posts: 7,512
Threads: 226
Joined: Aug 2007
Well, the second line with 12.999 as speed fails since the checksum 68 is not valid for it ;-)
But besides that, there is nothing in the code that limits the number of digits for speed.
--
Christian
Posts: 1
Threads: 0
Joined: Apr 2015
should work correctly but...??
*Signature*
Posts: 7,512
Threads: 226
Joined: Aug 2007
What's the problem?
--
Christian