Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 1 month ago.
Ethernet Connection Status?
I'm using the EthernetInterface library and am trying to keep track of the Ethernet connection. If my Ethernet connection is lost, bad things happen, so I want to be able to monitor it.
The Ethernet class mentions something about link() that checks the connection, but I can't figure out how to do the same thing with the library I'm using. I'm sure I'm missing something very obvious. Help?