Files
softbus_OPC/config/edge/physical_channels.json
flower_linux 628ccf1409 phase 2 serial
2026-06-12 18:34:49 +08:00

16 lines
264 B
JSON

{
"channels": [
{
"channelId": "serial_0",
"protocol": "modbus",
"transport": "rtu",
"port": "/dev/ttyS3",
"baudRate": 9600,
"parity": "N",
"dataBits": 8,
"stopBits": 1,
"pollIntervalMs": 500
}
]
}