esp8266 icon indicating copy to clipboard operation
esp8266 copied to clipboard

busy when beacon event

Open emj365 opened this issue 9 years ago • 0 comments

Is that normal?

AT+RST

OK
L(����ZN�bZS����DLJK�l�
[Vendor:www.ai-thinker.com Version:0.9.2.4]

ready
Wifi initialized
AT+CWMODE=1
no change
AT+CWJAP="none","xxxxx"

OK

AT+CIPMUX=1

OK
Wifi connected
192.168.31.243
AT+CIPSERVER=1,80

OK

AT+CIPSTO=300

OK

AT+CIPSTART=2,"UDP","192.168.31.255",-30729

OK
AT+CIPSEND=2,82
> {"event": "beacon", "ip": "192.168.31.243",": "wifi-serial"}
busy s...

SEND OK
AT+CIPSEND=2,82
> {"event": "beacon", "ip": "192.168.31.243",": "wifi-serial"}
busy s...

SEND OK
AT+CIPSEND=2,82
> {"event": "beacon", "ip": "192.168.31.243",": "wifi-serial"}
busy s...

SEND OK

emj365 avatar Apr 21 '15 04:04 emj365