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操作系統串口的知識,我們就說到這裡吧,學習依舊在進行,我們好好的努力吧!