-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdriver.json
More file actions
executable file
·36 lines (36 loc) · 934 Bytes
/
driver.json
File metadata and controls
executable file
·36 lines (36 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"models": [],
"power": null,
"inputs": {
"rs485": {
"type": "rs485",
"args": {
"baudRate": {
"type": "number",
"default": 9600
},
"stopBits": {
"type": "number",
"default": 1
},
"dataBits": {
"type": "number",
"default": 8
},
"parity": {
"type": "string",
"default": "none"
},
"flowControl": "none",
"rs485TxTimeout": {
"type": "number",
"default": 1
},
"rs485RxTimeout": {
"type": "number",
"default": -1
}
}
}
}
}