
components
Hardware Components
details
Ethernet library for Arduino and EthernetShield2 / WIZ550io / WIZ850io / USR-ES1 with Wiznet W5500 chip
Ethernet3 v1.5
Ethernet library for Arduino and Ethernetshield2 / WIZ550io / WIZ850io / USR-ES1 with Wiznet W5500 chip based on the Ethernet2 library of arduino.org
I added many new functionalities.
new in 1.5
- custom hostname for DHCP
- the PHY is configurable
- Wake on LAN
- added new example for webclient “WebClientReadResponse.ino”
You need to include
#include <Ethernet3.h> // instead Ethernet.h
#include <EthernetUdp3.h> // instead EthernetUdp.h for UDP functionality
For more detail information, please see the Readme.md in the Ethernet3 repository.
documents
COMMENTS