Skip to content

2.1.2-rc18.dev42

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Dec 09:56
b7059ae

Changed

  • Baudrate specific inter frame time is used at Modbus RTU internal function _uart_read of serial.py instead of constant value of 5ms

Fixed

  • ESP32 port specific wait_tx_done function replaced by generic wait time calculation in _send function of serial.py, see #34
  • A 1ms delay has been added between turning the RS485 control pin on and sending the Modbus PDU in _send function of serial.py