docs: finalize cross-platform support and portability guide

- Updated README.md with comprehensive installation and usage guides.
- Added cross-platform command comparison table (Linux vs Windows).
- Included portability instructions for USB drive execution.
- Verified stable operation on Windows 10/11 (CMD/PowerShell) and Linux (Ubuntu/LMDE 7).
- Synchronized default paths and fixed toggle command examples
This commit is contained in:
2026-04-10 16:26:20 +03:00
parent d6e9ac13d1
commit a7707aff4b
2 changed files with 35 additions and 33 deletions
Regular → Executable
+1 -1
View File
@@ -4,7 +4,7 @@
# Description : Control Modbus coils via TCP (Modbus RTU over TCP).
# Usage : python3 modbus_controller.py <status|on|off|toggle> <channel>
# Author : syr4ok (Andrii Syrovatko)
# Version : 1.1.0b
# Version : 1.1.0
# =============================================================================
import configparser
import os