InterviewSolution
Saved Bookmarks
| 1. |
In Linux, What Names Are Assigned To The Different Serial Ports? |
|
Answer» SERIAL PORTS are identified as /dev/ttyS0 to /dev/ttyS7. These are the EQUIVALENT names of COM1 to COM8 in Windows. Serial ports are identified as /dev/ttyS0 to /dev/ttyS7. These are the equivalent names of COM1 to COM8 in Windows. |
|