首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >串行设备ttyS ttyM差分

串行设备ttyS ttyM差分
EN

Unix & Linux用户
提问于 2017-03-16 14:48:19
回答 1查看 346关注 0票数 1

ttySttyM串行设备有什么区别?

它们都可以通过setserialttys配置吗?

EN

回答 1

Unix & Linux用户

回答已采纳

发布于 2017-03-18 17:53:17

ttyS是最初的“标准”串行设备;ttyM是更新的(不是唯一的串行设备)。MAKEDEV手册页总结了清单(最初在Linux文档/drivers.txt中,但现在在其他地方作为“Linux分配设备列表”):

代码语言:javascript
运行
复制
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.

代码语言:javascript
运行
复制
       PAM or ttyM
              Creates PAM multimodem (or ISI serial card) ports ttyM{0..15}.

快速浏览一下就会发现人们确实使用setserialttyM.

票数 5
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/351884

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档