Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Texton
#36584 Hey all,

I am sending a HTTP POST request to my ESP-module. The POST request has its header and then 1024 bytes of data afterwards. Problem is that I only receive 256 of the data bytes in the application?

Is there some kind of data limitation in the arduino port? (When using AT commands the buffers is upto 2048bytes).