Aix操作系统串行设备是什么,什么是Aix操作系统串口,如何使用?也许是很多人存在的问题,我们今天就来解决大家的这些疑问?首先,我们先来看看什么是串口。
串口叫做串行接口,也称串行通信接口,按电气标准及协议来分包括RS-232-C、RS-422、RS485、USB等。 RS-232-C、RS-422与RS-485标准只对接口的电气特性做出规定,不涉及接插件、电缆或协议。USB是近几年发展起来的新型接口标准,主要应用于高速数据传输领域。
Aix操作系统串行设备是与Aix操作系统串口相连的设备,一般需要手工配置。
1、显示所有已定义的TTY设备
- lsdev -Cctty
- smit tty
2、增加一个TTY设备
- smit tty
- -Add a TTY
- -TTY (rs232 rs422)
- -Parent Adapter(sa0 Available 00-00-s1 Standard I/O Serial Port1)
- (sa1Available 00-00-s2 Standard I/O Serial Port2)
- (sa2 Available 00-03-11 8 port Asynchronous Adapter)
- Add a TTY
- Type or select values in entry fields.
- Press Enter AFTER making all desired changes.
- [TOP] [Entry Fields]
- TTY type tty
- TTY interface rs232
- Description Asynchronous Terminal
- Parent adapter sa0
- * PORT number [] +
- Enable LOGIN disable +
- BAUD rate [9600] +
- PARITY [none] +
- BITS per character [8] +
- Number of STOP BITS [1] +
- TIME before advancing to next port setting [0] +#
- TERMINAL type [dumb]
- FLOW CONTROL to be used [xon] + [MORE...31]
- F1=Help F2=Refresh F3=Cancel F4=List
- Esc+5=Reset Esc+6=Command Esc+7=Edit Esc+8=Image
- Esc+9=Shell Esc+0=Exit Enter=Do
在这个对话框中,须填写PORT number一项,使用F4键得到选项列表,按所需的来选出合适的PORT number。
3、与TTY有关的命令
- pdisable [-a] [device]命令暂时禁用一个TTY设备
- penable命令则解除对TTY设备的禁用
- stty [-a] [-g] [options]命令设置或显示TTY设备的属性
关于Aix操作系统串口的知识,我们就说到这里吧,学习依旧在进行,我们好好的努力吧!
【编辑推荐】