pymodbus icon indicating copy to clipboard operation
pymodbus copied to clipboard

timeout is not handled by AsyncModbusSerialClient defaults to 3 seconds

Open bsense-rius opened this issue 3 years ago • 0 comments

Versions

  • Python: 3.8
  • OS: Ubuntu 20.04
  • Pymodbus: 2.5.3
  • Modbus Hardware (if used):

Pymodbus Specific

  • Server: None
  • Client: serial rtu - async

Description

Calling AsyncModbusSerialClient(..., timeout=5) and actually times out after 3 seconds

Code and Logs

 # code and logs here.

bsense-rius avatar Jan 26 '22 11:01 bsense-rius