Advanced AT Commands


You can read or change IP address-related settings for P4M-440G using AT commands.

These settings are stored in a buffer called "envs." Therefore, you need to use AT commands related to "envs" to access each item.

Reading an envs item: +ESR

You can use this command to read a specific item from "envs."

AT+ESR="<Item>"

at+esr="ipaddr"
+ESR:203.0.113.0
OK

Loading the envs: +EBL

AT+EBL="envs"

at+ebl="envs"
OK

Storing the envs: +EBS

AT+EBS="envs",0xa5c3

at+ebs="envs",0xa5c3
OK

Modifying an envs item: +EBW

AT+EBW="<Item>","<Value>"
AT+EBW="<Item>",<Value>

at+ebl="envs"
OK
at+ebw="dhcp",1
OK
at+ebs="envs",0xa5c3
OK

at+ebl="envs"
OK
at+ebw="dhcp",0
OK
at+ebw="ipaddr","203.0.113.0"
OK
at+ebw="netmask","255.255.255.0"
OK
at+ebs="envs",0xa5c3
OK