... the user friendly GPS tool


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
can't open nmea rmc file
#1
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 ?
Reply
#2
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
Reply
#3
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
Reply
#4
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
Reply
#5
should work correctly but...??
*Signature*
Reply
#6
What's the problem?
--
Christian
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)