Search found 2 matches

by arturo12131
Fri Aug 05, 2022 12:57 pm
Forum: ESP-AT
Topic: Is It possible to modify an AT command? CIPSEND
Replies: 3
Views: 2913

Re: Is It possible to modify an AT command? CIPSEND

Hi, Which firmware are you using, the AT+CIPSEND command (https://docs.espressif.com/projects/esp-at/en/latest/esp32/AT_Command_Set/TCP-IP_AT_Commands.html#at-cipsend-send-data-in-the-normal-transmission-mode-or-wi-fi-passthrough-mode) <length> for ESP32 AT and ESP32C3 AT has increased to 8192. Hi,...
by arturo12131
Thu Aug 04, 2022 3:32 pm
Forum: ESP-AT
Topic: Is It possible to modify an AT command? CIPSEND
Replies: 3
Views: 2913

Is It possible to modify an AT command? CIPSEND

Hi, I want to modify (or re-implement in a different command) the AT command "CIPSEND" since the maximum bytes to send is 2048 and I need it to be 8192 at least. How can I do that? Is any source code for that command that maybe I could change and implement?
Thanks in advance.