forked from M-Labs/artiq
benchmarks/examples: give comm_serial a device
These examples/benchmarks require manual handholding in many cases anyway. Also, for comm_tcp manual changes are required. Instead of nursing a bunch of different pdb and ddbs, we probably want to force the user to copy and edit a template that we then gitignore.
This commit is contained in:
parent
a336c95d0a
commit
d6f47b3bb0
|
@ -3,7 +3,7 @@
|
|||
"type": "local",
|
||||
"module": "artiq.coredevice.comm_serial",
|
||||
"class": "Comm",
|
||||
"arguments": {}
|
||||
"arguments": {"serial_dev": "/dev/ttyUSB1"}
|
||||
},
|
||||
"core": {
|
||||
"type": "local",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"type": "local",
|
||||
"module": "artiq.coredevice.comm_serial",
|
||||
"class": "Comm",
|
||||
"arguments": {}
|
||||
"arguments": {"serial_dev": "/dev/ttyUSB1"}
|
||||
},
|
||||
"core": {
|
||||
"type": "local",
|
||||
|
|
Loading…
Reference in New Issue