AT Command | | Description |
AT+CGPSOUT AT command controls the GPS NMEA information output from the AT Command UART. Specific NMEA information can be shown depending on setting.
AT+CGPSOUT=
| Support | Simcom Module Tutorial | Examples |
//Disable GPS NMEA output
AT+CGPSOUT=0
//Enable all GPS NMEA output
AT+CGPSOUT=2
| Keywords | AT+CGPSOUT 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
//Reset the GPS in autonomy mode
AT+CGPSRST=0
//Wait for the GPS reset
WAIT=15
//Get the current GPS location
AT+CGPSINF=0
//Enable NMEA stram
AT+CGPSOUT=1