hirschenberger / modbus-rs

Modbus implementation in pure Rust
MIT License
89 stars 22 forks source link

Implemented Modbus Function code FC23 client function. #38

Closed Okoyl closed 9 months ago

Okoyl commented 9 months ago

I have implemented FC23 support, it allows writing and reading multiple registers on a single transmission.

Okoyl commented 9 months ago

Hello, thank you for that PR. Can you also please add WriteReadMultiple tests to tests/lib.rs and check them with:

cargo test --features modbus-server-tests

I added a simple test that checks it twice, it passes the test.