ESP8266 Developer Zone The Official ESP8266 Forum 2020-07-19T13:19:32+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=59376 2020-07-19T13:19:32+08:00 2020-07-19T13:19:32+08:00 https://bbs.espressif.com:443/viewtopic.php?t=59376&p=81686#p81686 <![CDATA[Re: esp8266 AT commands]]> https://bbs.espressif.com/viewtopic.php?f=61&t=560

Statistics: Posted by Her Mary — Sun Jul 19, 2020 1:19 pm


]]>
2020-07-17T23:25:01+08:00 2020-07-17T23:25:01+08:00 https://bbs.espressif.com:443/viewtopic.php?t=59376&p=81608#p81608 <![CDATA[esp8266 AT commands]]> –>AT+CIPSTART=”TCP”,”innovations.thinkfinitylabs.com”,80\r\n
–>AT+CIPSEND=90\r\n
–>GET /test/comm/sens.php?key=f46fa009d3c6902ea2a805567c7ed4&val1=01&val2=02&val3=03&val4=04\r\n

Then after sending GET command it shows like this:


AT+CIPSTART=”TCP”,”innovations.thinkfinitylabs.com”,80

CONNECT

OK
AT+CIPSEND=90

OK
>

busy s…

Recv 90 bytes

SEND OK
CLOSED

Can anybody please tell why is it showing busy again and again?

Statistics: Posted by Kunal Gupta — Fri Jul 17, 2020 11:25 pm


]]>