Hi,
In document quectel_lx6lc86llg77l_series_gnss_protocol_specification_v2-3.pdf on page 56 it has the example :
//Search GPS + GLONASS:
$PMTK353,1,1,0,0,02B**
$PMTK001,353,3,1,1,0,0,0,336
//Search GPS + BDS:
$PMTK353,1,0,0,0,12B
$PMTK001,353,3,1,0,0,0,1,4908
I’m trying to generalise the detection of the response to the PMTK353 command and I don’t know what the parameter 49 is in the second example or 3 is in the first example. I’m referring to the number before the * in the response.
I need a way to predict what it should be based on the initial PMTK353 command.
Thanks
