📄 acucap.5
字号:
.\" SCCSID: @(#)acucap.5 2.2 6/4/87.TH acucap 5 .SH Nameacucap \- Automatic call unit capabilities file.SH Description.NXR "acucap file" "format".NXR "modem" "list of autodial types".NXR "uucp utility" "acucap file and".NXR "tip command" "acucap file and"The .PN acucapfile lists the types of autodial modems and describes their attributes. .PPThe .MS tip 1cprogram searches the.PN acucap file when it encounters an .PN atfield in the .MS remote 5file description. If the .PN atstring matches a nameentry in the .PN acucapfile, the .PN tipand.PN uucpgeneric dialing routines are used to place an outgoing call according to the attributes specified for the modem inthe .PN acucapfile..PPThe .MS uucp 1cprogram uses the same procedure for deciding how toactivate an autodialer modem, except that .PN uucpsearches forthe brandname field of the .PN /usr/lib/uucp/L-devicesfile in the.PN acucapdatabase..PPEach line in the file describes how todial a giventype of modem. This description consists of strings, time delays,and flags that are used to control the action of any modem.Fields are separated by a colon (:).Entries that end in a backslash character (\e) followed by a newline arecontinued on the next line..PPThe first entry is the name or names of the modem. If there is morethan one name for a modem, the names are separated by vertical bars(|)..PPThe fields of the description follow the name. Afield name followed by an equal sign (=) indicates that a string value follows. A fieldname followed by a pound sign (#) indicates that a numeric valuefollows. A fieldname followed by the separating colon (:) represents a Boolean..SH Options.NXR "acucap file" "field definitions"The fields following the name of the modem define the capabilitiesof the modem. Capabilities are either strings (str), numbers (num), or Booleanflags (bool). A string capability is specified as.IR capability = value ;for example, ``ss=^A^B''. A numeric capability is specified by.IR capability # value ;for example, ``sd#1''.A Boolean capability is specified by simply listingthe capability. Strings that are not specified cause nothing to be issued..NXR "acucap file" "field definitions".TP 10.B ab (str)Abort string. This string is sent to themodem if .MS tip 1cis aborted..TP 10.B cd (num)Completion delay. This number gives the time to wait between completion stringcharacters (in seconds, unless the .PN lsBoolean is specified)..TP 10.B cr (bool)Setting this Boolean causes the program to wait in the generic dial routine until the modem senses a carrier..TP 10.B co (str)A modem command string which instructs the modem to change from the default speed to the speed specified by the \fBxs\fR field..TP 10.B cs (str)Completion string. The modem issues this string after receiving and responding to synchronizationand dial strings..TP 10.B da (num)Dial acknowledge. This number gives the time to wait before looking for a dialresponse (in seconds)..TP 10.B db (bool)Debug mode. Setting this Boolean causes the generic dialer to give more informationas it dials..TP 10.B dd (num)Dial delay. This number gives the time between dial characters (in seconds) unless the.PN lsBoolean is specified..TP 10.B di (str)Dial initialization. This string is used to start a dialing sequence(placed just before the number to dial.).TP 10.B dr (str)Dial response. The modem sends this stringif a dialing sequencethat was just issued is successful..TP 10.B ds (str)Disconnect string. This string is sent to the modem when .MS tip 1cis finally disconnected..TP 10.B dt (str)Dial termination. This string is used to terminate a dialingsequence (placed just after the number to dial.).TP 10.B fd (num)Full delay. This number is the time to wait for a carrier to be detected(in seconds). If the call is not completed in this time,an error is returned..TP 10.B hu (bool)This Boolean causes the modem to hang up the phone if the line goes away..TP 10.B is (num)This number specifies the speed the modem must be initializedat. The conversation speed will later be set as specified bythe \fBxs\fR field..TP 10.B ls (bool)Use an internal sleep routinerather than .MS sleep 3for delays. Thus, all delays are given in microseconds ratherthan seconds..TP 10.B os (str) Online string. The modem sends this string after carrier has beendetected..TP 10.B rd (bool)Causes a 1-second delay after toggling dtr. This action will onlybe taken if the \fBre\fR flag is also set..TP 10.B re (bool)This Boolean causes the modem to toggle dtr (data terminal ready)before beginning synchronization. It is used to reset the present condition of the modem. .TP 10.B rs (str)Replacement string. This string is a single character that will besubstituted for an equal sign(=) or dash (-) in the number to be dialed. Used sothat delay characters can be represented uniformly, butallowing the correct delay character to be passed toa given modem..TP 10.B sd(num) Synchronization delay. This number gives the time between synchronizationcharacters (in seconds unless the .PN lsBoolean is specified.).TP 10.B si (bool)This modem is attached to an interface that cannot returnany characters until carrier is detected. Digital'sDMF32 interface acts in this way..TP 10.B sr (str)Synchronization response. What the modem sends in responseto a synchronization string..TP 10.B ss (str)Synchronization string. The first string the modem expects to receive; a check to see if the modem is operating..TP 10.B xs (num)Specifies the speed the modem will operate at after initialization atthe default speed per the \fBis\fR field..SH ExamplesThe following example shows an entry for a Digital DF03modem:.NXR(e) "acucap file" "entry".EXdf03|DF03|dec df03:\e :cr:hu:re:di=^A^B:dd#1:os=A:ds=^A:fd#40:.EE.SH Files.TP 15.PN /etc/acucap Shared autodial modem data base.SH See Alsotip(1c), uucp(1c)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -