26 lines
493 B
YAML
26 lines
493 B
YAML
interface:
|
|
type: mock
|
|
channel: 1
|
|
bitrate: 19200
|
|
flash:
|
|
enabled: false
|
|
hex_path:
|
|
|
|
# Optional: central power supply config used by hardware tests/demos
|
|
# You can also place machine-specific values in config/owon_psu.yaml or set OWON_PSU_CONFIG
|
|
power_supply:
|
|
enabled: true
|
|
# port: COM4
|
|
baudrate: 115200
|
|
timeout: 1.0
|
|
eol: "\n"
|
|
parity: N
|
|
stopbits: 1
|
|
xonxoff: false
|
|
rtscts: false
|
|
dsrdtr: false
|
|
# idn_substr: OWON
|
|
do_set: false
|
|
set_voltage: 1.0
|
|
set_current: 0.1
|