免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2651 | 回复: 6
打印 上一主题 下一主题

请问/dev/ttyS1 和 ttys1各是什么设备 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-12-15 16:24 |只看该作者 |倒序浏览
请问/dev/ttyS1 和 ttys1各是什么设备

论坛徽章:
0
2 [报告]
发表于 2003-12-15 17:22 |只看该作者

请问/dev/ttyS1 和 ttys1各是什么设备

请问/dev/ttyS1是你的第一个串口

论坛徽章:
0
3 [报告]
发表于 2003-12-15 17:32 |只看该作者

请问/dev/ttyS1 和 ttys1各是什么设备

那么 /dev/ttys1又是什么设备,还有
ll /dev/ttyS1 /dev/ttys1
crw-rw-rw-    1 root     tty        3,  49  8月 31  2002 /dev/ttys1
crw-rw----    1 root     uucp       4,  65  8月 31  2002 /dev/ttyS1
中的主从设备号是什么含义?

论坛徽章:
0
4 [报告]
发表于 2003-12-15 17:45 |只看该作者

请问/dev/ttyS1 和 ttys1各是什么设备

相当于windows里说com1,com2的意思

论坛徽章:
33
荣誉会员
日期:2011-11-23 16:44:17天秤座
日期:2014-08-26 16:18:20天秤座
日期:2014-08-29 10:12:18丑牛
日期:2014-08-29 16:06:45丑牛
日期:2014-09-03 10:28:58射手座
日期:2014-09-03 16:01:17寅虎
日期:2014-09-11 14:24:21天蝎座
日期:2014-09-17 08:33:55IT运维版块每日发帖之星
日期:2016-04-17 06:23:27操作系统版块每日发帖之星
日期:2016-04-18 06:20:00IT运维版块每日发帖之星
日期:2016-04-24 06:20:0015-16赛季CBA联赛之天津
日期:2016-05-06 12:46:59
5 [报告]
发表于 2003-12-15 18:46 |只看该作者

请问/dev/ttyS1 和 ttys1各是什么设备

/dev/ttys1 是com 1 .

/dev/ttyS1 可能是别的什么。

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
6 [报告]
发表于 2003-12-15 21:46 |只看该作者

请问/dev/ttyS1 和 ttys1各是什么设备

請先用 file 命令:
  1. $ file /dev/ttys1
  2. /dev/ttys1: character special (3/49)
  3. $ file /dev/ttyS1
  4. /dev/ttyS1: character special (4/65)
复制代码


你可在 /usr/src/linux/Documentation/devices.txt 找到如下說明:
  1.   3 char        Pseudo-TTY slaves
  2.                   0 = /dev/ttyp0        First PTY slave
  3.                   1 = /dev/ttyp1        Second PTY slave
  4.                     ...
  5.                 255 = /dev/ttyef        256th PTY slave

  6.                 These are the old-style (BSD) PTY devices; Unix98
  7.                 devices are on major 136 and above.

  8.   4 char        TTY devices
  9.                   0 = /dev/tty0         Current virtual console

  10.                   1 = /dev/tty1         First virtual console
  11.                     ...
  12.                  63 = /dev/tty63        63rd virtual console
  13.                  64 = /dev/ttyS0        First UART serial port
  14.                     ...
  15.                 255 = /dev/ttyS191      192nd UART serial port

  16.                 UART serial ports refer to 8250/16450/16550 series devices.

  17.                 Older versions of the Linux kernel used this major
  18.                 number for BSD PTY devices.  As of Linux 2.1.115, this
  19.                 is no longer supported.  Use major numbers 2 and 3.
复制代码

從說明中,我們可推斷出:
* character special (3/49) 就是第 50th PTY slave
* character special (4/65) 就是第二個(second) UART serial port

论坛徽章:
0
7 [报告]
发表于 2003-12-16 17:25 |只看该作者

请问/dev/ttyS1 和 ttys1各是什么设备

谢谢
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP