Firstly, the source code for libat is confidential and is maintained internally by the engineers at Espressif. The reason being that we need to directly interface to the internal RF hardware to make the AT library efficient. And if we released the code publicly, people would have access to info on how to control the Wi-Fi radio, etc. on the ESP8266. And that would not be nice, because RF gone crazy with a buggy program on a chip can interfere with all other equipment in the vicinity. Hope you understand!
And if you want to know how to maximize throughput, you need to know that the limiting factor is UART speed. Not the Wi-Fi speed. The ESP8266 can easily do over 5 mbps in very noisy environments as well. Compare that to the 0.1 mbps of 115200 baud UART!
We recommend using SPI or SDIO based AT interface for better performance.Statistics: Posted by Guest — Sun Oct 02, 2016 12:14 pm
]]>