Skip to content

Releases: Apollo3zehn/FluentModbus

v2.0.0-preview.2

04 Dec 15:53
Compare
Choose a tag to compare
v2.0.0-preview.2 Pre-release
Pre-release

Features

  • Improved NuGet package metadata.

v2.0.0-preview.1

04 Dec 14:51
Compare
Choose a tag to compare
v2.0.0-preview.1 Pre-release
Pre-release

Features

  • Added Modbus RTU client and server.
  • Added Modbus RTU sample.

Bugs Fixed

  • Fixed wrong response message from server (only for write commands).

v1.4.1

23 Nov 17:19
Compare
Choose a tag to compare

Features

  • Improved connection aborted detection.

Bugs Fixed

  • Fixed wrong message buffer size.
  • Fixed wrong Modbus exception return code.

v1.4.0

17 Nov 11:09
Compare
Choose a tag to compare

Features

  • Added property "ConnectionTimeout" to the server which allows specifiying the maximum time between two subsequent Modbus TCP requests until a timeout occurs.

Bugs Fixed

  • Fixed missing timeout reset in Modbus TCP server which caused a timeout after 1 minute.

v1.3.0

13 Nov 17:30
Compare
Choose a tag to compare

Features

  • Added option for client connect timeout.
  • Added option for client read timeout.

v1.2.0

11 May 21:29
9aedcab
Compare
Choose a tag to compare

Features

  • Rename ModbusTCP.NET to FluentModbus to ease the integration of Modbus TCP, RTU and other variants in a single library in future versions.

v1.1.0

08 May 16:58
Compare
Choose a tag to compare

Features

  • Added summary for all public methods and properties to improve Intellisense experience.
  • Added new unit tests.
  • Added more overloads to improve usage of server.
  • Improved and added error messages.
  • Improved README.md (e.g. better distiction between non-generic and generic methods).

Bugs Fixed

  • In generic methods, the number of registers to read was calculated incorrectly.
  • Fixed incorrect repository link in package metadata.

v1.0.0

06 May 17:09
Compare
Choose a tag to compare

This is the first release of Modbus.NET.