arduino-modbus-rtu-tcp-gateway icon indicating copy to clipboard operation
arduino-modbus-rtu-tcp-gateway copied to clipboard

Compiling Error

Open Honk815 opened this issue 3 years ago • 4 comments

Hi budulinek,

great work. So I have an issue that I cannot solve. Maybe there is a library missing, but which? Error Code from Arduino IDE is attached. Thank you very much.

Nico error.txt

Honk815 avatar Sep 23 '22 19:09 Honk815

It seems you did not properly download the INO files. Go to the main page https://github.com/budulinek/arduino-modbus-rtu-tcp-gateway Code > Download ZIP

Unzip and open arduino-modbus-rtu-tcp-gateway.ino in Arduino IDE. Arduino IDE will automatically recognize other INO files (you will see them in separate tabs). Compile, upload and have fun!

budulinek avatar Sep 25 '22 21:09 budulinek

Thank you very much, this solved the problems. I have downloaded the recommendet zip file.This is not ne reduced Code for nano, isn't it? I have got an error while compiling. "Program is too big for arduino nano" something like that. Thanks for help 😊

Honk815 avatar Sep 27 '22 09:09 Honk815

You are right, program too big. There was an update to Ethernet library in July and the library got bigger.

I will try to reduce the size of the code, but it may take me some time.

budulinek avatar Sep 28 '22 18:09 budulinek

Thank very much! So I'am waiting for :-) Like to reed out my PV inverter via modbus :)

Honk815 avatar Sep 29 '22 05:09 Honk815

Fixed!

budulinek avatar Jan 05 '23 20:01 budulinek