2026-03-12 14:56:53 +08:00
|
|
|
{
|
|
|
|
|
"plugin_dir": "bin/plugins",
|
|
|
|
|
"device_tree": [
|
|
|
|
|
{
|
|
|
|
|
"id": "serial_1",
|
|
|
|
|
"name": "Serial Device 1",
|
|
|
|
|
"type": "serial",
|
|
|
|
|
"endpoint": "/dev/ttyS1",
|
|
|
|
|
"driver": "hardware/drivers/serial/SerialQtDriver",
|
|
|
|
|
"capabilitiesRef": "src/hardware/drivers/serial/parameters.json",
|
|
|
|
|
"params": {
|
|
|
|
|
"baudRate": 115200,
|
|
|
|
|
"dataBits": 8,
|
|
|
|
|
"parity": "none",
|
|
|
|
|
"stopBits": 1,
|
|
|
|
|
"flowControl": "none"
|
|
|
|
|
},
|
|
|
|
|
"children": [],
|
|
|
|
|
"enabled": true
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"routes": []
|
|
|
|
|
}
|