Closed furkan-34 closed 4 years ago
The buffer size is defined by:
byte Ethernet::buffer[500]; // tcp/ip send and receive buffer
Have you tried increasing it? What hardware are you running on?
Hello,
I tried but it did not working until when I set
bool EtherCard::persist_tcp_connection = true;
at EtherCard.cpp
Ethernet::buffer[off+len] = 0;
and byte Ethernet::buffer[900]
for Arduino Nano it worked very well.
Thank you for fast response.
Hello, I did Web Client example. I try to get my string data from local php page with web client example. Php page only print 12345678- a couple times, but I can not see whole data. I see data length but not full data. How can I see all response string data ?
Results: