Phau Ntawv Qhia

Table Of Contents
Chengdu Ebyte Electronic Technology Co., Ltd. E90-DTU(xxxSLxx-ETH)_V2.0-AT Instruction Set
Copyright ©2012–2022Chengdu Ebyte Electronic Technology Co., Ltd.
8
128Bit can be sent successfully.
Example
Inquire:
Send: AT+ AT+REMOLORA\r\n
receive:
\r\n+OK=0,0,115200,8N1,2400,240,RSCHOFF,PWMAX,16,RSDATOFF,TRNOR,RLYOFF,LBT
OFF,WOROFF,2000,0\r\n
Set Up
Send
AT+HTTPREQMODE=0,0,115200,8N1,2400,240,RSCHOFF,PWMAX,16,RSDATOFF,TRNOR,RL
YOFF,LBTOFF,WOROFF,2000,0\r\n
Received\r\n+OK\r\n
1.13 Query/Set Network Parameters
Command
AT+WAN
Function
Query/set Network Parameters
SendQuery
AT+WAN<CR><LF>
Return
Query
<CR><LF>+OK=<Mode, Address, Mask, Gateway,
DNS><CR><LF>
SendSet
AT+WAN=<Mode, Address, Mask, Gateway, DNS><CR><LF>
ReturnSet
<CR><LF>+OK<CR><LF>
Remarks
Mode: DHCP/STATIC
Address:Local IP address
Mask:subnet mask
Gateway:gateway
DNS:DNS server
Example
Inquire:
Send: AT+WAN\r\n
Received: \r\n+OK= STATIC ,192.168.3.7,255.255.255.0,192.168.3.1,114.114.114.114\r\n
Settings: (Dynamic IP)
Send: AT+WAN=DHCP, 192.168.3.7,255.255.255.0,192.168.3.1,114.114.114.114\r\n
Received:\r\n+OK\r\n
Settings: (Static IP)
Send: AT+WAN=STATIC,192.168.3.7,255.255.255.0,192.168.3.1,114.114.114.114\r\n
Received:\r\n+OK\r\n
1.14 Query/Set Local Port Number
Command
AT+LPORT