You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
370 B
JSON
25 lines
370 B
JSON
{
|
|
"leaper": [
|
|
{
|
|
"baud": 115200,
|
|
"port_name": "COM1",
|
|
"device_name": "SinglechipCom",
|
|
"auto_connect": true
|
|
}
|
|
],
|
|
"customer": [
|
|
{
|
|
"baud": 9600,
|
|
"port_name": "COM8",
|
|
"device_name": "CodeScan_Left",
|
|
"auto_connect": true
|
|
},
|
|
{
|
|
"baud": 9600,
|
|
"port_name": "COM7",
|
|
"device_name": "CodeScan_Right",
|
|
"auto_connect": true
|
|
}
|
|
]
|
|
}
|