ss.4

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 4 代码 · 共 176 行

4
176
字号
.\" SCCSID: @(#)ss.4	8.1	9/11/90.TH ss 4 VAX.SH Namess \- Small VAX serial line interface.SH Syntax.B "device ss0 at uba0 csr 0x200a0000 flags 0x0f".br.ti +0.5i.B "vector ssrint ssxint".SH Description.NXS "ss interface" "Small VAX serial line interface".NXR "Small VAX serial line interface"The Small VAX serial line controller is similar tothe DZQ11 4-line communications multiplexer.An .PN ssinterface provides four communication ports with partial modem controlon port 2, adequate for dialup use.Only port 2 supports modem control (dialup access).All other ports must be operated as local lines.Each line attached to the serial line controllerbehaves as described in.MS tty 4and may be set to run at any of 16 speeds. For the encoding, see.MS tty 4 .However, configuration requirements dictate fixed speedoperation of ports connected to the console terminal andgraphics devices..PPThe Small VAX may be configured as a workstation ora multiuser timesharing system.For the workstation configuration,the .PN ss ports are used as follows:.sp.nf\fBPort\fR      \fBUsage\fR.br0         Graphics device keyboard at 4800 BPS1         Mouse or tablet at 4800 BPS2         Communications (with modem control)/local terminal3         Serial printer port.fi.spFor the multiuser configuration,the .PN ss port usage is:.sp.nf\fBPort\fR      \fBUsage\fR.br0         Console terminal at 9600 BPS1         Local terminal line2         Communications (with modem control)/local terminal3         Local terminal or serial printer .fi.PPFor either configuration, a diagnostic console terminalmay be connected to port 3 using a BCC08 cable.For the multiuser configuration, while the diagnostic consoleis connected, no other terminal devices can be connected.When the diagnostic console is in use,the processor may be halted by pressing the BREAK key..PPThe selection of which port to use for the consoleis made during the processor's power-on sequenceand cannot be changed after power on.If the diagnostic console is connected, it is used;otherwise, the device connected to port 0 is the console..PPFor the .PN ss device,the flags should always be specified as: flags 0x0f(all 4 lines hardwired).The state of port 2 can be established by specifying eithermodem or nomodem as part of the .PN /etc/ttys file entry for tty02;see.MS ttys 5 .The default state of port 2 can be controlled byflags bit 2.Set `flags 0x0f' for a hardwired line,`flags 0x0b' for dialup operation (wait for carrier)..PPThe .PN ss driver operates in interrupt-per-character mode(all pending characters are flushed from the silo on each interrupt).Silo alarm mode is used by the DZQ11 driver at times of high inputcharacter traffic.  This mode is not used by the .PN ss driver,due to the need to track mouse or tablet position changesin real time..SS "VAXstation 3100 Communications and Printer Ports"The VAXstation 3100 has two MMJ (Modified Modular Jack) connectors locatedat the rear of the system box. These MMJ connectors allow connection of terminals, printers, and modems to the VAXstation 3100 system..PPThe ULTRIX logical names for these connectors are .PN /dev/tty02 (the MMJ closest to the power connector) and .PN /dev/tty03 (the MMJ next to the graphics connector)..PPTerminals and printers can be connected to either the .PN /dev/tty02 or.PN /dev/tty03 MMJ.  Modems can be connected only to the .PN /dev/tty02 MMJ..PPThe VAXstation 3100 hardware provides only limited modem control support.The DTR (Data Terminal Ready) and DSR (Data Set Ready) signals are the onlymodem control signals available at the .PN /dev/tty02 MMJ.  The ULTRIX device driver for .PN /dev/tty02 has been modified to allow modems to functionwith the limited modem control provided by the VAXstation 3100.  For the modem to function properly, it must be configured to drop DSR when the carrier drops; that is, the modem should not continuously assert DSR..SH RestrictionsThe speed must be set to 9600 BPS on the console port and4800 BPS on ports used by graphics devices.The console device must be set for 8-bit character length with one stop bit and no parity.The .PN ss driver enforces these restrictions; that is, changing speeds with the .PN stty command maynot always work on these ports..SH Diagnostics.B "ss0: input silo overflow".brThe 64-character input silo overflowedbefore it could be serviced.  This can happen if a hard error occurswhen the CPU is running with elevated priority, as the system then prints a message on the console with interrupts disabled..SH Files.TP 20.PN /dev/consoleconsole terminal or graphics device.TP.PN /dev/tty00not used.TP.PN /dev/tty01local terminal \- multiuser configuration only.TP.PN /dev/tty02dialup or local terminal.TP.PN /dev/tty03printer port or local terminal.TP.PN /dev/mousemouse or tablet \- workstation configuration only.TP.PN /dev/smscreenconsole message window for monochrome workstations.TP.PN /dev/sgscreenconsole message window for color workstations.SH See Alsoconsole(4), devio(4), sm(4), tty(4), ttys(5), MAKEDEV(8)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?