Search found 2 matches
- Fri Jul 02, 2021 6:19 pm
- Forum: ESP32 Arduino
- Topic: ESP32-POE-ISO and Ethernet.h
- Replies: 0
- Views: 1873
ESP32-POE-ISO and Ethernet.h
I have code written for the Mega 2560 board. It works just fine. I'm trying to port it over to an ESP32-POE-ISO board, but it doesn't compile due to an issue with the Ethernet.h library. Can someone recommend how to create a TCP server session with the ESP32-POE-ISO? Mega code: // constants won't ch...
- Wed Jun 30, 2021 5:32 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Arduino, Ethernet connection TCP Client
- Replies: 2
- Views: 9898
Re: ESP32 Arduino, Ethernet connection TCP Client
Did you get an answer to your question? I have the same situation. I have an Arduino Mega with the ethernet shield and everything is working fine. I'm looking now to port that to the ESP32-POE-ISO and the different ethernet libraries are causing issues.