increase default timeout for slow RTUs (walnut creek issue)
This commit is contained in:
parent
1eb1675ec3
commit
eb740a91c0
@ -42,3 +42,4 @@ def write_coil(host, port=502, unit=1, address=0, value=True):
|
|||||||
return not rr.isError()
|
return not rr.isError()
|
||||||
finally:
|
finally:
|
||||||
c.close()
|
c.close()
|
||||||
|
fix timeout on slow RTUs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user