refactor(modbus): switch to native Modbus TCP protocol

Switch from Modbus RTU over TCP to native Modbus TCP based on hardware
testing. Uses standard MBAP header (no CRC16), port 502, and TCP-only
tokio-modbus feature for simpler implementation.

Updated: Cargo.toml, plan.md, research.md, tasks.md
This commit is contained in:
2026-01-01 14:54:35 +01:00
parent d5c70f3e7f
commit c06407d8d3
5 changed files with 31 additions and 24 deletions

1
Cargo.lock generated
View File

@@ -2870,7 +2870,6 @@ dependencies = [
"futures-core",
"futures-util",
"log",
"smallvec",
"thiserror",
"tokio",
"tokio-util",