Skip to content

Pymodbus V1.3.2

Compare
Choose a tag to compare
@dhoomakethu dhoomakethu released this 23 Aug 06:25
· 1696 commits to master 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