Or our local office. For more information, please visit:
http://quectel.com/support/sales.htm
For technical support, or to report documentation errors, please visit:
http://quectel.com/support/technical.htm
Or Email to: support@quectel.com
GENERAL NOTES
QUECTEL OFFERS THE INFORMATION AS A SERVICE TO ITS CUSTOMERS. THE INFORMATION
PROVIDED IS BASED UPON CUSTOMERS’ REQUIREMENTS. QUECTEL MAKES EVERY EFFORT
TO ENSURE THE QUALITY OF THE INFORMATION IT MAKES AVAILABLE. QUECTEL DOES NOT
MAKE ANY WARRANTY AS TO THE INFORMATION CONTAINED HEREIN, AND DOES NOT ACCEPT
ANY LIABILITY FOR ANY INJURY, LOSS OR DAMAGE OF ANY KIND INCURRED BY USE OF OR
RELIANCE UPON THE INFORMATION. ALL INFORMATION SUPPLIED HEREIN IS SUBJECT TO
CHANGE WITHOUT PRIOR NOTICE.
COPYRIGHT
THE INFORMATION CONTAINED HERE IS PROPRIETARY TECHNICAL INFORMATION OF
QUECTEL CO., LTD. TRANSMITTING, REPRODUCTION, DISSEMINATION AND EDITING OF THIS
DOCUMENT AS WELL AS UTILIZATION OF THE CONTENT ARE FORBIDDEN WITHOUT
PERMISSION. OFFENDERS WILL BE HELD LIABLE FOR PAYMENT OF DAMAGES. ALL RIGHTS
ARE RESERVED IN THE EVENT OF A PATENT GRANT OR REGISTRATION OF A UTILITY MODEL
OR DESIGN.
GNSS_SDK_Commands_Manual Confidential / Released 2 / 28
GNSS Module Series
Quectel
Confidential
GNSS SDK Commands Manual
Contents
About the Document ................................................................................................................................... 2
Table Index ................................................................................................................................................... 4
GNSS_SDK_Commands_Manual Confidential / Released 4 / 28
GNSS Module Series
SDK
Commands
Description
L70
L80
L76
L76-L
L86
L26
PQBAUD
Change NMEA Port Default Baud Rate
Y Y Y Y Y Y PQEPE
Enable/Disable PQEPE Sentence Output
Y Y Y Y Y
Y
PQ1PPS
Set the Type and Pulse Width of 1PPS
Output
Y Y Y Y Y Y PQFLP
Set the Module into FLP (Fitness Low
Power) Mode
Y Y N N N
N
PQTXT
Enable/Disable GPTXT Sentence Output
N Y N N Y
Y
PQECEF
Enable/Disable ECEFPOSVEL Sentence
Output
N N Y Y Y
Y
PQODO
Start/Stop Odometer Reading
N N Y Y Y
Y
PQPZ90
Enable/Disable Switching from WGS84 to
PZ-90.11
N N Y Y Y Y PQGLP
Set the Module into GLP (GNSS Low
Power) Mode
N N Y Y Y Y PQVEL
Enable/Disable 3 Ways Velocity Sentence
Output
N N Y Y Y Y PQJAM
Enable/Disable Jamming Detection
Function
N N Y Y Y Y PQRLM
Enable/Disable Return Link Message
Output
N N Y Y Y
Y
PQGEO
Configure Parameters of Geo-fence
Y N Y Y Y
Y
Quectel
Confidential
GNSS SDK Commands Manual
1Introduction
Quectel GNSS modules support SDK commands which are defined and developed by Quectel. This
document describes these SDK commands. The configuration parameters saved by SDK commands will
still exist in flash even after upgrading the modules’ firmware.
This document is applicable to Quectel L70, L80, L76, L76-L, L86 and L26 modules. Their supported SDK
commands are shown in the table below:
Table 1: Current Supported SDK Commands
GNSS_SDK_Commands_Manual Confidential / Released 5 / 28
GNSS Module Series
1. Y means supported; N means not supported.
2. For more details about the usage of PQFLP and PQGLP commands, please refer to document [1].
PQPREC
Configure Parameter Precision in NMEA
Sentences
N N Y Y Y
Y
PQGBS
Enable/Disable GBS Sentence Output
N N Y Y Y
Y
NOTES
Quectel
Confidential
GNSS SDK Commands Manual
GNSS_SDK_Commands_Manual Confidential / Released 6 / 28
GNSS Module Series
Preamble
TalkerID
PktType
DataField
*
CHK1
CHK2
CR
LF
The maximum length of each packet is restricted to 255 bytes.
NOTE
Quectel
Confidential
GNSS SDK Commands Manual
2Quectel NMEA Packet Protocol
This chapter introduces the Quectel NMEA packet protocol which is a set of extension messages of the
standard NMEA packet protocol. These messages are used to control and configure Quectel L70, L80,
L76, L76-L, L86 and L26 modules.
The structure of Quectel NMEA packet is shown as below:
2.1. Quectel NMEA Packet Format
Packet Contents:
Preamble: One byte character.
‘$’
TalkerID: Two bytes character string.
“PQ“
PktType: 1-10 bytes character string.
An identifier used to tell the decoder how to decode the packet.
DataField: The DataFileld has variable lengths depending on the packet type.
A command symbol ‘,’ must be inserted ahead of each data filed to help the decoder
process the DataField.
* : 1 byte character.
The star symbol is used to mark the end of DataField.
CHK1, CHK2: Two bytes character string.
CHK1 and CHK2 are the check sum of the data between Preamble and ‘*’.
CR, LF: Two bytes binary data.
The two bytes are used to identify the end of a packet.
GNSS_SDK_Commands_Manual Confidential / Released 7 / 28
GNSS Module Series
1. The command will be effective immediately after setting.
2. Parameter is automatically saved.
3. If the baud rate is changed, then there is no response returned in the current baud rate.
PQBAUD Change NMEA Port Default Baud Rate
Write Command
$PQBAUD,W,<baudrate>*Checksum<C
R><LF>
Response
$PQBAUD,W,OK*Checksum<CR><LF>
If there is any error, response:
$PQBAUD,W,ERROR*Checksum<CR><LF>
Reference
<baudrate> NMEA port baud rate, default value is 9600bps, and can be set to 4800bps,
14400bps, 19200bps, 38400bps, 57600bps and 115200bps
PQEPE Enable/Disable PQEPE Sentence Output
Write Command
$PQEPE,W,<mode>,<save>*Checksu
m<CR><LF>
Response
$PQEPE,W,OK*Checksum<CR><LF>
If there is any error, response:
$PQEPE,W,ERROR*Checksum<CR><LF>
URC Message
$PQEPE,<EPE_hori>,<EPE_vert>*Checksum<CR><LF>
Parameter
<EPE_hori> Estimated horizontal position error
NOTES
Quectel
Confidential
GNSS SDK Commands Manual
2.2. PQBAUD Change NMEA Port Default Baud Rate
Parameter
Example
$PQBAUD,W,115200*43 //Change NMEA port default baud rate to 115200bps
$PQBAUD,W,OK*40 //Set OK
2.3. POEPE Enable/Disable PQEPE Sentence Output
GNSS_SDK_Commands_Manual Confidential / Released 8 / 28
GNSS Module Series
The command will be effective immediately after setting.
<EPE_vert> Estimated vertical position error
Example
$PQEPE,5.3050,3.2000*53
Reference
<mode> Operation
0 Disable the URC including EPE data
1 Enable the URC including EPE data
<save> Save operation
0 Parameter is not saved, and ineffective after restart
1 Parameter is saved in flash, and effective after restart
PQ1PPS Set the Type and Pulse Width of 1PPS Output
Write Command
$PQ1PPS,W,<type>,<width>*Checksu
m<CR><LF>
Response
$PQ1PPS,W,OK*Checksum<CR><LF>
If there is any error, response:
$PQ1PPS,W,ERROR*Checksum<CR><LF>
Reference
<type> The type of 1PPS output
0 Disable 1PPS output
NOTE
Quectel
Confidential
GNSS SDK Commands Manual
Parameter
Example
$PQEPE,W,1,1*2A //Enable the URC including EPE data, and save parameters into flash
$PQEPE,W,OK*02 //Set OK
2.4. PQ1PPS Set the Type and Pulse Width of 1PPS Output
Parameter
GNSS_SDK_Commands_Manual Confidential / Released 9 / 28
GNSS Module Series
1. The command will be effective immediately after setting.
2. The parameters is automatically saved.
3. If <type> is set as 0, <width> could be set as 0-998.
1 Send 1PPS after the first fix
2 Send 1PPS after 3D fix
3 Send 1PPS after 2D fix
4 Send 1PPS always
<width> PPS pulse width in millisecond
Range: 2-998
PQFLP Set the Module into FLP Mode
Write Command
$PQFLP,W,<mode>,<save>*Checksu
m<CR><LF>
Response
$PQFLP,W,OK*Checksum<CR><LF>
If there is any error, response:
$PQFLP,W,ERROR*Checksum<CR><LF>
Read Command
$PQFLP,R*Checksum<CR><LF>
Response
$PQFLP,R,<mode>*Checksum<CR><LF>
Reference
<mode> Module operation mode
0 Normal mode
1 FLP mode
<save> Save operation
0 Parameter is not saved, and ineffective after restart
1 Parameter is saved in flash, and effective after restart
NOTES
Quectel
Confidential
GNSS SDK Commands Manual
Example
$PQ1PPS,W,4,100*1D //Set the type of 1PPS output and PPS pulse width
$PQ1PPS,W,OK*30 //Set OK
$PQ1PPS,W,0,0*18 //Disable 1PPS output
$PQ1PPS,W,OK*30 //Set OK
2.5. PQFLP Set the Module into FLP Mode
Parameter
GNSS_SDK_Commands_Manual Confidential / Released 10 / 28
GNSS Module Series
The command will be effective immediately after setting.
PQTXT Enable/Disable GPTXT Sentence Output
Write Command
$PQTXT,W,<mode>,<save>*Checksu
m <CR><LF>
Response
$PQTXT,W,OK*Checksum<CR><LF>
If there is any error, response:
$PQTXT,W,ERROR*Checksum<CR><LF>
URC Message
$GPTXT,01,01,02,<status>*Checksum<CR><LF>
Parameter
<status> Status of antenna
ANTSTATUS=OK: antenna is well connected
ANTSTATUS=OPEN: antenna has been disconnected
ANTSTATUS=SHORT: antenna is short-circuited
Example
$GPTXT,01,01,02,ANTSTATUS=OK*3B
Reference
<mode> Operation
0 Disable GPTXT sentence output
1 Enable GPTXT sentence output
<save> Save operation
0 Parameter is not saved, and ineffective after restart
1 Parameter is saved in flash, and effective after restart
NOTE
Quectel
Confidential
GNSS SDK Commands Manual
Example
$PQFLP,W,1,1*20 //Change to FLP mode
$PQFLP,W,OK*08 //Set OK
$PQFLP,R*25 //Read mode
$PQFLP,R,1*38 //Read OK, FLP mode is enabled
2.6. PQTXT Enable/Disable GPTXT Sentence Output
Parameter
GNSS_SDK_Commands_Manual Confidential / Released 11 / 28
GNSS Module Series
The command will be effective immediately after setting.
PQECEF Enable/Disable ECEFPOSVEL Sentence Output
Write Command
$PQECEF,W,<mode>,<save>*ChkSu
m<CR><LF>
Response
$PQECEF,W,OK*ChkSum<CR><LF>
If there is any error, response:
$PQECEF,W,ERROR*ChkSum<CR><LF>
<time> UTC from the internal real-time clock
<x> The value of X axis in ECEF
<y> The value of Y axis in ECEF
<z> The value of Z axis in ECEF
<v_x> Velocity component of X axis in ECEF
<v_y> Velocity component of Y axis in ECEF
<v_z> Velocity component of Z axis in ECEF
GNSS_SDK_Commands_Manual Confidential / Released 12 / 28
GNSS Module Series
The command will be effective immediately after setting.
<mode> Operation
0 Disable ECEFPOSVEL sentence output
1 Enable ECEFPOSVEL sentence output
<save> Save operation
0 Parameter is not saved, and ineffective after restart
1 Parameter is saved in flash, and effective after restart
$PQODO,W,1*23 //Start odometer reading, and initial distance is 0m.
$PQODO,W,OK*16 //Set OK
$PQODO,W,1,1000000*3E //Start odometer reading, and initial distance is 1,000,000m.
$PQODO,W,OK*16 //Set OK
$PQODO,R*3B //Read mode
$PQODO,R,1*26 //Read OK, odometer reading has already been started
$PQODO,Q*38 //Query the distance value
$PQODO,Q,123.45*0B //Current distance value is returned
2.9. PQPZ90 Enable/Disable Switching from WGS84 to PZ-90.11
GNSS_SDK_Commands_Manual Confidential / Released 14 / 28
GNSS Module Series
1. The command will be effective immediately after setting <save> to 0. However, when <save> is set
to 1, it will be effective only after restart for versions earlier than L76NR03A01S (on L76 module),
L76LNR02A01S (on L76-L module), L86NR02A01S (on L86 module) and L26NR02A01S (on L26
module).
2. If switching from WGS84 to PZ-90.11 is enabled and effective, the coordinate values in RMC and
GGA sentences will be switched to PZ-90.11 after fixing. Also, a DTM sentence will be displayed to
identify the datum used.
Parameter definition is available in Table 4.
Reference
Chapter 3.3
<mode> Operation
0 Disable switching from WGS84 to PZ-90.11
1 Enable switching from WGS84 to PZ-90.11
<save> Save operation
0 Parameter is not saved, and ineffective after restart
1 Parameter is saved in flash, and effective after restart
PQGLP Set the Module into GLP Mode
Write Command
$PQGLP,W,<mode>,<save>*ChkSum
<CR><LF>
Response
$PQGLP,W,OK*ChkSum<CR><LF>
If there is any error, response:
$PQGLP,W,ERROR*ChkSum<CR><LF>
Read Command
$PQGLP,R*ChkSum<CR><LF>
Response
$PQGLP,R,<mode>*ChkSum<CR><LF>
NOTES
Quectel
Confidential
GNSS SDK Commands Manual
Parameter
Example
$PQPZ90,W,1,1*79 //Enable switching from WGS84 to PZ-90.11, and save the parameter into flash
$PQPZ90,W,OK*51 //Set OK
$PQPZ90,R*7C //Read mode
$PQPZ90,R,0*60 //Read OK, switching from WGS84 to PZ-90.11 is enabled
2.10. PQGLP Set the Module into GLP Mode
GNSS_SDK_Commands_Manual Confidential / Released 15 / 28
GNSS Module Series
The command will be effective immediately after setting.
Reference
<mode> Module operation mode
0 Normal mode
1 GLP mode
<save> Save operation
0 Parameter is not saved, and ineffective after restart
1 Parameter is saved in flash, and effective after restart
$PQGEO,<GEO ID>,<action>,<Fix status>,<UTC date &
Time>,<Latitude>,<Longitude>,<MSL Altitude>,<Speed
Over Ground>,<Course Over Ground>,<Fix
Mode>,<Reserved1>,<HDOP>,<PDOP>,<VDOP>,<Reserv
ed2>,<GPS Satellites in View>,<GPS Satellites
Used>,*ChkSum<CR><LF>
Parameters
<GEO ID> Geo-fence ID is from 0 to 9.
<action> The current action of the module
1 Enters a geo-fence
2 Leaves a geo-fence
<Fix status> Fix status
0 No fix
1 2D fix
2 3D fix
<UTC date & Time> UTC time
Format: DyyMMddThhmmss.sss
D: char ‘D’, refers to date
Quectel
Confidential
GNSS SDK Commands Manual
2.14. PQGEO Configure Parameters of Geo-fence
GNSS_SDK_Commands_Manual Confidential / Released 20 / 28
GNSS Module Series
yy: current year-2000
MM: 1-12
dd: 1-31
T: char ‘T’, refers to time
hh: 0-23
mm: 0-59
ss.sss: 00.000-59.9999
<Latitude> The latitude of current position
Unit: degree
Format: ±dd.dddddd
Range: -90.000000~90.000000
<Longitude> The longitude of current position
Unit: degree
Format: ±ddd.dddddd
Range: -180.000000~180.000000
<MSL Altitude> Mean sea level (MSL) altitude
Unit: meter
<Speed Over Ground> Speed over ground. Unit: km/h
<Course Over Ground> Course over ground
Unit: degree
Range: 0-360.00
<Fix Mode> Fix mode 0 No fix
1 Estimated mode
2 Position fixed
3 Position fixed in DGPS mode
<Reserved1> Reserved1
<HDOP> Horizontal dilution of precision
<PDOP> Position dilution of precision
<VDOP> Vertical dilution of precision
<Reserved2> Reserved2
<GPS Satellites in View> GPS satellites in view
<GPS Satellites Used> GPS satellites used
GNSS_SDK_Commands_Manual Confidential / Released 21 / 28
GNSS Module Series
0 Do not report when to enter or leave the geo-fence
1 Report when to enter the geo-fence
2 Report when to leave the geo-fence
3 Report when to enter or leave the geo-fence
If <mode> is 0, the parameters after <mode> can be omitted.
<shape> Fence shape
0 Circularity with center and radius
1 Circularity with center and one point on the circle
2 Triangle
3 Quadrangle
<latitude0> The latitude of a point which is defined as the center of the geo-fence circular
region or the first point, Unit: degree
Format: ±dd.dddddd, range: -90.000000~90.000000
<longitude0> The longitude of a point which is defined as the center of the geo-fence circular
region or the first point. Unit: degree
Format: ±ddd.dddddd, range: -180.000000~180.000000
<latitude1/radius> When <shape> is 0, this parameter is radius, unit: meter, range: 0-6000000.0
When <shape> is other values, this parameter is latitude1, Unit: degree
Format: ±dd.dddddd, range: -90.000000~90.000000
If <shape> is 0, the parameters after <latitude1/radius> must be omitted.
<longitude1> The longitude of second point. Unit: degree
If <shape> is 1, the parameters after <longitude1> must be omitted.
<latitude2> The latitude of third point. Unit: degree
Format: ±dd.dddddd, range: -90.000000~90.000000
<longitude2> The longitude of third point. Unit: degree
Format: ±ddd.dddddd, range: -180.000000~180.000000
If <shape> is 2, the parameters after <longitude2> must be omitted.
<latitude3> The latitude of fourth point. Unit: degree
Format: ±dd.dddddd, range: -90.000000~90.000000
<longitude3> The longitude of fourth point. Unit: degree
Format: ±ddd.dddddd, range: -180.000000~180.000000
<status> The status of current position.
0 Unknown position
1 Inside the geo-fence
2 Outside the geo-fence
Quectel
Confidential
GNSS SDK Commands Manual
Example
$PQGEO,W,0,1,0,31.85913,117.1933,500.0*26 //<shape> is 0.
$PQGEO,W,OK*1F
$PQGEO,W,4,3,1,31.91133,117.1129,31.994856,117.070281*1C //<shape> is 1.
$PQGEO,W,OK*1F
$PQGEO,W,3,0*34 //Delete geo-fence 3.
GNSS_SDK_Commands_Manual Confidential / Released 22 / 28
GNSS Module Series
1. If <mode> is 0 and there are no parameters after <mode>, this command can delete the geo-fence.
2. If <mode> is 1 (or 2), when the module enters (or leaves) the geo-fence, the Reserved2 pin (pin 17)
level will change from high to low; when the module leaves (or enters) the geo-fence, the Reserved2
pin (pin 17)level will change from low to high or keep unchanged. If <mode> is 0 or 3, the Reserved2
(17th) pin level will always keep high. This function is only supported on L76 module and the <GEO
ID> must be 0.
3. $PQGEO,R,10*1F command can inquire parameters of all geofences.
4. The command will be effective immediately after setting, and the parameters will be automatically
saved into flash.
5. Input the latitude and longitude in sequence in clockwise or counter-clockwise order.
PQPREC Configure Parameter Precision in NMEA Sentences
2.15. PQPREC Configure Parameter Precision in NMEA Sentences
The command is used to configure the parameter (latitude/longitude/altitude) precision in NMEA
sentences, through setting the number of digits after the decimal point.
GNSS_SDK_Commands_Manual Confidential / Released 23 / 28
GNSS Module Series
The command will be effective immediately after setting.
<latitude bits> The number of digits after the decimal point of latitude in NMEA sentences
4 - 6 The default value is 4
<longitude bits> The number of digits after the decimal point of longitude in NMEA sentences
4 - 6 The default value is 4
<altitude bits> The number of digits after the decimal point of altitude and geoidal separation in
NMEA sentences. This parameter can be omitted
1 - 3 The default value is 1
<save> Save operation
0 Configuration is not saved, and ineffective after restart
1 Configuration is saved in flash, and effective after restart
PQGBS Enable/Disable GBS Sentence Output
Write Command
$PQGBS,W,<mode>,<save>*ChkSum
<CR><LF>
Response
$PQGBS,W,OK*ChkSum<CR><LF>
NOTE
Quectel
Confidential
GNSS SDK Commands Manual
Parameter
Example
$PQPREC,W,5,5,2,1*7D //Set the number of digits after the decimal point of latitude and longitude
to 5, and altitude to 2, then save the parameter into flash.
$PQPREC,W,OK*56 //Set OK
//The following parameters in bold are variables:
$xxRMC,030037.000,A,3150.77801,N,11711.95112,E,0.00,37.74,070816,,,A*xx
$xxGGA,030037.000,3150.77801,N,11711.95112,E,1,6,1.66,96.54,M,0.01,M,,*xx
$xxGLL,3150.77801,N,11711.95112,E,030037.000,A,A*xx
$PQPREC,R*7B //Read parameter precision setting in NMEA sentences.
$PQPREC,R,5,5,2*65 //Read OK
2.16. PQGBS Enable/Disable GBS Sentence Output
The packet can enable or disable the output of GBS sentence which is used to support receiver
autonomous integrity monitoring (RAIM).
GNSS_SDK_Commands_Manual Confidential / Released 24 / 28
GNSS Module Series
The command will be effective immediately after setting.
If there is any error, response:
$PQGBS,W,ERROR*ChkSum<CR><LF>
1 Enable GBS sentence output
<save> Save operation
0 Parameter is not saved, and ineffective after restart
1 Parameter is saved in flash, and effective after restart
NOTE
Quectel
Confidential
GNSS SDK Commands Manual
Parameter
Example
$PQGBS,W,1,1*2C //Enable GBS sentence output and saved into flash
$PQGBS,W,OK*04 //Set OK
$PQGBS,R*29 //Read mode
$PQGBS,R,1*34 //Read OK, GBS sentence output is enabled
GNSS_SDK_Commands_Manual Confidential / Released 25 / 28
GNSS Module Series
SN
Document Name
Remark
[1]
Quectel_GNSS_Low_Power_Mode_Application
_Note
GNSS Low Power Mode Application Note
Abbreviation
Description
1PPS
1 Pulse Per Second
ECEF
Earth-centered, Earth-fixed
EPE
Estimated Position Error
FLP
Fitness Low Power
GBS
GNSS Satellite Fault Detection
GGA
Global Positioning System Fixed Data
GLP
GNSS Low Power
GNSS
Global Navigation Satellite System
MLS
Mean Sea Level
NMEA
National Marine Electronics Association
ODO
Odometer
Quectel
Confidential
GNSS SDK Commands Manual
3Appendix References
3.1. Related Documents
Table 2: Related Documents
3.2. Terms and Abbreviations
Table 3: Terms and Abbreviations
GNSS_SDK_Commands_Manual Confidential / Released 26 / 28
GNSS Module Series
PZ90
Parametry Zemli 1990
RAIM
Receiver Autonomous Integrity Monitoring
RMC
Recommended Minimum Specific GNSS Data
RLM
Return Link Message
RLS
Return Link Service
URC
Unsolicited Result Code
Field
Meaning
1
Local datum code (xxx):
W84 - WGS84
W72 - WGS72
S85 - SGS85
P90 - PZ-90
The datum sentence definition for $GNDTM,xxx,x,xx.xxxx,x,xx.xxxx,x,xxx,xxx*hh<CR><LF> is illustrated
below:
Table 4: Datum Sentence Definition
GNSS_SDK_Commands_Manual Confidential / Released 27 / 28
GNSS Module Series
Field
Meaning
1
UTC time of the GGA or GNS fix associated with this sentence.
2
Expected Error in latitude
3
Expected Error in longitude
4
Expected Error in altitude
5
ID number of most likely failed satellite
6
Probability of missed detection for most likely failed satellite
7
Estimate of bias in meters on most likely failed satellite
8
Standard deviation of bias estimate
9
GNSS system ID
1 - GPS
2 - GLONASS
3 - Galileo
4 - RESERVED
10
GNSS signal ID
0 - All channel
1 - G1 C/A
11
Checksum
If only GPS, GLONASS, etc. is used for the reported position solution, the talker ID of GBS is GP, GL,
etc., and the errors pertain to the individual system. If satellites from multiple systems are used to obtain
the reported position solution, the talker ID is GN and the errors pertain to the combined solution.
NOTE
Quectel
Confidential
GNSS SDK Commands Manual
3.4. GBS Sentence Definition
The GBS sentence definition for $--GBS,hhmmss.ss,x.x,x.x,x.x,xx,x.x,x.x,x.x,x,x*hh<CR><LF> is
illustrated below:
Table 5: GBS Sentence Definition
GNSS_SDK_Commands_Manual Confidential / Released 28 / 28
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.