AT Command

Description

AT+CDNSCFG AT command sets up the primary and secondary DNS servers. The IP addresses should included with quotes.


Support

Simcom Module Tutorial

Examples

Current setting,
AT+CDNSCFG?

PrimaryDns: 0.0.0.0
SecondaryDns: 0.0.0.0

OK

AT+CDNSCFG="10.33.44.1"

OK

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

With AT Command Tester tool, you can test Simcom TCP/IP feature.

You can also send commands to set up TCP/IP connection in the ‘Script Mode’ tab of the AT Command Tester,


//Check the registration status
AT+CREG?

//Check attach status
AT+CGACT?

//Attach to the network
AT+CGATT=1

//Wait for Attach
WAIT=7

//Start task ans set the APN. Check your carrier APN
AT+CSTT="bluevia.movistar.es"

//Bring up the wireless connection
AT+CIICR

//Wait for bringup
WAIT=6

//Get the local IP address
AT+CIFSR

//Get the status of teh IP connection
AT+CIPSTATUS

//Start a TCP connection to remote address. Port 80 is TCP.
AT+CIPSTART="TCP","74.124.194.252","80"

//Get the status of teh IP connection
AT+CIPSTATUS