TRB245 GPS Data Parser

Hello, I want to get GPS location data from TRB245. The data I want is latitude and longitude. The data I receive from HTTP is as follows. How can I edit this data?

$GPGSV,3,1,09,02,14,291,25,08,59,296,26,10,63,036,18,21,30,298,20,161
$GPGSV,3,2,09,27,73,187,19,16,17,208,18,02,092,23,26,046,1
67
$GPGSV,3,3,09,32,43,127,15F
$GPGGA,084600.00,3840.914518,N,02718.727065,E,1,01,5.9,120.6,M,36.0,M,69
$GPVTG,281.4,T,278.0,M,0.0,N,0.0,K,A
21
$GPRMC,084600.00,A,3840.914518,N,02718.727065,E,0.0,281.4,210724,3.3,E,A,V
4A
$GPGSA,A,3,08,6.0,5.9,1.0,1*2C

1 Like

Hello,

These are raw NMEA sentences, which you can parse at your end location. Alternatively, you can use the gpsctl command to obtain latitude, longitude, and other information.

image

Best regards,

2 Likes

This topic was automatically closed 40 hours after the last reply. New replies are no longer allowed.