You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
Manual testing of Socket on Arduino showed that a PC received UDP packets emitted by the Arduino, but not vice versa (Socket::recv would block forever). It is unknown if this is a problem with the Arduino PSL Socket implementation or something else, like the Arduino itself (Mega 2560 with an Ethernet Shield 2; other Arduinos were not tried).
The text was updated successfully, but these errors were encountered:
Manual testing of
Socket
on Arduino showed that a PC received UDP packets emitted by the Arduino, but not vice versa (Socket::recv
would block forever). It is unknown if this is a problem with the Arduino PSLSocket
implementation or something else, like the Arduino itself (Mega 2560 with an Ethernet Shield 2; other Arduinos were not tried).The text was updated successfully, but these errors were encountered: