ESP8266 Developer Zone The Official ESP8266 Forum 2015-12-26T21:04:58+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=1554 2015-12-26T21:04:58+08:00 2015-12-26T21:04:58+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1554&p=5159#p5159 <![CDATA[AT+SEND with direct data input]]>
it would be a great idea to add ability to send data with command and data directly, without waiting for ">".
This improves some logistics in code and adds some faster response working with AT commands on ESP.

Something like this:

Code:

AT+IPD=0,5,12345\r\n


where:
AT+IPD: would mean that we want to send data to active connection directly including data in statement
0: Connection number to use to send data
5: Number data bytes
12345: Actual data
\r\n: End of command. This maybe won't be necessary since we specify number of elements we have as data.

Waiting for ESPRESSIF TEAM response.

Have a nice day.

Statistics: Posted by tilz0R — Sat Dec 26, 2015 9:04 pm


]]>