|
AT+CIPPING AT command is used to ping any server from Simcom modules.
With AT Command Tester tool, you can test Simcom Ping feature.
Try the script in AT Command Tester tool.
//Script: at+cipping.at //Use this script to test PING AT commands with Simcom modules. //This script can be used on SIM7000X Simcom modules- //Set the APN for the wireless connection. Please check the APN for your network AT+CIPPING=? WAIT=1 //Check the configuration AT+CIPPING? WAIT=1 //Specify the server retry attempts AT+CIPPING="www.google.com" WAIT=3 //Specify the server, retry attempts, data length and timeout //Get the GNSS location information AT+CIPPING="www.google.com", 10
Output of the script in the AT Command Tester tool.
AT+CIPPING=? +CIPPING: (1-100),(1-1400),(1-600),(1-255) OK AT+CIPPING? +CIPPING: 4,8,100,64 OK AT+CIPPING="www.google.com" +CIPPING: 1,"172.217.16.132",278,48 +CIPPING: 2,"172.217.16.132",318,48 +CIPPING: 3,"172.217.16.132",320,48 +CIPPING: 4,"172.217.16.132",318,48 OK AT+CIPPING="www.google.com", 10 +CIPPING: 1,"172.217.16.132",271,48 +CIPPING: 2,"172.217.16.132",319,48 +CIPPING: 3,"172.217.16.132",318,48 +CIPPING: 4,"172.217.16.132",320,48 +CIPPING: 5,"172.217.16.132",319,48 +CIPPING: 6,"172.217.16.132",319,48 +CIPPING: 7,"172.217.16.132",318,48 +CIPPING: 8,"172.217.16.132",320,48 +CIPPING: 9,"172.217.16.132",319,48 +CIPPING: 10,"172.217.16.132",319,48 OK