ESP8266 Developer Zone The Official ESP8266 Forum 2015-02-25T10:20:24+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=221 2015-02-25T10:20:24+08:00 2015-02-25T10:20:24+08:00 https://bbs.espressif.com:443/viewtopic.php?t=221&p=806#p806 <![CDATA[Re: AT 0.22 : +IPD no more 'OK' ??]]>
Sorry for the inconvenience :oops:

00170901 is a very very old version of AT,it may have many defects..

please try the latest AT_v0.22 http://bbs.espressif.com/viewtopic.php?f=7&t=205

There should not be any "OK" after +IPD

Statistics: Posted by ESP_Faye — Wed Feb 25, 2015 10:20 am


]]>
2015-02-24T04:19:49+08:00 2015-02-24T04:19:49+08:00 https://bbs.espressif.com:443/viewtopic.php?t=221&p=798#p798 <![CDATA[Re: AT 0.22 : +IPD no more 'OK' ??]]>
my memory is may be faulty, but i'm pretty sure than older AT firmware ended with an "OK" after a dual \CR\LF !
(i works with multiple connection enable)

will verify with previous firmware !

regards

edit ********************************
i upload the old 00170901 and YES, the "OK" is send after the HTML header and dual \CR\LF (which is part of the HTML header) !

no more with the 022b1 ...

thanks to Espressif team to modify without say nothing ...

Code:

23/02/2015 23:03:34.638 [TX] - AT+CIPSERVER=1,4000<CR><LF>
23/02/2015 23:03:34.643 [RX] - AT+CIPSERVER=1,4000<CR>
<CR><LF>
<CR><LF>
OK<CR><LF>
Link<CR><LF>
<CR><LF>
+IPD,0,321:GET / HTTP/1.1<CR><LF>
Host: 192.168.0.104:4000<CR><LF>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0<CR><LF>
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8<CR><LF>
Accept-Language: en-us,en;q=0.8,fr;q=0.5,fr-fr;q=0.3<CR><LF>
Accept-Encoding: gzip, deflate<CR><LF>
DNT: 1<CR><LF>
Connection: keep-alive<CR><LF>
<CR><LF>
<CR><LF>
OK<CR><LF>

Statistics: Posted by phil31 — Tue Feb 24, 2015 4:19 am


]]>
2015-02-24T00:56:26+08:00 2015-02-24T00:56:26+08:00 https://bbs.espressif.com:443/viewtopic.php?t=221&p=797#p797 <![CDATA[Re: AT 0.22 : +IPD no more 'OK' ??]]>
AT Command manual in verion: http://bbs.espressif.com/viewtopic.php?f=5&t=154
esp_iot_sdk_v0.9.5_15_01_23.zip\esp_iot_sdk_v0.9.5\document\English folder

Not retrun 'OK' and at least I don't see reason for that because received data can include also 'OK'

From AT document:
NOTE:
When the module receives network data, it will send the data through the serial port using +IPD command
Param description:
<id> id no. of connection
<len> data length
<data> data received

//Jyke

Statistics: Posted by jyke — Tue Feb 24, 2015 12:56 am


]]>
2015-02-23T17:42:32+08:00 2015-02-23T17:42:32+08:00 https://bbs.espressif.com:443/viewtopic.php?t=221&p=796#p796 <![CDATA[AT 0.22 : +IPD no more 'OK' ??]]>
i just upload AT0.22b1 firmware and it seem that the +IPD command is not more ending with "OK" !??
do i something wrong or someone can confirm this please ?
i can't read any advice about this !
is it a new bug ?

thanks, regards

Statistics: Posted by phil31 — Mon Feb 23, 2015 5:42 pm


]]>