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

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 au...

Results 5 arduino-modbus-rtu-tcp-gateway issues
Sort by recently updated
recently updated
newest added

Hello budulinek, excellent work. I want to turn off retries in the RTU, the minimum value for the Web page is Retry Attempts = 1. I can set localConfig.serialRetry=0 and...

Hi I am trying to make this work on esp32. There are some fork version for esp32 but no one works, at least for esp32 dev board. Would it be...

For a reliable non-blocking Serial.write we need this is commit in Arduino core to be merged: https://github.com/arduino/Arduino/pull/3737

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...

Hello! I'm interested in porting this project to the Arduino OPTA(STM32H747XI) Are there any suggestions in regards to replacing the Atmega based code of this project, for STM32? Thanks!