Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP

CIPSTART

fuho edited this page · 2 revisions

AT+CIPSTART – Establish TCP connection or register UDP port and start a connection

Type Instruction Response Function
Set AT+CIPSTART=type,addr,port OK Start a connection as client. (Single connection mode)
Set AT+CIPSTART=id,type,addr,port OK Start a connection as client. (Multiple connection mode)

Param description:

  • id: 0-4, id of connection
  • type: string, “TCP” or “UDP”
  • addr: string, remote ip
  • port: string, remote port
Something went wrong with that request. Please try again.