1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 08:15:23 +02:00

setserial: add page (#9291)

This commit is contained in:
DEBADRIBASAK 2022-10-26 06:56:48 +05:30 committed by GitHub
parent e6d261b8a9
commit fabd81e9f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
pages/linux/setserial.md Normal file
View file

@ -0,0 +1,20 @@
# 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 ...}}`