setserial
Read and modify serial port information. More information: <https://manned.org/setserial>.
Install
- All systems
-
curl cmd.cat/setserial.sh
- Debian
-
apt-get install setserial - Ubuntu
-
apt-get install setserial - Kali Linux
-
apt-get install setserial - CentOS
-
yum install setserial - Fedora
-
dnf install setserial - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install setserial - Raspbian
-
apt-get install setserial
Read and modify serial port information. More information: <https://manned.org/setserial>.
-
Print all information about a specific serial device:
setserial -a /dev/cuaN -
Print the configuration summary of a specific serial device (useful for printing during bootup process):
setserial -b device -
Set a specific configuration parameter to a device:
sudo setserial device parameter -
Print the configuration of a list of devices:
setserial -g device1 device2 ...
© tl;dr; authors and contributors