Files
softbus_OPC/config/edge/samples/physical_channels_can.json

13 lines
199 B
JSON
Raw Normal View History

2026-06-12 21:23:21 +08:00
{
"channels": [
{
"channelId": "can_0",
"protocol": "canopen",
"transport": "can",
"interface": "can0",
"bitrate": 500000,
"pollIntervalMs": 200
}
]
}