Skip to content

Releases: wlcrs/tmodbus

v0.3.0

29 Apr 06:53

Choose a tag to compare

v0.2.3

25 Oct 09:37

Choose a tag to compare

Release refs/tags/v0.2.3

v0.2.2

21 Oct 07:16

Choose a tag to compare

Changes

  • Allow concurrent outstanding requests
  • Enable tests with Python 3.14 . Mark as explicitly supported.

v0.2.1

11 Oct 08:03

Choose a tag to compare

Fixes

  • Improve automatic reconnection logic

v0.2.0

08 Oct 07:22

Choose a tag to compare

Added

  • Add read exception status (0x07) PDU
  • Add report server ID (0x11) PDU
  • Add mask write register (0x16) PDU
  • Add file read (0x14) and write (0x15) PDU
  • Add read FIFO queue (0x18) PDU
  • Add ASCII modbus support
  • Add RTU-over-TCP support

Changed

  • The WordAwareStruct is not exposed in the API anymore: you can just pass a normal string or Struct as format_struct in the read_struct_format functions.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

05 Oct 13:44

Choose a tag to compare

Initial release.