Juraj Andrássy
Juraj Andrássy
> > > > and there is a workaround too. > > > > > > > > > > > > > > And what is that workaround? >...
> I want to make clear I want to **reuse** and not re-create instances of `EthernetServer`. how reuse? you have to call end() and begin() if you change the port....
show the code you use
In the newest WiFi library WiFiS3 for the Uno R4, Arduino has `begin(port)` and ctor without parameter, which I guess officially introduces it into the Arduino networking API. overview of...
> Hint: Do not forget to call `maintain()` in loop. why? it only handles the DHCP lease
I can't replicate it. I get "Connection refused". ``` duro@nuc ~ $ telnet 192.168.1.6 2323 Trying 192.168.1.6... Connected to 192.168.1.6. Escape character is '^]'. 16:27:31;11019;R100;308;-3;98;-18;279;787;372;636;236;387; 16:27:35;11019;R100;329;37;98;-16;286;759;346;625;236;366; C Connection closed by...
the test in my previous comment was with W5500. with W5100 I could replicate the issue.
esp8266 Arduino boards package has old version of Ethernet library.
> Hm... > I'm using latest Platformio's ESP8266 2.6.2 platform. It's based on Arduino core 2.7.4 as I can see. > Is it Platformio specific issue? I don't know how...
> > > > > Hm... > > > I'm using latest Platformio's ESP8266 2.6.2 platform. It's based on Arduino core 2.7.4 as I can see. > > > Is...