Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

CIPSTART

groznykh edited this page Jul 11, 2016 · 3 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: integer, remote port