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:
2
software/tools/modbus_tool/requirements.txt
Normal file
2
software/tools/modbus_tool/requirements.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
pymodbus>=3.6.0
|
||||
pyserial>=3.5
|
||||
Reference in New Issue
Block a user