AT Command

Description

AT+CGPSSTATUS AT command returns the status of the GPS.
Following status infomration is shown,
"Location Unknown", "Location Not Fix", "Location 2D Fix", Location 3D Fix".


Support

Simcom Module Tutorial

Examples

AT+CGPSSTATUS?

+CGPSSTATUS: Location Unknown

OK

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

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

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

//Turn GPS on
AT+CGPSPWR=1

//Get the GPS Status
AT+CGPSSTATUS?

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

//Wait for the GPS reset
WAIT=15

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