feat(modbus_tool): Add interactive TUI and documentation

- Replace the basic command-line prompt with a full-screen, interactive TUI using the  library.
- The new UI provides a real-time, tabular status display and intuitive, button-style menu navigation.
- Implement a consistent blue background theme for better aesthetics.
- Add a detailed  with installation and usage instructions.
- Fix several bugs in the Modbus communication logic.
This commit is contained in:
2025-07-01 20:59:47 +02:00
parent b100a8acf7
commit 38d6dbe95a
3 changed files with 336 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
pymodbus>=3.6.0
pyserial>=3.5