home *** CD-ROM | disk | FTP | other *** search
/ Compu-Fix / Compu-Fix.iso / referenz / text / mod_soft.bak < prev    next >
Encoding:
Text File  |  1993-03-01  |  30.3 KB  |  679 lines

  1. What a Modem Does
  2. -----------------
  3.  
  4. The way calls were made with older telephone systems illustrates
  5. how modems make connections. By talking the receiver off the
  6. hook, then turning a crank, you got an operator to come on the
  7. line. You told the operator the number you wanted, and waited
  8. for the call to be placed for you. Until the person on the other
  9. end picked up the receiver, you stayed connected to the
  10. operator. The operator generally reported the progress of the
  11. call, then gave the line to you to wait for the person on the
  12. other end to answer. Your modem, like the operator, responds to
  13. your commands to dial a number or answer a call, then gives the
  14. line to your computer to begin data communications when the
  15. connection is made.
  16.  
  17. Why You Need Communications Software
  18. ------------------------------------
  19.  
  20. Like telephones that store the numbers you frequently dial,
  21. communications software automates your connections. This can
  22. range from saving numbers in a "telephone book" so you don't
  23. have to look them up and enter them each time, to handling the
  24. complete process from dialing through file transfer.
  25.  
  26. You can use what is called "terminal emulation" software to
  27. issue modem commands that set up the modem and dial a number,
  28. but just as you make selections from within your word processor
  29. or spreadsheet software to use a printer, the easiest most
  30. effective way to use your modem is through communications
  31. software. Once you've made the connections to your computer and
  32. the telephone lines, you can almost forget the modem is there,
  33. and access its features through the software. In the same way
  34. you don't have to issue commands directly to the printer, you
  35. can simply reach for the printout, knowing that the software has
  36. taken care of everything. Your new modem will work with nearly
  37. any communications software designed for personal computers.
  38. Regardless of its level of sophistication, software is required
  39. to provide the link between your modem and the computer's
  40. keyboard.
  41.  
  42. If your software has a problem communicating with the modem,
  43. you'll know when you start the program or when you run the
  44. software's installation procedure. A message like "modem not
  45. responding", means the software is not recognizing the modem. If
  46. you've made the port selection with the software and still can't
  47. make a connection, you'll need to use the software to manually
  48. change some of the settings that control how the modem operates.
  49.  
  50. Most programs have an option for setting a modem
  51. "initialization" or "command" string to set the modem up to talk
  52. to the computer the way the software expects. The changes will
  53. probably involve the way the modem and the computer use the
  54. signals to talk to each other across the cable that connects
  55. them. Most programs that do not work with the modem's factory
  56. settings will operate properly if you change the way the modem
  57. uses the signal on the DCD and DTR line. For example, at the
  58. command line or window in which you adjust these settings,
  59. simply type AT&C1&D2, or add &D2&C1 to the string. If the string
  60. contains &K3, &F, or &W remove them. (These ampersand-letter-
  61. number combinations are modem AT commands.) The software will
  62. use the AT commands you put in this string each time it sets up
  63. the modem.
  64.  
  65. For software that requires additional modem setup, refer to the
  66. software manual for specific descriptions of the settings that
  67. frequently need to be adjusted are result code display (messages
  68. the modem send in response to commands), and local character
  69. echo (the way your commands are displayed on the screen). These
  70. and other options are easily specified with an initialization
  71. string, or with the AT Command Set described in the following
  72. pages. If your software requires more settings to be changed,
  73. check your software's user's guide, then refer to the sections
  74. that follow for the particular command option. With the setup
  75. string in place, you will be able to use your software to place
  76. and answer calls to go on-line with another computer without
  77. issuing the commands to setup the modem each time you start the
  78. program.
  79.  
  80. How to "Talk" to the Modem
  81. --------------------------
  82.  
  83. If you find it necessary to communicate directly to the modem to
  84. set it up or to initiate calls, you are probably using terminal
  85. emulation software. This means that the only function the
  86. software provides is linking your keyboard input directly to the
  87. modem. This would be like connecting your printer directly to
  88. your keyboard; what you type would appear on the screen, and be
  89. sent out to the printer.
  90.  
  91. Unless you have selected the option that some programs call
  92. "local mode" or "go local", communications software does not
  93. operate in this way. For certain uses, like determining whether
  94. there is a problem with your modem, the software, the line, or
  95. the other modem, this is a helpful way of talking to the modem.
  96. The next sections explain in detail how to setup your modem and
  97. initiate and answer calls using AT Commands once your software
  98. has linked your keyboard to the modem.
  99.  
  100. Issuing AT Commands
  101. -------------------
  102.  
  103. The Hayes Standard AT Command Set for intelligent modems is the
  104. language understood by most modems used with personal computers.
  105. AT commands can be used to set up the modem to suit the way your
  106. software and/or computer wants it to be configured. They can be
  107. used for dialing or answering. However, AT commands are not used
  108. to perform communications activities like sending a file. Once
  109. on-line, you'll be talking with another computer. The command to
  110. break the connection is probably the only instruction you would
  111. issue after going on-line.
  112.  
  113. AT Command Format
  114. -----------------
  115.  
  116. Modem commands begin with an AT prefix that gets the modem's
  117. attention (also tells the modem the speed and character format
  118. of the data coming from the computer). The AT prefix is followed
  119. by the command(s). The modem executes the command line when you
  120. press the key on your keyboard that you normally use to send
  121. commands. The command descriptions here show this key as <CR>,
  122. although it may be labeled on your keyboard as carriage return,
  123. Enter, or Return. For example, the command line ATV0<CR>
  124. gets the modem's attention and uses the V0 command option to
  125. tell the modem to display the responses to commands (result
  126. codes) as numbers rather than as words (the V1 option is the
  127. factory setting). The <CR> sends the command to the modem.
  128.  
  129. Many commands are used to select between two or more options.
  130. Numeric parameters indicate the form of the command you want to
  131. be in effect. If you issue a command without specifying a
  132. numeric parameter, the modem assumes the 0 command option. For
  133. example, Q tell the modem to respond to commands with result
  134. codes. Issuing Q1 tells the modem not to respond to result codes
  135. (some software programs call this "quiet mode"). Q and Q0 are
  136. equivalent.
  137.  
  138. A command line can contain as many as 40 characters (the AT,
  139. spaces, and the <CR> are not counted).  The command prefix can be
  140. entered in either all upper case or all lower case letters, but
  141. not in a combination (e.g., AT or at, but not At or aT).
  142.  
  143. If you need to change something in the line before entering the 
  144. <CR>, use the backspace key.  To abort the command line, hold down
  145. the key your computer recognizes as the control key (ctrl) and 
  146. press "x".  The modem will return OK without executing the 
  147. command(s) on the line.  
  148.  
  149. Moving Between Command and On-line States
  150. -----------------------------------------
  151.  
  152. Before beginning communications or after "hanging up," the modem 
  153. is in command state, ready to accept configuration commands or to 
  154. go on-line when you instruct it to dial the number of a remote 
  155. modem.  You may also place the modem in command state from the 
  156. on-line state without breaking the connection. 
  157.  
  158. Escape Sequence -- +++
  159. ----------------------
  160.  
  161. Not actually a command, the escape sequence tells the modem to 
  162. "escape" or leave the on-line state and enter the command state.
  163. The sequence consists of a single character issued three times in
  164. succession.  A one second "guard time" interval prevents the modem
  165. from mistaking a ramdom occurrence of of the same three characters
  166. as the escape sequence.  The character used in the sequence and 
  167. the duration of the guard time can be changed by writing values to
  168. the modem's S-Registers (special memory locations described later 
  169. in this guide).
  170.  
  171. To issue the escape sequence simply hold down the shift key and 
  172. press the plus key three times (+++).  Be sure to pause at least a
  173. second before and after issuing the three characters.  If 
  174. operating properly, the modem will return the OK result code as an
  175. indication it is ready to accept commands.
  176.  
  177. On-Line Command -- O (letter, not the number 0)
  178. --------------------
  179.  
  180. This command returns the modem from command state to on-line state
  181. when a connection has been "escaped" but not broken.  If you have 
  182. placed the modem in command state and are still connected to the 
  183. remote system, issue ATO<CR> to go back on-line.  What you type 
  184. will then be transmitted to the modem attached to computer on the 
  185. other end of the line.  If the connection is broken, to go on-line
  186. again you must instruct the modem to re-dial the telephone number.
  187.  
  188. Getting On-Line
  189. ---------------
  190.  
  191. In the same way voice telephone calls are made, one of the modems 
  192. must originate the call, and the other must be set up to answer 
  193. the incoming call.  Either modem may originate or answer the call.
  194. The following examples illustrate how to use the modem to place 
  195. and answer calls from your computer.
  196.  
  197. Originating a Call
  198. ------------------
  199.  
  200. To originate a call with another system, issue the D command to 
  201. "dial" the number.  This command instructs the modem to go off 
  202. hook, claim the telephone line, and originate a call.  When you 
  203. issue dialing commands to the modem, the data is communicated to 
  204. the modem, but does not pass across the telephone line.
  205.  
  206. The following dial modifiers specify the number and method the 
  207. modem uses to dial.
  208.  
  209. T    Specifies Tone method for subsequent dialing; follows the
  210.      D command and precedes telephone number; can be issued as a
  211.      command separate from dialing string.
  212.  
  213. P    Specifies Pulse method for subsequent dialings; follows the D
  214.      command and precedes telephone number; can be issued as a
  215.      command separate from dialing string. (factory setting).
  216.         
  217. ,    Pause 2 seconds before continuing to process the characters
  218.      in the dialing string.
  219.      
  220. ;    Return to command state after dialing and maintain 
  221.      connection.  This modifier is useful in situations like 
  222.      electronic banking where the modem needs to stay in 
  223.      command state to receive other connection instructions.
  224.      
  225. 0-9  Numbers and characters for the modem to dial.
  226. *,#
  227.  
  228.  
  229. A typical dial command such as as ATD,T5552368<CR> gets the
  230. modem's attention (AT), instructs it to go off hook to originate a
  231. call (D), pause 2 seconds (,), and use the tone method (T) to dial
  232. the telephone number (5552368).  The <CR> sends the commands to 
  233. the modem.
  234.  
  235. Answering a Call
  236. ----------------
  237.  
  238. Incoming calls to your modem can be answered in either of two 
  239. ways: you can issue a command to the modem when you hear the 
  240. telephone ring, or can also set up the modem to answer 
  241. automatically when it detects a number of rings.
  242.  
  243. Answering Manually - A
  244. ----------------------
  245.  
  246. To manually answer a call from a remote system, issue the A 
  247. command.  ATA<CR> instructs the modem to go off hook, take control
  248. of the line, issue an answer tone, and connect with the incoming 
  249. call.  This command is used when the phone is ringing and you are 
  250. expecting a modem call (rather than a voice call).
  251.  
  252. Answering Automatically - S0=n
  253. ------------------------------
  254.  
  255. One of the modem's S-Registers provides the capability for 
  256. automatic answer.
  257.  
  258. The S0=n command ("0" is the number of the register or memory 
  259. location; "n" is the number of rings to wait before answering) 
  260. lets you specify the number of rings.  Setting S0 to a number 
  261. other than its factory setting of 0 configures the modem for 
  262. auto-answer.  The modem will then operate the same way as a 
  263. telephone answering machine, picking up the phone after it detects
  264. the specified number of rings.
  265.  
  266. For example, ATS0=3<CR> sets up the modem to go off hook and issue
  267. answer tone (no ATA<CR> is necessary) when the modem detects the 
  268. third ring.
  269.  
  270. Communicating While On-Line
  271. ---------------------------
  272.  
  273. When you are connected (on-line), data is passed across the line 
  274. between the two computers.  Either party can type information to 
  275. the other.  Characters received by the modem on the other end of 
  276. the connection will be displayed to the screen.  The user on the 
  277. other end can also type characters to your screen.  Sentences and 
  278. words will mix on the screen, however, if you both type at the 
  279. same time.
  280.  
  281. If you cannot see what you are typing, you will need to change the
  282. local character echo setting (see Configuration Options later in 
  283. this guide).
  284.  
  285. Terminating a Call
  286. ------------------
  287.  
  288. Whenever you are ready to end communications, you must issue the 
  289. escape sequence (+++) to place the modem in the command state.  
  290. Then use the H command to hang up: ATH<CR>.  This command puts the
  291. modem on hook and releases control of the line, so it can be used 
  292. by a telephone.
  293.  
  294. Unexpected interruptions to communication occur with modem 
  295. connections just as with telephone calls.  Line noise, equipment 
  296. malfunction, and user error can all contribute to disruptions in 
  297. communication.  The modem indicates a loss of connection with the 
  298. NO CARRIER result code.  To re-establish the connection, simply 
  299. re-dial the number.
  300.  
  301. To interrupt call placement during the handshaking process, you 
  302. can press any key before the two modems connect.
  303.  
  304. Monitoring Operation and Call Progress
  305. --------------------------------------
  306.  
  307. When you send a command or issue the escape sequence, the modem 
  308. responds with a "result code."  If it understands the 
  309. instructions, the modem will return the OK result code; if it does
  310. not understand, the modem will return the ERROR result code.  The 
  311. modem also provides call progress messages to let you know how 
  312. your connection attempt is going:
  313.  
  314. -------------------------------------------------------------------
  315. Result Code                     Explanation
  316. -------------------------------------------------------------------
  317.  
  318. 0  OK                           Command reconized and accepted.
  319.  
  320. 1  CONNECT                      Connection established at 0-300 if
  321.                                 X1, X2, X3, or X4 is selected (no 
  322.                                 speed indicated if X0 is 
  323.                                 selected).
  324.                                 
  325. 2  RING                         Incoming Call
  326.  
  327. 3  NO CARRIER                   Carrier signal lost or not 
  328.                                 detected.
  329.                                 
  330. 4  ERROR                        Command not recognized; command
  331.                                 line exceeds 40 characters or in
  332.                                 an improper format; modem checksum
  333.                                 incorrect.
  334.  
  335. 5  CONNECT 1200                 Connection established at 1200bps
  336.                                 if X1, X2, X3, or X4 is selected.
  337.  
  338. 6  NO DIAL TONE                 Dial tone not detected when 
  339.                                 expected.
  340.  
  341. 7  BUSY                         Number dialed is use.
  342.  
  343. 10 CONNECT 2400                 Connection established at 2400bps
  344.                                 if X1, X2, X3, or X4 selected (for
  345.                                 modems that support 2400bps)
  346.  
  347.  
  348. The X command allows you to set up the modem for a variety of call
  349. progress monitoring options and corresponding result codes.  
  350. Regardless of the option selected, the modem will report the OK, 
  351. CONNECT, RING, NO CARRIER, and ERROR result codes.  Other call 
  352. progress monitoring feature combinations, like reporting 1200bps 
  353. and 2400bps connections, detection of busy signal, and no dial tone
  354. can be selected with the various command oprions.
  355.  
  356. -------------------------------------------------------------------
  357. Result Code...          X0      X1      X2      X3      X4
  358. -------------------------------------------------------------------
  359.  
  360. OK                      Y       Y       Y       Y       Y
  361. CONNECT                 Y       Y       Y       Y       Y
  362. RING                    Y       Y       Y       Y       Y
  363. NO CARRIER              Y       Y       Y       Y       Y
  364. BUSY                                            Y       Y
  365. NO DIAL TONE                    Y                       Y
  366. ERROR                   Y       Y       Y       Y       Y
  367. CONNECT 1200                    Y       Y       Y       Y
  368. CONNECT 2400                    Y       Y       Y       Y
  369.         
  370. -------------------------------------------------------------------
  371.  
  372. If you want the modem to wait for a dial tone before dialing, you 
  373. should select either the X2 or X4 command options.  Either of 
  374. these configures the modem to wait until it detects a dial tone 
  375. before proceeding; if it does not, it returns the NO DIAL TONE 
  376. result code.  The same is true for configuring the modem's 
  377. response to a busy signal; if X1 or X4 is selected, the modem 
  378. recognizes a busy signal from the other end and returns the BUSY 
  379. result code.  The X4 option provides full call progress 
  380. monitoring.  However, X0 is the factory setting because many 
  381. software programs expect 1200bps modems to be configured initially
  382. with the basic call progress capabilities and corresponding result
  383. codes.
  384.  
  385. Managing Modem Configuration
  386. ----------------------------
  387.  
  388. When your modem is first installed and powered up, it is 
  389. configured with the settings selected at the factory.  The options
  390. specified for each command and the value is each of the modem's 
  391. S-Registers determine how the modem operates.  The modem's factory
  392. settings suit a wide range of user applications, while taking 
  393. advantage of the modem's full capabilities.
  394.  
  395. Creating a Special Configuration
  396. --------------------------------
  397.  
  398. If your software or the system with which you are attempting to 
  399. connect requires that you set up the modem to operate other than 
  400. with factory settings for commands and S-Registers, you can create
  401. a special configuration, or profile, by issuing AT commands.  The 
  402. configuration you create will be used until you issue commands to 
  403. change the settings, or reset the modem (either with the Z command
  404. or by unplugging/replugging it).
  405.  
  406. Resetting the Modem
  407. --------------------
  408.  
  409. If the modem ever seems to be set in a way that makes it not 
  410. communicate as it should, or if you simply want to restore the 
  411. factory settings, you can reset it with the Z command.  ATZ<CR> 
  412. performs a "soft reset," replacing values currently in S-Registers
  413. and AT command options to factory settings.  The modem's factory 
  414. configuration is also recalled when the modem is unplugged and 
  415. plugged back in, or if power is lost to the wall plug.  If you are
  416. experiencing any difficulty with the modem, you may wish to issue 
  417. the Z command before unplugging the modem or issuing the test 
  418. commands.
  419.  
  420. Adjusting Modem Speed
  421. ---------------------
  422.  
  423. Modem speed is measured in bits per second(bps).  For example, if 
  424. Hayes Personal Modem 1200 is operating at its highest rate, data 
  425. will be transmitted at 1200bps.  This speed is not set by an AT 
  426. command; it is the speed at which the software sends the AT prefix
  427. (within the range supported by the modem) that determines the 
  428. speed at which the modem attempts to make the next connection.  
  429. Some programs offer an option for transmission speed, often called
  430. "baud rate," to specify the speed of the connection.  The software
  431. sends the AT prefix at the desired speed.
  432.  
  433. In addition, the transmission rate of the connection will be 
  434. determined by the highest common speed supported by the two 
  435. connecting modems.  For example, if the modem at the other end is 
  436. capable of a maximum speed of 300bps, the connection and data 
  437. transmission will be at 300bps, even if your modem can communicate
  438. at 1200bps or 2400bps.
  439.  
  440. Choosing a Communication Standard
  441. ---------------------------------
  442.  
  443. Communication standards are protocols that determine how the 
  444. modems perform their connection handshake and the format and speed
  445. used to transmit data.  For example, connections at 300bps use the
  446. domestic 103 standard; connections at 1200bps use the domestic 
  447. 212A standard.  Because standards are closely linked to speed, the
  448. modem selects the appropriate standard as it adjusts to the speed.
  449.  
  450. Testing the Modem
  451. -----------------
  452.  
  453. In addition to the diagnostics the modem automatically performs 
  454. each time it is powered up, the I command can be used to gain 
  455. information about the modem.
  456.  
  457. I0              Modem reports Hayes product code.
  458. I1              Modem calculates and reports ROM Checksum (3-digit
  459.                 number).
  460.                 
  461. The results of these tests are primarily used by Hayes Customer 
  462. Service and certain software programs to determine the 
  463. manufacturer/model of the modem you are using, and its feature 
  464. set.
  465.  
  466. Refer to the descriptions in the Personal Modem Installation 
  467. Guide for troubleshooting suggestions.  If you are able to issue 
  468. commands to the modem and it returns an OK result code, the modem 
  469. is probably operating correctly.  If the modem does not seem to be
  470. responding, try resetting the modem (see above).
  471.  
  472. Setting Local Character Echo
  473. ----------------------------
  474.  
  475. Your computer and software combination may require that you adjust
  476. the character echo feature of your modem to provide display of 
  477. characters as you type commands, or to prevent double characters. 
  478. Two options are available:
  479.  
  480. E0              Modem does not return (echo) characters from the 
  481.                 keyboards to the screen when in command state.
  482.                 
  483. E1              Modem returns (echoes) characters typed from the 
  484.                 keyboard to the screen when in command state 
  485.                 (factory setting).
  486.                 
  487. This command is effective only if you are entering instructions 
  488. from a command line.  The settings for this command do not affect 
  489. the display of characters while you are on-line with another 
  490. system.  The software or remote system must provide on-line 
  491. character echo, if desired.
  492.  
  493. Adjusting Result Code Display
  494. -----------------------------
  495.  
  496. The two commands below configure the modem's use of result codes.
  497.  
  498. Q0              Modem responds to commands with result codes 
  499.                 (factory setting).
  500.                 
  501. Q1              Modem does not respond to commands with result 
  502.                 codes.
  503.                 
  504. V0              Modem reports result codes as numbers.
  505.  
  506. V1              Modem reports result codes as words (factory 
  507.                 setting).
  508.  
  509. Some software requires that result codes not be displayed, or that
  510. they be numbered rather than as words.
  511.  
  512. Configuring Modem Signals
  513. -------------------------
  514.  
  515. Some computers or software expects settings for signalling 
  516. between modems and between the modem and the computer to be 
  517. configured in ways other than that set at the factory.  Any 
  518. special modem-to-computer signalling requirements should be 
  519. described by your software's user's guide or your computer's 
  520. owner's manual.
  521.  
  522. The C command controls the modem's response to an incoming carrier
  523. signal over the line from the remote modem.
  524.  
  525. C0              Modem ignores an incoming carrier signal; the 
  526.                 transmitter carrier is always off.
  527.                 
  528. C1              Modem turns the transmit carrier signal on and off
  529.                 to reflect the presence of and incoming carrier 
  530.                 signal.  When the modem originates a call, answers
  531.                 a call, or is connected to another system, the 
  532.                 signal is on, and is off when the modem is not in 
  533.                 one of these situations (factory setting).
  534.                 
  535. The &C command determines the way the modem uses the carrier 
  536. signal when controlling the Data Carrier Detect (DCD) line (pin 2 
  537. on modem-to-computer cable; pin 8 with 25-pin adapter):
  538.  
  539. &C0             Modem presumes the presence of the carrier signal 
  540.                 and maintains the DCD signal on at all times.
  541.                 
  542. &C1             Modem turns the DCD signal on when it detects a 
  543.                 carrier signal from the modem on the other end of 
  544.                 the telephone line, and off when it does not 
  545.                 (factory setting).
  546.                 
  547. The &D command selects the modem's response to signal sent from 
  548. the computer on the Data Terminal Ready(DTR) signal (pin 1 on the 
  549. modem-to-computer cable; pin 20 with 25-pin adapter):
  550.  
  551. &D0             Modem presumes presence of DTR signal and ignores
  552.                 the actual status of the signal (factory setting).
  553.                 
  554. &D1             Modem monitors DTR signal.  When communications 
  555.                 software is used to cause an on-to-off transition 
  556.                 of DTR signal, the modem enters command state and 
  557.                 ignores AT commands.  When the software causes an 
  558.                 off-to-on transition of DTR, the modem will again 
  559.                 respond to AT commands and can be returned to the 
  560.                 on-line state (if the connection has not been 
  561.                 broken) with the AT0<CR>.
  562.                 
  563. &D2             Modem monitors DTR signal.  When communications 
  564.                 software is used to cause an on-to-off transition 
  565.                 of DTR, the modem will again respond to AT 
  566.                 commands.
  567.                 
  568. Writing to the Modem's S-Registers
  569. ----------------------------------
  570.  
  571. S-Registers provide special access to settings that determine modem
  572. operation.  The factory-set values stored in these registers are 
  573. recalled and used to control the modem each time it is powered up 
  574. or reset.
  575.  
  576. Aside from using S0 to store the number of rings for automatic 
  577. answer (described earlier), you will have little need to change an
  578. S-Register value.  However, if your use of the modem requires that
  579. one or more of these be changed, you can do so by using the Sr 
  580. command:
  581.  
  582. Sr?             Modem reads and responds with the value of 
  583.                 register "r" (r=number of register; "?" requests 
  584.                 the value).
  585.                 
  586. Sr=n            Modem sets the value of register "r" to "n" 
  587.                 (n=value within the range of the register).
  588.                 
  589. Writing to the modem's S-Registers is not recommended unless your 
  590. use of the modem requires that one or more of these settings be 
  591. changed.
  592.  
  593. For your reference, the modem's S-Registers, their function, ranges
  594. in units, and factory settings are provided in the chart below.
  595.  
  596. -------------------------------------------------------------------
  597.    S-Register Number &          Units      Range      Factory
  598.         Function                                      Setting
  599. -------------------------------------------------------------------
  600.  
  601. S0      Ring to answer on       Rings      0-255         0
  602. S1      Rings received          Rings      0-255         0
  603. S2      Escape sequence         ASCII      0-127        43 (+)
  604.         character
  605. S3      Carriage return         ASCII      0-127        13 (CR)
  606.         character
  607. S4      Linefeed character      ASCII      0-127        10 (LF)
  608. S5      Backspace character     ASCII     fixed at       8 (BS)
  609. S6      Wait time for dial     seconds    fixed at       4 
  610.         tone
  611. S7      Wait time for carrier  seconds    fixed at      45
  612. S8      Duration of comma      seconds    fixed at       2
  613. S9      Carrier detect         1/10 sec     1-255        6
  614.         response time        
  615. S10     Delay between loss     1/10 sec     1-255        7
  616.         of carrier signal
  617.         and modem hang up
  618. S11     Duration of DTMF        msec      fixed at      95
  619.         tones for dialing
  620. S12     Escape sequence        1/50 sec    20-255       50
  621.         guard time
  622. S25     Delay between loss     10 mec       1-255        5
  623.         of DTR signal and
  624.         modem hangup
  625. S30     Delay time from no      10 sec      0-255       60
  626.         modem activity until
  627.         auto hangup
  628.  
  629. -------------------------------------------------------------------
  630.  
  631. Cable Connections
  632. -----------------
  633.  
  634. The table below describes the pin number on the modem's cable, the
  635. direction the signal pass, and the name of the signal used by the 
  636. modem.
  637.  
  638. -------------------------------------------------------------------
  639. Pin     Direction                       Signal
  640. -------------------------------------------------------------------
  641. 1       From Computer                   DTR - data terminal ready
  642. 2       To computer                     DCD - data carrier detect
  643. 3       From computer                   TxD - transmit data
  644. 4       Not applicable                  ground - signal ground
  645. 5       To computer                     RxD - receive data
  646. 6       To computer                     DSR/CTS - data set ready/
  647.                                                   clear to send
  648. 7       To computer                     RI - ring indicator
  649. 8       Not applicable                  ground - signal ground
  650. -------------------------------------------------------------------
  651.  
  652. The housing of the connector provides a shield that reduces noise 
  653. and interference.
  654.  
  655. The actual pin number on which a signal is carried will vary 
  656. depending on the adapter used.
  657.  
  658. The table below cross-refrences the pin numbers used for signals 
  659. on the 8-pin DIN with those for the adapters provided with your 
  660. modem.
  661.  
  662. -------------------------------------------------------------------
  663. Signal            DIN-8           DB-9            DB-25
  664. -------------------------------------------------------------------
  665.  
  666. DTR                 1               4              20
  667. DCD                 2               1               8
  668. TxD                 3               3               2
  669. ground              4               5               7
  670. RxD                 5               2               3
  671. DSR/CTS             6               8               5
  672. RI                  7               9              22
  673. signal ground       8               5               7
  674. shield           shield          shield             1
  675.  
  676. NOTE:  If you construct an adapter for use with the modem, consult
  677. your computer's owner's manual for the signals supported and the 
  678. appropriate pin numbering.
  679.