Implemented RTU proxy

This commit is contained in:
2024-04-21 00:18:07 +02:00
parent 54511c9366
commit bc3ca4fa52
4 changed files with 883 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Renamed `ModbusSerialServer` to `ModbusRtuServer` so clearify the protocol, that is used.
- Renamed `ModbusSerialServer` to `ModbusRtuServer` to clearify the protocol that is used.
- Made `Protocol` property of `ModbusClientBase` non-abstract.