Eduardo Lopes
Eduardo Lopes
I have same problem with 15.9.50 version
Same here for nuget version 1.7.9. Has a workaround: Set the parameter queue in ManagementPage attribute a value different than "default".
Hi! I tried to run the WebServer example of "network-redesign" branch. There is some issue with DHCP: Appears this message on serial: "Failed to configure Ethernet using DHCP" On 1.0.5...
Hi @andreagilardoni, unfortunately, the problem persists. Also, the problem is on Ethernet and DHCP, not in EthernetServer or EthernetClient.
@andreagilardoni the DHCP is solved, but still there is connection loss when I stress test.
I just call a Python script that loops requesting the WebServer on C33. I added the code on the issue: https://github.com/arduino/ArduinoCore-renesas/issues/240#issue-2081911859
Adding... This code uses the lwip directly and responds the same way. ``` #include #include "lwipServer.h" #include "EthernetClient.h" void tcpecho_raw_init(void); err_t tcpecho_raw_accept(void *arg, struct tcp_pcb *newpcb, err_t err); err_t tcpecho_raw_sent(void...
Thanks! I was trying to compile the PR with e2 Studio, but no success. If there is a way that you can help me. My case doesn't involve high performance,...