Skip to content

Releases: hirschenberger/modbus-rs

Add Config struct for initialization

13 Dec 21:53
Compare
Choose a tag to compare

Breaking change, the constructor with port number is discarded and a Config struct can be passed instead with more options for controlling the modbus and socket options

v0.4.2

23 Jun 17:33
Compare
Choose a tag to compare
Bump version

Update dependencies

07 Jun 22:03
Compare
Choose a tag to compare
v0.4.1

Update dependencies

Better stability and error reporting

03 Mar 23:34
Compare
Choose a tag to compare

Also increasing the send and receive packet size as specified by the Modbus standard.

Handle errors more gracefully, avoid panics.

29 Feb 22:57
Compare
Choose a tag to compare
v0.3.3

Bump version numbers

Fix parallel doctests

05 Feb 10:10
Compare
Choose a tag to compare
Fix doctests

Adding the possibility to run the testserver on a specific port.
The doctests seem to run in parallel recently, so the spawned servers
need different ports.

Add commandline client application

07 Dec 20:03
Compare
Choose a tag to compare

Scoped objects

01 Dec 21:13
Compare
Choose a tag to compare
0.3.0

Bump version and fix README

Client trait for more objectoriented API

27 Nov 22:06
Compare
Choose a tag to compare
0.2.0

Bump version number

First version with full read-write support for ModbusTCP as a Client

18 Nov 23:05
Compare
Choose a tag to compare
0.1.0

Fix test-server dependency in packages