Tokio Modbus Versions Save

A tokio-based modbus library

v0.7.1

1 year ago

v0.7.0

1 year ago

v0.6.0

1 year ago

v0.5.1

2 years ago

v0.5.0

2 years ago

v0.4.1

2 years ago
  • Fixed handling of broken pipe errors in RTU service
  • Fixed multiplication overflow for function 1 and 2 #87

v0.4.0

2 years ago
  • New public API: moved to async/await and tokio v0.2.x
  • Removed unmaintained dependency tokio-proto
  • Make Exception and ExceptionResponse public
  • Fixed WriteSingleCoil response to include data
  • Hide server traits Service/NewService traits behind server feature
  • Hide TCP server implementation behind tcp-server-unstable feature
  • Improved documentation

v0.3.5

4 years ago
  • Added missing implementation of disconnect() for TCP clients
  • Upgraded tokio-serial to version 3.3

v0.3.4

5 years ago
  • Disabled the default features of tokio-serial to exclude an unused dependency on libudev inherited from mio-serial

v0.3.3

5 years ago
  • Fixed reading coils: Truncate response payload to match the requested number of coils or discrete inputs.