File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- ================================================
2- Client: float support (ModbusClient inheritance)
3- ================================================
1+ ===============================
2+ Client: add float ( inheritance)
3+ ===============================
44
55
66.. literalinclude :: ../../examples/client_float.py
Original file line number Diff line number Diff line change 11==========================
2- Server: whit change logger
2+ Server: with change logger
33==========================
44
55
Original file line number Diff line number Diff line change 1- ============================================
2- Modbus/TCP gateway (with RTU slave attached)
3- ============================================
1+ ==========================
2+ Server: Modbus/TCP gateway
3+ ==========================
44
55
66.. literalinclude :: ../../examples/server_gateway.py
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22
33"""
4- Modbus/TCP basic gateway
5- ~~~~~~~~~~~~~~~~~~~~~~~~
4+ Modbus/TCP basic gateway (RTU slave(s) attached)
5+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66
77[pyModbusTCP server] -> [ModbusSerialWorker] -> [serial RTU devices]
88
You can’t perform that action at this time.
0 commit comments