-
-
Notifications
You must be signed in to change notification settings - Fork 111
Modbus Flex Connector
Klaus Landsdorf edited this page Feb 12, 2022
·
2 revisions
The Flex-Connector is a controller for the client and handles your msg requests.
msg.payload = { 'connectorType': 'TCP', 'tcpHost': '127.0.0.1', 'unitId': 2 }
return msg
msg.payload = { 'connectorType': 'TCP', 'tcpHost': '127.0.0.1', 'tcpPort': '10502', 'unitId': 2 }
return msg
msg.payload = { 'connectorType': 'SERIAL', 'serialPort': '/dev/USB02', 'serialBaudrate': '9600' 'unitId': 2 }
return msg