[Summary of the test]
As part of the test, the esp8266 works as a client, sending data, continuously, to the TCP server, we need to determine how fast esp8266 is to send the data. We set an expected data transmission rate using our software, for example, 2048 bytes/ms, the software will send a string of 2048 bytes every 1 ms via serial port, using AT Commands. Following are the questions that really puzzled me:
[1] what is the difference between AT+CIPSENDBUF and AT+CIPSENDEX, it seems both of them start to send data when the data length is meet. Besides what stated in the AT commands reference(the pdf file), can you explain a little bit further?
[2] for AT+CIPSENDBUF and AT+CIPSENDEX, which is faster?
[3] Is there any restrictions on time interval between two data packets, or two AT commands?
[4] In our test, the performance of data transmission is only 5-6 kbps, which is really slow. Is it possible to send data at a higher rate, say 18-20kbps, using AT command?Statistics: Posted by Wenkangl — Thu Mar 16, 2017 8:48 am
]]>