gch 0 Posted May 26, 2017 Share Posted May 26, 2017 Dear all, I would like to send over Wifi 350Kb of data using the "WiFiClient.print" API. Could you please let me know what is the maximum length of data I could send in every POST? Is it possible to increase it? Thanks in advance. Best, George Quote Link to post Share on other sites
energia 485 Posted May 26, 2017 Share Posted May 26, 2017 I would recommend using write(const uint8_t *buffer, size_t size). Maximum buffer size that can be send with write(const uint8_t *buffer, size_t size) is 1460 bytes. Robert Quote Link to post Share on other sites
gch 0 Posted May 29, 2017 Author Share Posted May 29, 2017 Thanks for your reply, Best, George Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.