-->
Page 1 of 1

Maximum string length in AT+CIPSEND?

PostPosted: Sun Nov 23, 2014 7:50 am
by Didier9
Has anyone found a reference (or looked at the code for) the maximum number of characters that can be sent in one whack through the AT+CIPSEND command?
I assume that it should be able to take at least one full Ethernet frame (1500 bytes) but I have not actually experimented to find the limit yet.
I am building a small configuration web server to be used while the module is in soft-AP mode to enter the settings (SSID and passkey) for the actual wireless router that it is supposed to connect to during normal operation. I would like that web page to look half way decent.
I have a quick prototype running (now implemented in Visual Basic because it's much easier and faster to prototype and find my way through it in VB than in C on a microcontroller).

Re: Maximum string length in AT+CIPSEND?

PostPosted: Tue Dec 23, 2014 12:45 am
by chandan2002x
If I can remember right, in code, it is set at 2048B and Probably that is also possible to change. Although, there may be other consequence of that.