Improve net-to-serial daemon

This commit is contained in:
2022-01-05 12:19:00 +01:00
parent 58c6eb0a0b
commit fa1bd1a73f
2 changed files with 35 additions and 12 deletions

View File

@@ -4,7 +4,10 @@ ListeningIP = 0.0.0.0
ListeningPort = 2560
[Serial]
# UNO
Port = /dev/ttyACM0
# Mega WiFi
# Port = /dev/ttyUSB0
Baudrate = 115200
# Timeout in milliseconds
Timeout = 50