Login
Remember
Register
Ask a Question
In Linux, what names are assigned to the different serial ports?
+1
vote
asked
May 9, 2021
in
Linux
by
sharadyadav1986
In Linux, what names are assigned to the different serial ports?
linux
serial-ports
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 9, 2021
by
sharadyadav1986
Serial ports are identified as /dev/ttyS0 to /dev/ttyS7. These are the equivalent names of COM1 to COM8 in Windows.
...