Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP

CIPSTATUS

fuho edited this page · 2 revisions

AT+ CIPSTATUS – Information about connection

Type Instruction Response Function
execute AT+CIPSTATUS STATUS:stat +CIPSTATUS:id,type,addr,port,tetype OK Get information about connection.

Parameter description:

  • stat:
    • 2: Got IP
    • 3: Connected
    • 4: Disconnected
  • id: id of the connection (0~4), for multi-connect
  • type: string, “TCP” or “UDP”
  • addr: string, IP address.
  • port: port number
  • tetype:
    • 0: ESP8266 runs as client
    • 1: ESP8266 runs as server
Something went wrong with that request. Please try again.