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

turn off retries #18

Closed joraguero closed 1 year ago

joraguero commented 2 years ago

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 with this turn off the retries

budulinek commented 1 year ago

Fixed. I have renamed the settings to "Attempts". Attempts = 1 means there are no retries.