AT Command

Description

AT+CGPSRST AT command resets GPS in COLD start mode or in autonomy mode.


Support

Simcom Module Tutorial

Examples

//Reset GPS in COLD start mode
AT+CGPSRST=0

//Reset GPS in autonomy mode
AT+CGPSRST=1

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

With Online AT Command Tester tool, you can test Simcom GPS feature.

With Online AT Command Tester tool,send batch of AT commands in the script mode to test Simcom GPS feature,

//Turn GPS on
AT+CGPSPWR=1

//Reset the GPS in autonomy mode
AT+CGPSRST=0

//Wait for the GPS reset
WAIT=15

//Get the current GPS location
AT+CGPSINF=0