-->
Page 1 of 1

Disable ACK when using WiFiClient.print on ESP8266?

PostPosted: Mon Feb 05, 2018 11:48 am
by m_elias
Is it possible to disable the ACK waiting period when using WiFiClient.print on the ESP8266? When I use Hyperterminal in Windows, I see a delay after every WiFiClient.print statement which I don't see when using every other Arduino Wifi or Ethernet device.

Re: Disable ACK when using WiFiClient.print on ESP8266?

PostPosted: Wed Feb 14, 2018 12:14 pm
by m_elias
Bump.

Anyone?

Re: Disable ACK when using WiFiClient.print on ESP8266?

PostPosted: Tue Dec 04, 2018 9:56 am
by m_elias
Any solutions?

Re: Disable ACK when using WiFiClient.print on ESP8266?

PostPosted: Thu Dec 06, 2018 3:52 pm
by martinayotte
m_elias wrote:Any solutions?


Did you tried with this :

Code: Select allWiFiClient::setNoDelay(bool nodelay)