Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 606 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 606 Bytes

serialport-config

configure linux serialports on startup via systemd and stty

Installation

apt-get install serialport-config

Configuration

File: /etc/serialports.conf

## scheme: <devicename> <baud>

# rs232 baud 9600
ttyS0 9600

# rs232 baud 9600
ttyS1 115200

# rs232 baud 9600
ttyS2 38400

Enable

systemctl enable serialport-setup
systemctl start serialport-setup

Contribution

The .deb package is automatically generated via a Continuous Delivery Pipeline - please do not build packages manually!