This repository was archived by the owner on Jan 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 227
CIPSTART
groznykh edited this page Jul 11, 2016
·
3 revisions
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