18 lines
217 B
TOML
18 lines
217 B
TOML
[serial]
|
|
port = "COM1"
|
|
slave_id = 8
|
|
baudrate = 115200
|
|
bytesize = 8
|
|
parity = "N"
|
|
stopbits = 1
|
|
timeout = 0.15
|
|
retries = 3
|
|
|
|
[polling]
|
|
interval_seconds = 0.05
|
|
max_timeouts = 3
|
|
|
|
[ui]
|
|
simulate = true
|
|
record_dir = "records"
|