setserial: add page (#9291)

pull/1/head
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
1 changed files with 20 additions and 0 deletions

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