budulinek / arduino-modbus-rtu-tcp-gateway

Arduino-based Modbus RTU to Modbus TCP/UDP gateway with web interface. Allows you to connect Modbus RTU slaves (such as sensors, energy meters, HVAC devices) to Modbus TCP/UDP masters (such as home automation systems). You can adjust settings through web interface.
GNU General Public License v3.0
165 stars 48 forks source link

Ethernet was not declared #14

Closed ayaser closed 2 years ago

ayaser commented 2 years ago

Dear sir, I changed from working with ESP8266 and ENC28J60 to Arduino UNO with W5500, and I get the following error: "Ethernet was not declared ..". That error is indicated in Ethernet.begin, in Ethernet.etc ... I am reviewing the original program and the Ethernet.h library is perfectly included in it, so I understand that there is no error in it. Could you please tell me where I should check to fix this error?

Sierra83 commented 2 years ago

Wrong platform Ask in the Arduino forum

budulinek commented 2 years ago

@ayaser

I do not want to be rude..... But this is basic stuff which can not be discussed here. Please Google it, how to setup ethernet on ESP8266.