AT Command

Description

AT+CGPSURL command is used to set the AGPS default server URL.


Support

Simcom Module Tutorial

Examples

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

Try the below script in the AT Command Tester tool

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

//Get the command support
AT+CGPSURL=?

WAIT=2

//Get the current URL
AT+CGPSURL?

WAIT=1

//Get the current URL
AT+CGPSURL="supl.google.com:7276"

Output of the above script in the AT Command Tester tool tool.

AT+CGPSURL=?

OK
AT+CGPSURL?

+CGPSURL: "supl.google.com:7276"

OK
AT+CGPSURL="supl.google.com:7276"

OK