|
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