Improve net-to-serial proxy

This commit is contained in:
2021-12-31 18:44:47 +01:00
parent a57b9c6b5a
commit a769205906
3 changed files with 49 additions and 16 deletions

10
daemons/config.ini Normal file
View File

@@ -0,0 +1,10 @@
[Daemon]
LogLevel = debug
ListeningIP = 0.0.0.0
ListeningPort = 2560
[Serial]
Port = /dev/ttyACM0
Baudrate = 115200
# Timeout in milliseconds
Timeout = 100