ESP8266 Developer Zone The Official ESP8266 Forum 2017-09-14T10:04:15+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=2447 2017-09-14T10:04:15+08:00 2017-09-14T10:04:15+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2447&p=15754#p15754 <![CDATA[Re: Esp8266 work as a server to send multiple packet]]> Statistics: Posted by Her Mary — Thu Sep 14, 2017 10:04 am


]]>
2017-09-13T19:01:40+08:00 2017-09-13T19:01:40+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2447&p=15743#p15743 <![CDATA[Re: Esp8266 work as a server to send multiple packet]]>
Suppose I can break the data into multiple packet of 2048 or less bytes, I send the first one: AT+CIPSEND=chn id, 2048, check OK and then 2048 bytes data and wait for SEND OK, and then repeat the process until all packet is gone and then send (AT+CIPCLOSE) to close the channel?

How about 20ms interval in between, it can be reasily over 20ms if I have to wait for the response.

thanks for any responses.

Ping

Statistics: Posted by Ping — Wed Sep 13, 2017 7:01 pm


]]>
2016-07-21T12:39:12+08:00 2016-07-21T12:39:12+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2447&p=8043#p8043 <![CDATA[Re: Esp8266 work as a server to send multiple packet]]>
Which send command are you using?
Did you try AT+CIPSENDBUF command to send multiple blocks one after the other?

Statistics: Posted by Guest — Thu Jul 21, 2016 12:39 pm


]]>
2016-07-19T14:42:16+08:00 2016-07-19T14:42:16+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2447&p=8020#p8020 <![CDATA[Esp8266 work as a server to send multiple packet]]>
As the esp8266's SEND command can only send 2048 bytes each time.
When receive a http request, how can I send a picture bigger than 2048 bytes?
I try send it via 2 SEND commands, but failed.

Statistics: Posted by riddickhou — Tue Jul 19, 2016 2:42 pm


]]>