njh / EtherCard

EtherCard is an IPv4 driver for the ENC28J60 chip, compatible with Arduino IDE
https://www.aelius.com/njh/ethercard/
GNU General Public License v2.0
1.03k stars 455 forks source link

FINE ADJUSTMENTS #408

Open sultanbaybars opened 3 years ago

sultanbaybars commented 3 years ago

1- How do we find out if the device is connected? 2- After the data is received, terminate the connection and return to the beginning. Is there any new data request? how do we get this cycle 3- Is the received data reset each time or is the buffer reset when it reaches the specified value? 4- If the connection is interrupted while connected, how do we get it to reconnect?

thanks for your help in advance