How can I listen the WIZnet module and catch its errors? #7379
Unanswered
espruino-discuss
asked this question in
Other Boards
Replies: 1 comment
-
Posted at 2020-06-20 by @MaBecker Well the W5500 implementation is missing a getStatus() so it is not possible at the moment. If go to the datasheet you will find the reset pin, which needs to be triggered to reset the device. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2020-06-20 by user109783
I use a module WIZnet W5500 for network.
My code:
If I unplug the net cable, this code stopped in 'ERROR: No free sockets found', but I don't know how to catch this error.
On the other hand, how do I continuedly listen the eth while I plug the net cable for initializing the network?
Beta Was this translation helpful? Give feedback.
All reactions