This is WIZnet Ethernet Interface using Hardware TCP/IP chip, W5500, W5200 and W5100. One of them can be selected by enabling it in wiznet.h.
Dependents: Embedded_web EmailButton EmailButton HTTPClient_Weather ... more
other drivers
for only W5500 / WIZ550io user, you could use
Import libraryW5500Interface
This is the Interface library for WIZnet W5500 chip which forked of EthernetInterfaceW5500, WIZnetInterface and WIZ550ioInterface. This library has simple name as "W5500Interface". and can be used for Wiz550io users also.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
8:cb8808b47e69 | 2015-05-31 | Bongjun | fix some codes of reading Sn_RX_RSR, Sn_TX_FSR in W5100.cpp, W5200.cpp; added is_fin_received() in W5100, W5200 files |
7:7c67a8922ec5 | 2015-05-31 | Bongjun | add set_blocking(false) in connect function, and so on. |
6:ca8405b9564d | 2015-04-24 | bangbh | "bool is_fin_received()" method added. |
5:89edb39d8707 | 2014-10-06 | Bongjun | Perform Length check here to prevent buffer overrun fixed by Sean Newton |
4:37a5586c4f64 | 2014-08-20 | Bongjun | change some code block in W5500.cpp which is related to Sn_RX_RSR, Sn_TX_FSR |
3:48348a6eaa72 | 2014-07-21 | Bongjun | modify accept() function in TCPSocketServer .cpp .h file for multiful connections. |
2:c2eb7a08d7e6 | 2014-07-14 | Bongjun | in W5500.cpp, is_connected(), send() function is changed. |
1:8138a268fbd2 | 2014-05-09 | jbkim | Wiznet Ethernet library 1st release |
0:b72d22e10709 | 2014-05-08 | jbkim | 1st commit |