AT Command

Description

AT+CGNSSEQ command returns the current setting of last sentence parsed


Support

Simcom Module Tutorial

Examples

Get list of supported values for AT+CGNSSEQ command,

AT+CGNSSEQ=? 

+CGNSSEQ: (GGA,GSA,RMC,GSV)

OK

  • GGA - Time, position, and fix type data
  • GSA - GNSS receiver operating mode, satellites used and DOP values.
  • GSV - Number of satellies in view, satellite ID numbers, elevation, azimuth & SNR values
  • RMC - Time, date, position, course and speed data

Get the surrent setting of last sentence parsed,

AT+CGNSSEQ?
+CGNSREQ: RMC

OK

Configure AT+CGNSSEQ for different settings,

AT+CGNSSEQ=GGA
OK

AT+CGNSSEQ=GSA
OK

AT+CGNSSEQ=GSV
OK

AT+CGNSSEQ=RMC
OK

KeywordsAT+CGNSSEQ syntax, examples, parameters, error, input, response.


Test AT+CGNSSEQ command with AT Command Tester