configure linux serialports on startup via systemd and stty
apt-get install serialport-config
File: /etc/serialports.conf
## scheme: <devicename> <baud>
# rs232 baud 9600
ttyS0 9600
# rs232 baud 9600
ttyS1 115200
# rs232 baud 9600
ttyS2 38400
systemctl enable serialport-setup
systemctl start serialport-setup
The .deb package is automatically generated via a Continuous Delivery Pipeline - please do not build packages manually!