Page 1 of 1

Upper limit for client.print() string length using wifi

Posted: Wed Nov 17, 2021 8:20 pm
by msawaftah
Is there an upper limit on how many characters you can send at a time with client.print()?

I am sending a 1000 Byte string over tcp/ip (wifi)?

and if there is a limit where can I find it in the datasheet?

Thank you all

Re: Upper limit for client.print() string length using wifi

Posted: Thu Nov 18, 2021 3:01 am
by ESP_Sprite
Moving this to the Arduino forum as I think that's what you're using. Limits like this tend to be not in the datasheet as the datasheet describes what the hardware can do, while anything you can or cannot do with the client library is a software thing.