ESP8266EX Beginner's Guide
Command
Set
AT+CIPSEND
Test AT+CIPSTART=?
Set
43
!
|
P a g e
"
Description
1.
Single Connection
(+CIPMUX=0)
AT
+CIPSTART=<type>,<addr
>,<port>
! !
2.
Multiple
Connections
(+CIPMUX=0)
AT
+CIPSTART=<id>,<type>,
<addr>,<port>
Send Data
1.
Single Connection
(+CIPMUX=0)
AT+CIPSEND=<length>
! !
2.
Multiple
Connections
(+CIPMUX=0)
AT
+CIPSEND=<id>,<length
>
"
Response
Syntax correct and
connection successful,
returns
!
OK
!
else returns
!
ERROR
!
If connection already
exists, returns
!
ALREADY CONNECT
! !
OK
Wrap return ">" after set
command. Begins receive
of serial data, when data
length is met, starts
transmission of data.
!
If connection cannot be
established or gets
disconnected during send,
returns
!
ERROR
!
If data is transmitted
successfully, returns
!
SEND OK
!
September 17, 2014
Espressif
Systems
Reference
<id>= required ID no.
of transmit connection
<length>=numeric
value, size of transmit
packet, maximum
2048 bytes
!
Need help?
Do you have a question about the ESP8266EX and is the answer not in the manual?
Questions and answers