BlackZork / mqmgateway

MQTT gateway for modbus networks
GNU Affero General Public License v3.0
42 stars 18 forks source link

Added RTU modbus configs for RTS and delay #19

Closed lmartorella closed 1 year ago

lmartorella commented 1 year ago

Added extra arguments for the RTU settings of the modbus line:

BlackZork commented 1 year ago

Merged, added new config vars to README.md.

I changed rtu_rts_delay to rtu_rts_delay_us. There is a parser for string timespans for refresh value, but I think it is overkill to use it here.

Thanks!

lmartorella commented 1 year ago

Great thanks!