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

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 ...}}`