You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ This can be caused by:
138
138
If the connection frequently times out, it may be reasonable to increase the tcp timeout with the option ```--tcp-timeout```.
139
139
It is per default set to 5 seconds.
140
140
141
-
The two options x and y change the timeout behavior of the modbus connection.
141
+
The two options ```--byte-timeout``` and ```--response-timeout``` change the timeout behavior of the modbus connection.
142
142
These should only be changed by experienced users.
143
143
See the [libmodbus documentation](https://libmodbus.org/docs/v3.1.7/) ([byte timeout](https://libmodbus.org/docs/v3.1.7/modbus_set_byte_timeout.html) and [response timeout](https://libmodbus.org/docs/v3.1.7/modbus_set_response_timeout.html)) for more details.
0 commit comments