AT+SEND with direct data input

tilz0R
Posts: 38
Joined: Sat Dec 26, 2015 8:36 pm
Contact:

AT+SEND with direct data input

Postby tilz0R » Sat Dec 26, 2015 9:04 pm

Hi,

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: Select all

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.

Who is online

Users browsing this forum: No registered users and 189 guests