Files
line-laser-modbus/config.example.toml
T
2026-05-13 14:06:45 +08:00

14 lines
172 B
TOML

[serial]
port = "COM1"
slave_id = 8
baudrate = 115200
bytesize = 8
parity = "N"
stopbits = 1
timeout = 0.05
retries = 3
[polling]
interval_seconds = 0.02
max_timeouts = 3