dn.4
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 4 代码 · 共 69 行
4
69 行
.\" SCCSID: @(#)dn.4 8.1 9/11/90.TH dn 4 VAX "" Unsupported.SH Namedn \- DN-11 autocall unit interface.SH Syntax.B "device dn0 at uba? csr 0160020 vector dnintr".SH DescriptionThe.PN dndevice provides an interface through a DEC DN-11 (or equivalentsuch as the Able Quadracall) to an auto-call unit (ACU).To place an outgoing call one forks a sub-process whichopens the appropriate call unit file,.PN /dev/cua?and writes the phone number on it. The parent processthen opens the corresponding modem line.PN /dev/cul? .When the connection has beenestablished, the open on the modem line,.PN /dev/cul?will return and the process will be connected.A timer is normally used to timeout the opening of the modem line..PPThe codes for the phone numbers are:.PP.nf.ta \w'0-9 'u0-9 dial 0-9* dial * (`:' is a synonym)# dial # (`;' is a synonym)\- delay 20 milliseconds< end-of-number (`e' is a synonym)= delay for a second dial tone (`w' is a synonym)f force a hangup of any existing connection.fi.PPThe entire telephone number must be presented in a single.PN writesystem call..PPBy convention, even numbered call units are for 300 baudmodem lines, while odd numbered units are for 1200 baud lines.For example,.PN /dev/cua0is associated with a 300 baud modem line,.PN /dev/cul0 ,while.PN /dev/cua1is associated with a 1200 baud modem line,.PN /dev/cul1 .For devices such as the Quadracall which simulate multiple DN-11units, the minor device indicates which outgoing modem to use..SH DiagnosticsTwo error numbers are of interest at open time..TP 10[EBUSY]The dialer is in use..TP [ENXIO]The device doesn't exist, or there's no power to it..SH Files.DT/dev/cua? call units.br/dev/cul? associated modem lines.SH See Alsotip(1c)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?