EtherCard
EtherCard copied to clipboard
EtherCard is an IPv4 driver for the ENC28J60 chip, compatible with Arduino IDE
If I switch to another network (without turning off the Arduino and ENC28J60) I do get the new IP data from the DHCP. But when I request a website, the...
Hi guys is it possible to use custom Port for GET request ?? i need automatic dhcp client with possibility to send request to specific port, i am not able...
Saves 6 bytes SRAM, 110 bytes flash, and some packet processing overhead.
I think there is a bug in file tcpip.cpp EtherCard::clientTcpReq so it returns '0' as session id for tcp connection tcp_fd = (tcp_fd + 1) & 7; return tcp_fd; tcp_fd...
Hello. Im trying to send some test strings using example sketch provided in the description of the library. I have checked all the mentioned issues, but they all seem to...
Hi. I am using a STM32F411CEU6, and i have a board with a ENC28J60. I am using Serial2(PA3, PA2) for debugging, and it would be great if i could use...
This fixes #397 by adding support for reading the MAC address from PROGMEM. I wanted to do it using an overloaded begin() method, but it turns out that it's not...
How to hide HTTP header response reading from tcpSend()
After `persist_tcp_connection flag = true` i could able to read full response. Even if in increase `byte Ethernet::buffer[2048];` i could read only 512byts in chunks. Any other way to increase...