Chat freely about anything...

User avatar
By ART
#65674 Hello folks, I have been trying to send over 2048 bytes to ESP8266 but I did not succeded. I am using AT commands to do that. My last commands was AT+CWMODE=3, AT+CIPMUX=1 and AT+CIPSERVER=1. After I get a client connection and a +IPD response, I want to send over 2048 bytes to ESP-8266 using the AT+CIPSEND command. For any string smaller than 2048 everything works well. The problem now is send over that limit... I wonder If someone show a sample C code to fix this headache !!! Any help will be appreciated. Tks