ttyS
ttyM
직렬 장치 와 차이점은 무엇입니까?
setserial
모두 및 를 통해 구성할 수 있습니까 ttys
?
답변1
ttyS
원래의 "표준" 직렬 장치입니다 ttyM
(유일한 직렬 장치는 아님). 이것MAKEDEV
매뉴얼 페이지에는 목록이 요약되어 있습니다(원래는 Linux Documentation/drivers.txt에 있었지만 지금은 다른 곳에 있음)."Linux 할당 장치 목록"):
SERIAL DEVICES
ttyS{0..63}
Standard serial ports. There is no group keyword, you must
specify these individually. However ttyS{0..3} are created under
the generic option for most architectures.
그리고
PAM or ttyM
Creates PAM multimodem (or ISI serial card) ports ttyM{0..15}.
주위를 잠깐 살펴보면 사람들이 실제로 setserial
사용 하고 있음을 알 수 있습니다 ttyM
.