phase 2 serial
This commit is contained in:
15
config/edge/physical_channels.json
Normal file
15
config/edge/physical_channels.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"channels": [
|
||||
{
|
||||
"channelId": "serial_0",
|
||||
"protocol": "modbus",
|
||||
"transport": "rtu",
|
||||
"port": "/dev/ttyS3",
|
||||
"baudRate": 9600,
|
||||
"parity": "N",
|
||||
"dataBits": 8,
|
||||
"stopBits": 1,
|
||||
"pollIntervalMs": 500
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user