Releases: Apollo3zehn/FluentModbus
Releases · Apollo3zehn/FluentModbus
v2.0.0-preview.2
Features
- Improved NuGet package metadata.
v2.0.0-preview.1
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
Features
- Improved connection aborted detection.
Bugs Fixed
- Fixed wrong message buffer size.
- Fixed wrong Modbus exception return code.
v1.4.0
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
Features
- Added option for client connect timeout.
- Added option for client read timeout.
v1.2.0
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
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
This is the first release of Modbus.NET.