AT Command

Description

AT+CGPSXE command is used to enable/disable GPS XTRA function.


Support

Simcom Module Tutorial

Examples

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

Try the below script in the AT Command Tester tool

//Script: at_cgpsxe.at
//Use this script to AT+CGPSXE AT commands with Simcom modules.
//This script can be used on following Simcom modules-SIM7500X, SIM7600X

//Get the command support
AT+CGPSXE=?

WAIT=2

//Check if GPS XTRA is enabled
AT+CGPSXE?

WAIT=1

//Enable GPS XTRA
AT+CGPSXE=1

WAIT=2

//Disable GPS XTRA
AT+CGPSXE=0


Output of the script in the AT Command Tester tool

AT+CGPSXE=?

+CGPSXE: (0,1)

OK
AT+CGPSXE?

+CGPSXE: 0

OK
AT+CGPSXE=1

OK
AT+CGPSXE=0

OK

+STIN: 81