mirror of
https://github.com/andsyrovatko/s4k-modbus-relay-controller.git
synced 2026-04-21 22:08:54 +02:00
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:
Regular → Executable
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user