Fred Larsen

Results 36 comments of Fred Larsen

I added detection of the eternal loop in socket.cpp by using a loop counter, and let it return just like it does when getting a TIMEOUT. This works, and it...

I added some code to EthernetUDP::endPacket in EthernetUdp.cpp to catch the first instance of the problem to try to correct it. I tried to close the socket and then call...

I can confirm that all the changes above together detects and repairs the issue. The test program now runs fine, showing a growing number of failures without other effects than...

The above example to reproduce this is using UDP broadcast. I can add that this happens also when not using broadcast but sending directly to specific IPs.

My automation system with the fix has been running for 72 days continuously now, with an average packet count of about 300 packets/minute. This would lock up within hours to...

> I am using a W5500 lite on a Arduino Due to retrieve the NTP Unix time. If the module is not attached, the function Udp.endPacket() runs forever. I hoped...

@bleckers Thanks for the information that Paul does not have write access to this repo any more. I created a new ticket in the new repo, pointing back here for...

It is only 1 wire plus ground, so two wires in total, or common ground in some other way. PJDL has lower speed than serial, but it has enormous range...

@Strooom I will add a setter for user name and password. Until I get this added and tested, you can try to set the user and password data members after...

I have missed this notification. Sorry for the very late response because of this. I did use a scope initially but ended up using a datalogger and PulseView because I...