Skip to content

Pymodbus v1.3.2 RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@dhoomakethu dhoomakethu released this 04 Aug 06:50
· 1736 commits to dev since this release
  • ModbusSerialServer could now be stopped when running on a seperate thread.
  • Fix issue with server and client where in the frame buffer had values from previous unsuccesful transaction
  • Fix response length calculation for ModbusASCII protocol
  • Fix response length calculation ReportSlaveIdResponse, DiagnosticStatusResponse
  • Fix never ending transaction case when response is recieved without header and CRC
  • Fix tests