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:
Robert Jördens 2015-04-14 21:47:38 -06:00
parent a336c95d0a
commit d6f47b3bb0
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"type": "local",
"module": "artiq.coredevice.comm_serial",
"class": "Comm",
"arguments": {}
"arguments": {"serial_dev": "/dev/ttyUSB1"}
},
"core": {
"type": "local",

View File

@ -3,7 +3,7 @@
"type": "local",
"module": "artiq.coredevice.comm_serial",
"class": "Comm",
"arguments": {}
"arguments": {"serial_dev": "/dev/ttyUSB1"}
},
"core": {
"type": "local",