Instructions
" " ! "
Espressif Systems
ESP8266
AT Instruction Set
14.
AT+CIPSERVER – Configure as TCP server
Server monitor will automatically be created when Server is created. When a client is connected to the
server, it will take up one connection and be assigned an ID. !
AT+CIPSERVER – Configure as TCP server
Example
AT+CIPMUX=1
AT+CIPSERVER=1,1001
Command
AT+CIPSERVER=<mode>[, <port>]
Response
OK
Parameters
<mode>
0 : Delete server
1 : Create server
<port> port number, default is 333
Notes
Server can only be created when AT+CIPMUX=1
Espressif Systems / Friday, July 15, 201666 73