ESP8266 Developer Zone The Official ESP8266 Forum 2015-06-01T13:58:52+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=531 2015-06-01T13:58:52+08:00 2015-06-01T13:58:52+08:00 https://bbs.espressif.com:443/viewtopic.php?t=531&p=1998#p1998 <![CDATA[Re: AT+CIPCHECKSEG not working]]>
Thanks for your reporting !

There is a mistake in document, the AT command should be "AT+CIPCHECKSEQ"

So sorry for the inconvenience,here is the updated document http://bbs.espressif.com/viewtopic.php?f=5&t=481#p1997

Statistics: Posted by ESP_Faye — Mon Jun 01, 2015 1:58 pm


]]>
2015-05-31T20:25:06+08:00 2015-05-31T20:25:06+08:00 https://bbs.espressif.com:443/viewtopic.php?t=531&p=1973#p1973 <![CDATA[AT+CIPCHECKSEG not working]]> I found that AT+CIPCHECKSEG is not working in latest sdk 1.1.0.

Heres what I try to do(module is already connected and server started):

AT+CIPSTATUS

+CIPSTATUS
STATUS:3
+CIPSTATUS:0,"TCP","192.168.0.6",58969,1

OK
----------------------------------------------------------------------

AT+CIPSENDBUF=0,2048
+CIPSENDBUF=0,2048
2,1

OK
>
Recv 2048 bytes
0,2,SEND OK

after this I'm trying to check the status of the segment with
AT+CIPCHECKSEG=0,2

and I receive :
+CIPCHECKSEG=0,2
ERROR

Is that a bug in latest firmware?

Statistics: Posted by metalheart — Sun May 31, 2015 8:25 pm


]]>