devices pipelinecontext
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
{
|
||||
"plugin_dir": "bin/plugins",
|
||||
"pipeline": {
|
||||
"parallelPipeline": false,
|
||||
"parseWorkerCount": 2,
|
||||
"orderedEgress": true,
|
||||
"framedQueueMax": 4096,
|
||||
"maxReorderDepth": 256,
|
||||
"modbusRtuMaxFrameBytes": 256,
|
||||
"modbusRtuInterFrameTimeoutMs": 0
|
||||
},
|
||||
"device_tree": [
|
||||
{
|
||||
"id": "serial_1",
|
||||
@@ -9,6 +18,7 @@
|
||||
"driver": "hardware/drivers/serial/SerialQtDriver",
|
||||
"capabilitiesRef": "src/hardware/drivers/serial/parameters.json",
|
||||
"params": {
|
||||
"protocol": "modbus_rtu",
|
||||
"baudRate": 115200,
|
||||
"dataBits": 8,
|
||||
"parity": "none",
|
||||
|
||||
Reference in New Issue
Block a user