home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PILOT / info / PLTMODEM / RCK-V32.TXT < prev    next >
Encoding:
Text File  |  1997-03-19  |  91.1 KB  |  2,067 lines

  1. US Robotics Mobile Communications                           Customer Support
  2. =============================================================================
  3.  
  4.                            AT Command Set Reference
  5.  
  6.  Document Title :  Rockwell V.32/V.32bis AT Command Set Reference
  7.   Revision Date :  27 Dec 95
  8.        See Also :  Technical Bulletin 3008
  9.   Product Scope :  XJ3144, CC6144, XJ2144, XJ1144, CC3144, CC4144, XJEM1144,
  10.                    CCEM1144, EM1144, XJ196FM, CC396FM, XJ124FM, CC324FM,
  11.                    P2144 (9V), P296FMV (9V), A2144, AR196FM
  12.  
  13. -----------------------------------------------------------------------------
  14.  
  15.  1.0    Basic AT Commands
  16.  2.0    AT& Commands
  17.  3.0    AT% Commands
  18.  4.0    AT\ Commands
  19.  5.0    Error Detection And Data Compression Commands
  20.  6.0    MNP 10 Commands
  21.  7.0    W-Class Commands
  22.  8.0    S Register Summary
  23.  9.0    XJ3144 and CC6144 Commands
  24. 10.0    S Register Definitions
  25.  
  26.  
  27. 1.0   Basic AT Commands
  28. =============================================================================
  29.  
  30. The modem will respond to the commands detailed below.  Parameters applicable
  31. to each command are listed with the command description.  The defaults shown
  32. for each configuration are those used in the Rockwell stored profile 0.
  33.  
  34.  
  35. A/      Repeat Last Command
  36.  
  37. The modem behaves as though the last command line had been re-sent by the
  38. DTE.  "A/" will repeat all the commands in the command buffer. The principle
  39. application of this command is to place another call (using the Dial command)
  40. that failed to connect due to a busy line or no answer. This command must
  41. appear alone on a command line and must be terminated by the "/" character.
  42. This command should not be terminated by a carriage return.
  43.  
  44. A       Answer
  45.  
  46. The modem will go off-hook and attempt to answer an incoming call if correct
  47. conditions are met.  Upon successful completion of answer handshake, the
  48. modem will go on-line in answer mode.  This command may be affected by the
  49. state of Line Current Sense, if enabled (Most countries do not require Line
  50. Current Sense).  Operation is also dependent upon +FCLASS command and country
  51. specific requirements.
  52.  
  53. If +FCLASS=0 is selected, the modem will enter the connect state after
  54. exchanging carrier with the remote modem.  If no carrier is detected within a
  55. period specified in register S7, the modem hangs up.  Any character entered
  56. during the connect sequence will abort the connection attempt.
  57.  
  58. If +FCLASS=1 or 2 is selected, the modem will go off-hook in V.21 answer
  59. mode.  It will generate the V.21 2100 Hz answer tone for 3 ▒ 0.5 seconds and,
  60. following a delay of 70 mS, will proceed as if the +FTH=3 command were
  61. issued.  At any stage up to (but excluding) the +FTH=3 command state, any
  62. character will abort the communication. (See the description of the +FTH
  63. command for details)
  64.  
  65.  
  66. Bn      CCITT or Bell Modulation
  67.  
  68. When the modem is configured to allow either option, the modem will select
  69. Bell or CCITT modulation for a line speed connection of 300 or 1200 bps
  70.    according to the parameter supplied.  Any other line speed will use a CCITT 
  71.    modulation standard.  The parameter value, if valid, is written to S27 
  72.    bit 6 (Also, see ATFn command).
  73.  
  74.     B0  Selects CCITT operation at 300 or 1200 bps during Call Establishment
  75.         and a subsequent connection. (default for W-class models)
  76.  
  77.     B1  Selects BELL operation at 300 or 1200 bps during Call Establishment
  78.         and a subsequent connection. (default for US models)
  79.  
  80.  
  81. Dn      Dial
  82.  
  83. This command directs the modem to go on-line, dial according to the string
  84. entered and attempt to establish a connection.  If no dial string is
  85. supplied, the modem will go on-line and attempt handshake in originate mode.
  86. In W-class models, the action of going off-hook is affected by the status of
  87. the Line Current Sense input, if the line current sensing is enabled, and by
  88. the blacklist and delayed list.  NOTE: If the ATD command is issued before
  89. the S1 register has cleared, the modem will respond with the NO CONNECT
  90. result code.
  91.  
  92. If +FCLASS=0 is selected, the modem will behave as a data modem and will
  93. attempt to connect to another data modem.  The modem will have up to the
  94. period of time specified by register S6 or S7 to wait for carrier and
  95. complete the handshake.  If this time expires before the modem can complete
  96. the handshake, the modem will go on-hook with the NO CARRIER response. This
  97. command will be aborted in progress upon receipt of any DTE character before
  98. completion of the handshake.
  99.  
  100. If +FCLASS=1 or 2 is selected, the modem will behave as a facsimile modem and
  101. attempt to connect to a facsimile machine (or modem) by entering the HDLC
  102. V.21 channel 2 receive state (as if +FRH=3 had been issued).  This command
  103. will be aborted upon receipt of any DTE character if the modem has not
  104. finished dialing.  In this case, the modem will go on-hook and return to
  105. command mode after displaying the NO CARRIER message.  If the modem has
  106. finished dialing, it proceeds as if the +FRH=3 command has been issued (Refer
  107. to the +FRH command to determine how the modem behaves following this stage).
  108.  
  109. The valid dial string parameters are described below.  Punctuation characters
  110. may be used for clarity, with parentheses, hyphen, and spaces being ignored.
  111.  
  112.     0-9     DTMF digits 0 to 9.
  113.  
  114.     *       The "star" digit (tone dialing only).
  115.  
  116.     #       The "gate" digit (tone dialing only).
  117.  
  118.     A-D     DTMF digits A, B, C, and D.
  119.  
  120.     J       Perform MNP 10 link negotiation at the highest supported speed
  121.             for this call only.
  122.  
  123.     K       Enable power level adjustment during MNP 10 link negotiation for
  124.             this call only.
  125.  
  126.     L       Re-dial last number:  The modem will re-dial the last valid
  127.             telephone number.  This command must be immediately after the "D"
  128.             with all the following characters ignored.
  129.  
  130.     P       Select pulse dialing:  Pulse dial the numbers that follow until a
  131.             "T" is encountered.  Affects current and subsequent dialing. T
  132.             Select tone dialing:  Tone dial the numbers that follow until a
  133.             "P" is encountered.  Affects current and subsequent dialing.
  134.  
  135.     R       This command will cause the modem to wait 10 seconds after
  136.             dialing then go into answer mode.  This command must be placed at
  137.             the end of the dial string.
  138.  
  139.     S=n     Dial the number stored in the directory (n = 0 to 19). (See &Z)
  140.  
  141.     !       Flash.  The modem will go on-hook for a time defined by the value
  142.             of S29.
  143.  
  144.     W       Wait for dial tone:  The modem will wait for a dial tone before
  145.             dialing the digits following "W".  If no dial tone is detected
  146.             within the time specified by S6, the modem will abort the rest of
  147.             the sequence, return on-hook, and generate an error message.
  148.  
  149.     @       Wait for silence:  The modem will wait for at least 5 seconds of
  150.             silence in the call progress frequency band before continuing
  151.             with the next dial string parameter.  If the modem does not
  152.             detect these 5 seconds of silence before the expiration of the
  153.             call abort timer (S7), the modem will terminate the call attempt
  154.             with a NO ANSWER message.  If busy detection is enabled, the
  155.             modem may terminate the call with the BUSY result code.  If
  156.             answer tone arrives during execution of this parameter, the modem
  157.             handshakes.
  158.  
  159.     ,       Dial pause:  The modem will pause for a time specified by S8
  160.             before dialing the digits following ",".
  161.  
  162.     ;       Return to command state:  Added to the end of a dial string, this
  163.             causes the modem to return to the command state after it
  164.             processes the portion of the dial string preceding the ";".  This
  165.             allows the user to issue additional AT commands while remaining
  166.             off-hook.  The additional AT commands may be placed in the
  167.             original command line following the";" and/or may be entered on
  168.             subsequent command lines.  The modem will enter call progress
  169.             only after an additional dial command is issued without the ";"
  170.             terminator.  Use "H" to abort the dial in progress, and go back
  171.             on-hook.
  172.  
  173.     ^       Enable calling tone:  Applicable to current dial attempt only.
  174.             The calling tone is a 1800 Hz tone every 3-4 seconds that alerts
  175.             recipient of automatic calling equipment (as defined in CCITT
  176.             V.25).
  177.  
  178.     >       If enabled by country specific parameter, the modem will generate
  179.             a grounding pulse on the EARTH relay output.
  180.  
  181.  
  182. En      Command Echo
  183.  
  184. The modem enables or disables the echo of characters to the DTE according to
  185. the parameter supplied. The parameter value, if valid, is written to S14 bit
  186. 1.
  187.  
  188.     E0  Disables command echo.
  189.     E1  Enables command echo.  Default.
  190.  
  191.  
  192. Fn      Select Line Modulation
  193.  
  194. This command selects the line modulation according to the parameter
  195. supplied.  The line modulation is fixed unless automode is selected.
  196.    This command interacts with the S37 and the "N" command.  The parameter 
  197.    value, if valid, is written to S37 bit 0-3.  To select line modulation, 
  198.    it is recommended that either the "F" command, or a combination of the 
  199.    S37 and the "N" command, be used, but not both.
  200.  
  201.     F0      Selects auto-detect mode.  Sets N1 and sets S31 bit 1.  In this
  202.             mode, the modem configures for auto mode operation.  All connect
  203.             speeds are possible according the remote modem's preference.  The
  204.             contents of S37 are ignored as is the sensed DTE speed.   Default
  205.  
  206.     F1      Selects V.21 or Bell 103 according to the "B" setting as the only
  207.             acceptable line speed resulting in a subsequent connection.  Sets
  208.             N0, sets S37 to 1, and clears S31 bit 1.  This command is
  209.             equivalent to the command string: ATN0S37=1.
  210.  
  211.     F2      Not supported (other products use this setting for 600 bps).
  212.  
  213.     F3      Selects V.23 as the only acceptable line modulation for a
  214.             subsequent connection.  Originator is at 75 bps and answerer is
  215.             at 1200 bps.  Sets N0, sets S37 to 7, and clears S31 bit 1. This
  216.             command is equivalent to the command string: ATN0S37=7.
  217.  
  218.     F4      Selects V.22 1200 bps or Bell 212A according to the "B" command
  219.             setting as the only acceptable line speed for a subsequent
  220.             connection.  Sets N0, sets S37 to 5, and clears S31 bit 1.  This
  221.             command is equivalent to the command string:  ATN0S37=5.
  222.  
  223.     F5      Selects V.22bis as the only acceptable line modulation for a
  224.             subsequent connection.  Sets N0, sets S37 to 6, and clears S31
  225.             bit 1.  This command is equivalent to the command string:
  226.             ATN0S37=6.
  227.  
  228.     F6      Select V.32bis 4800 bps or V.32 4800 bps as the only acceptable
  229.             line modulation for a subsequent connection.  Sets N0, sets S37
  230.             to 8, and clears S31 bit 1.  This command is equivalent to the
  231.             command string:  ATN0S37=8.
  232.  
  233.     F7      Selects V.32bis 7200 bps as the only acceptable line modulation
  234.             for a subsequent connection.  Sets N0, sets S37 to 12, and clears
  235.             S31 bit 1.  This command is equivalent to the command string:
  236.             ATN0S37=12.
  237.  
  238.     F8      Selects V.32bis 9600 bps or V.32 9600 bps as the only acceptable
  239.             line modulation for a subsequent connection.  Sets N0, sets S37
  240.             to 9, and clears S31 bit 1.  This command is equivalent to the
  241.             command string:  ATN0S37=9.
  242.  
  243.     F9      Selects V.32bis 12000 bps as the only acceptable line modulation
  244.             for a subsequent connection.  Sets N0, sets S37 to 10, and clears
  245.             S31 bit 1.  This command is equivalent to the command string:
  246.             ATN0S37=10.
  247.  
  248.     F10     Selects V.32bis 14400 bps as the only acceptable line modulation
  249.             for a subsequent connection.  Sets N0, sets S37 to 11, and clears
  250.             S31 bit 1.  This command is equivalent to the command string:
  251.             ATN0S37=11.
  252.  
  253.  
  254. Hn      Disconnect (Hangup)
  255.  
  256. This command initiates a hang up sequence.  This command may not be
  257. available for some countries due to PTT restrictions.
  258.  
  259.     H0  The modem will release the line if the modem is currently on-line,
  260.         and will terminate any test (AT&T) that is in progress.  Country
  261.         specific, modulation specific, and error correction protocol specific
  262.         (S38) processing is handled outside of the H0 command.
  263.  
  264.     H1  If on-hook, the modem will go off-hook and enter command mode.  The
  265.         modem will return on-hook after a period of time determined by S7.
  266.  
  267.  
  268. In      Identification
  269.  
  270. The modem reports to the DTE the requested result according to the command
  271. parameter.
  272.  
  273.     I0  Reports product code.
  274.  
  275.     I1  Reports pre-computed checksum from ROM.
  276.  
  277.     I2  The modem will respond OK.
  278.  
  279.     I3  Reports firmware revision.
  280.  
  281.     I4  Reports modem identifier string.
  282.  
  283.         Mfr=MEGAHERTZ
  284.         CmdSet=MHZR
  285.         Mod=V.32bis
  286.         Fax=1, 2
  287.         ErrC=V.42bis, MNP5, MNP10
  288.  
  289.     I5  Reports Country Code parameter (e.g., "022").
  290.  
  291.     I6  Reports modem data pump model and internal code revision
  292.  
  293.  
  294. Ln      Speaker Volume
  295.  
  296. The modem sets the speaker volume control according to the parameter
  297. supplied.  The parameter value, if valid, is written to S22 bits 0 and 1.
  298.  
  299.     L0  Low speaker volume (Not supported defaults to medium).
  300.  
  301.     L1  Low speaker volume (Not supported defaults to medium).
  302.  
  303.     L2  Medium speaker volume  Default.
  304.  
  305.     L3  High speaker volume (Not supported defaults to medium).
  306.  
  307.  
  308. Mn      Speaker Control
  309.  
  310. This command selects when the speaker will be on or off.  The parameter
  311. value, if valid, is written to S22 bits 2 and 3.
  312.  
  313.     M0  Speaker is always off.
  314.  
  315.     M1  Speaker is on during call establishment, but off when receiving
  316.         carrier.  Default
  317.  
  318.     M2  Speaker is always on.
  319.  
  320.     M3  Speaker is off when receiving carrier and during dialing, but on
  321.         during answering.
  322.  
  323.  
  324. Nn      Automode Enable
  325.  
  326. This command enables or disables automode detection.  The parameter value, if
  327. valid, is written to S31 bit 1.
  328.  
  329.     N0  Automode detection is disabled.  A subsequent handshake will be
  330.         conducted according to the contents of S37 or, if S37 is 0, according
  331.         to the most recently sensed DTE speed.
  332.  
  333.     N1  Automode detection is enabled.  A subsequent handshake will be
  334.         conducted according to the automode algorithm supported by the modem.
  335.         This command is equivalent to F0.  Default
  336.  
  337.  
  338. On      Return to On-Line Data Mode:
  339.  
  340. This command determines how the modem will enter the on-line data mode.  If
  341. the modem is in the on-line command mode, it enters the on-line data mode
  342. with or without a retrain.  If the modem is in the off-line command mode (no
  343. connection), ERROR is reported.
  344.  
  345.     O0  Enters on-line data mode without a retrain.  Handling Is determined
  346.         by the Call Establishment task.  Generally, if a connection exists,
  347.         this command connects the DTE back to the remote modem after an
  348.         escape (+++).
  349.  
  350.     O1  Enters on-line data mode with a retrain before returning to on-line
  351.         data mode.
  352.  
  353.  
  354. P       Set Pulse Dial Default
  355.  
  356. This command forces pulse dialing until the next "T" dial modifier or "T"
  357. command is received.  Sets S14 bit 5.  As soon as a dial command is executed
  358. which explicitly specifies the dialing mode for that particular call (e.g.,
  359. ATDT...), this command is overridden so that all future dialing will be tone
  360. dialed.
  361.  
  362.  
  363. Qn      Quiet Results Codes Control
  364.  
  365. This command enables or disables the sending of result codes to the DTE
  366. according to the parameter supplied.  The parameter value, if valid, is
  367. written to S14 bit 2.
  368.  
  369.     Q0  Enables result codes to the DTE.  Default.
  370.     Q1  Disables result codes to the DTE.
  371.  
  372.  
  373. Sn      Read/Write S Registers:
  374.  
  375. The modem selects an S Register, performs an S Register read or write
  376. function, or reports the value of an S Register.
  377.  
  378.     n=v     Sets S Register "n" to the value "v".
  379.  
  380.     n?      Reports the value of S Register "n".  The parameter "n" can be
  381.             omitted, in which case S0 will be assumed.  The "S" can be
  382.             omitted in which case the last S Register accessed (default
  383.             register) will be assumed.
  384.  
  385.  
  386. T       Set Tone Dial Default
  387.  
  388. This command forces DTMF dialing until the next "P" dial modifier or "P"
  389. command is received.  The modem will set an S Register bit to indicate that
  390. all subsequent dialing should be conducted in tone mode.  Note that the "DP"
  391. command will override this command.  Clears S14 bit 5. This command may not
  392. be permitted in some countries.
  393.  
  394.  
  395. Vn      Result Code Form
  396.  
  397. This command selects the sending of short-form or long-form result codes to
  398. the DTE.  The parameter, if valid, is written to S14 bit 3.
  399.  
  400.     V0  Enables short-form (terse) result codes.  Line feed is not issued
  401.         before a short-form result code.
  402.  
  403.     V1  Enables long-form (verbose) result codes.  Default
  404.  
  405.  
  406. Wn      Error Correction Message Control
  407.  
  408. This command controls the format of CONNECT messages.  The parameter value,
  409. if valid, is written to S31 bits 2 and 3. (Also, see S95 description)
  410.  
  411.     W0  Upon connection, the modem reports only the DTE speed (e.g, CONNECT
  412.         9600).  Subsequent responses are disabled.  Default
  413.  
  414.     W1  Upon connection, the modem reports the line speed, the error
  415.         correction protocol, and the DTE speed, respectively.  Subsequent
  416.         responses are disabled.
  417.  
  418.     W2  Upon connection, the modem reports the DCE speed (e.g, CONNECT 2400).
  419.         Subsequent responses are disabled.
  420.  
  421.  
  422. Xn      Extended Result Codes
  423.  
  424. This command selects which subset of the result messages will be used by the
  425. modem to inform the DTE of the results of commands.  Blind dialing is enabled
  426. or disabled by country parameters.  If the user wishes to enforce dial tone
  427. detection, a "W" can be placed in the dial string (see "D" command).  Table
  428. VI indicates the messages which are enabled for each "X" value.  If the modem
  429. is in facsimile mode (+FCLASS=1 or 2), the only message sent to indicate a
  430. connection is CONNECT without a speed indication.
  431.  
  432.     X0  Disables monitoring of busy tones unless forced by country
  433.         requirements;  send only OK, CONNECT, RING, NO CARRIER, ERROR, and
  434.         NO ANSWER result codes.  Blind dialing is enabled/disabled by
  435.         country parameters.  If busy tone detection is enforced and busy
  436.         tone is detected, NO CARRIER will be reported.  If dial tone
  437.         detection is enforced or selected and dial tone is not detected, NO
  438.         CARRIER will be reported instead of NO DIAL TONE.  The value 000b
  439.         is written to S22 bits 6, 5, and 4, respectively.
  440.  
  441.     X1  Disables monitoring of busy tones unless forced by country
  442.         requirements;  send only OK, CONNECT, RING, NO CARRIER, ERROR, NO
  443.         ANSWER, and CONNECT XXXX (XXXX = rate).  Blind dialing is enabled/
  444.         disabled by country parameters.  If busy tone detection is enforced
  445.         and busy tone is detected, NO CARRIER will be reported instead of
  446.         BUSY.  If dial tone detection is enforced or selected and dial tone
  447.         is not detected, NO CARRIER will be reported instead of NO DIAL TONE.
  448.         The value 100b is written to S22 bits 6, 5, and 4, respectively.
  449.  
  450.     X2  Disables monitoring of busy tones unless forced by country
  451.         requirements;  send only OK, CONNECT, RING, NO CARRIER, ERROR, NO
  452.         DIAL TONE, NO ANSWER, and CONNECT XXXX.  If busy tone detection is
  453.         enforced and busy tone is detected, NO CARRIER will be reported
  454.         instead of BUSY.  If dial tone detection is enforced or selected and
  455.         dial tone is not detected,  NO DIAL TONE will be reported instead of
  456.         NO CARRIER.  The value 101b is written to S22 bits 6, 5, and 4,
  457.         respectively.
  458.  
  459.     X3  Enables monitoring of busy tones;  send only OK, CONNECT, RING, NO
  460.         CARRIER, ERROR, NO ANSWER, CONNECT XXXX and BUSY.  Blind dialing is
  461.         enabled/disabled by country parameters.  If dial tone detection is
  462.         enforced and dial tone is not detected, NO CARRIER will be reported.
  463.         The value 110b is written to S22 bits 6, 5, and 4, respectively.
  464.  
  465.     X4  Enables monitoring of busy tones;  send all messages.  The value 111b
  466.         is written to S22 bits 6, 5, and 4, respectively.  Default
  467.  
  468.  
  469.                      TABLE  VI.  AT Command Result Codes
  470.  
  471. NOTE: In the chart below, the "*" indicates which Xn command is supported. 
  472. A numeral indicates which result code will display in place of that message.
  473.  
  474. For example, the "BUSY" message (result code 7) will be returned when an
  475. ATX3DT<number> or an ATX4DT<number> is issued, but a "NO CARRIER" (result
  476. code 3) will be returned when ATX1DT<number> or ATX2DT<number> is issued.
  477. Furthermore, no result at all is returned when an ATX0DT is issued.
  478.  
  479.      Short  Long                     n Value in ATXn Command
  480.                                           0  1  2  3  4
  481.      -----  ----------------------   -----------------------
  482.      0         OK                         *  *  *  *  *
  483.      1         CONNECT                    *  *  *  *  *
  484.      2         RING                       *  *  *  *  *
  485.      3         NO CARRIER                 *  *  *  *  *
  486.      4         ERROR                      *  *  *  *  *
  487.      5         CONNECT 1200               1  *  *  *  *
  488.      6         NO DIALTONE                            *
  489.      7         BUSY                          3  3  *  *
  490.      8         NO ANSWER                  *  *  *  *  *
  491.      9         CONNECT 0600               1  *  *  *  *
  492.      10        CONNECT 2400               1  *  *  *  *
  493.      11        CONNECT 4800               1  *  *  *  *
  494.      12        CONNECT 9600               1  *  *  *  *
  495.      13        CONNECT 7200               1  *  *  *  *
  496.      14        CONNECT 12000              1  *  *  *  *
  497.      15        CONNECT 14400              1  *  *  *  *
  498.      16        CONNECT 19200              1  *  *  *  *
  499.      17        CONNECT 38400              1  *  *  *  *
  500.      18        CONNECT 57600              1  *  *  *  *
  501.      22        CONNECT 1200TX/75RX        1  *  *  *  *
  502.      23        CONNECT 75TX/1200RX        1  *  *  *  *
  503.      24        DELAYED                    4  4  4  4  *
  504.      32        BLACKLISTED                            *
  505.      35        DATA                       *  *  *  *  *
  506.      40        CARRIER 300                            *
  507.      44        CARRIER 1200/75                        *
  508.      45        CARRIER 75/1200                        *
  509.      46        CARRIER 1200                           *
  510.      47        CARRIER 2400                           *
  511.      48        CARRIER 4800                           *
  512.      49        CARRIER 7200                           *
  513.      50        CARRIER 9600                           *
  514.      51        CARRIER 12000                          *
  515.      52        CARRIER 14400                          *
  516.      66        COMPRESSION: CLASS 5                   *
  517.      67        COMPRESSION: V.42bis                   *
  518.      69        COMPRESSION: NONE                      *
  519.      76        PROTOCOL: NONE                         *
  520.      77        PROTOCOL: LAPM                         *
  521.      80        PROTOCOL: ALT                          *
  522.      81        PROTOCOL: ALT-CELLULAR                 *
  523.      33        FAX                        *  *  *  *  *
  524.  
  525.  
  526. Yn      Long Space Disconnect
  527.  
  528. This command enables/disables the generation and response to long space (a
  529. break signal greater than 1.6 seconds)disconnect.  The parameter value, if
  530. valid, is written to S21 bit 7.
  531.  
  532.     Y0  Disables long space disconnect.  Default
  533.  
  534.     Y1  Enables long space disconnect.  In non-error correction mode, the
  535.         modem will send a long space of four seconds prior to going on-hook.
  536.         In error correction mode, the modem will respond to the receipt of a
  537.         long space  by going  on-hook.
  538.  
  539. Zn      Soft Reset and Restore Profile
  540.  
  541. The modem performs a soft reset and restores (recalls) the configuration
  542. profile according to the parameter supplied.  If no parameter is specified,
  543. zero is assumed.
  544.  
  545.     Z0  Soft reset and restore stored profile 0.
  546.  
  547.     Z1  Soft reset and restore stored profile 1.
  548.  
  549.  
  550. 2.0     AT& COMMANDS:
  551. =============================================================================
  552.  
  553. &Cn     RLSD (DCD) Option
  554.  
  555. The modem controls the RLSD output in accordance with the parameter supplied.
  556. The parameter value, if valid, is written to S21 bit 5.
  557.  
  558.     &C0     RLSD remains ON at all times.  Default.
  559.  
  560.     &C1     RLSD follows the state of the carrier.
  561.  
  562. &Dn     DTR Option
  563.  
  564. This command interprets the ON to OFF transition of the DTR signal from the
  565. DTE in accordance with the parameter supplied.  The parameter value, if
  566. valid, is written to S21 bits 3 and 4.
  567.  
  568.     &D0     DTR drop is interpreted according to the current &Q setting as
  569.             follows.  Default.
  570.  
  571.         &Q0,5,6         DTR is ignored (assumed ON).  Allows operation with
  572.                         DTE's which don't provide DTR.
  573.  
  574.         &Q1,4           DTR drop causes the modem to hang up.  Auto-answer is
  575.                         not affected.
  576.  
  577.         &Q2,3           DTR drop causes the modem to hang up.  Auto-answer is
  578.                         inhibited.
  579.  
  580.     &D1     DTR drop is interpreted according to the current &Q setting as
  581.             follows:
  582.  
  583.         &Q0,1,4,5,6     DTR drop is interpreted by the modem as if the
  584.                         asynchronous escape sequence had been entered.  The
  585.                         modem returns to asynchronous command state without
  586.                         disconnecting.
  587.  
  588.         &Q2,3           DTR drop causes the modem to hang up.  Auto-answer is
  589.                         inhibited.
  590.  
  591.     &D2     DTR drop is interpreted according to the current &Q setting as
  592.             follows:
  593.  
  594.         &Q0..6          DTR drop causes the modem to hang up.  Auto-answer is
  595.                         inhibited.
  596.  
  597.     &D3     DTR drop is interpreted according to the current &Q setting as
  598.             follows:
  599.  
  600.         &Q0,1,4,5,6     DTR drop causes the modem to perform a soft reset as
  601.                         if the "Z" command were received. The &Y setting
  602.                         determines which profile is loaded.
  603.  
  604.         &Q2,3           DTR drop causes the modem to hang up.  Auto-answer is
  605.                         inhibited.
  606.  
  607.  
  608. &Fn     Restore Factory Configuration (Profile)
  609.  
  610. The modem loads a factory default configuration profile. Two different
  611. factory profiles are available. After issuing an AT&F1 or AT&F0, you can view
  612. the profile's defaults by issuing an AT&V. A configuration profile consists
  613. of a subset of S Registers.
  614.  
  615.     &F0     Restore factory configuration 0
  616.  
  617.     &F1     Restore factory configuration 1
  618.  
  619.  
  620. &Gn     Select Guard Tone
  621.  
  622. The modem generates the guard tone selected by this command according to the
  623. parameter supplied (DPSK modulation modes only).  This command may not be
  624. permitted in some countries.  The parameter value, if valid, is written to
  625. S23 bits 6 and 7.
  626.  
  627.     &G0     Disables Guard Tone.  Default.
  628.  
  629.     &G1     Disables Guard Tone.
  630.  
  631.     &G2     Selects 1800 Hz guard tone.
  632.  
  633.  
  634. &Kn     Flow Control
  635.  
  636. This command defines the DTE/DCE (terminal/modem) flow control mechanism. The
  637. parameter value, if valid, is written to S39 bits 0, 1, and 2.
  638.  
  639.     &K0     Disables flow control.
  640.  
  641.     &K3     Enables RTS/CTS flow control. (default for data modem modes)
  642.  
  643.     &K4     Enables XON/XOFF flow control.
  644.  
  645.     &K5     Enables transparent XON/XOFF flow control.
  646.  
  647.     &K6     Enables both RTS/CTS and XON/XOFF flow control.
  648.  
  649.  
  650. &Mn     Asynchronous/Synchronous Mode Selection
  651.  
  652. This command determines the DTR operating mode.  The modem treats the &M
  653. command as a subset of the &Q command.
  654.  
  655.     &M0     Selects direct asynchronous operation.  Note that the command
  656.             sequence &M\N0 selects normal buffered mode, but the command
  657.             sequence \N0&M0 selects the direct mode.  This is because the \N0
  658.             command is analogous to the &Q6 command.  The value 000b is
  659.             written to S27 bits 3, 1, and 0 respectively. (See &Q)
  660.  
  661.     &M1     (This command is not supported and will return "OK" but will
  662.             cause unknown results.)Selects synchronous connect mode with
  663.             async off-line command mode. The value 001b is written to S27
  664.             bits 3, 1, and 0, respectively.
  665.  
  666.     &M2     (This command is not supported and will return "OK" but will
  667.             cause unknown results.) Selects synchronous connect mode with
  668.             async off-line command mode. Same as &M1 except &M2 enables DTR
  669.             dialing of directory slot 0. The modem will disconnect if DTR is
  670.             OFF for more than the period in S25 ( in units of hundredths of a
  671.             second):  The data connection will be synchronous.  The value
  672.             010b is written to S27 bits 3, 1, and 0, respectively.
  673.  
  674.     &M3     (This command is not supported and will return "OK" but will
  675.             cause unknown results.) Selects synchronous connect mode.  This
  676.             mode allows DTR to act as a talk/data switch.  The call is
  677.             manually initiated while DTR is inactive.  When DTR becomes
  678.             active, the handshake proceeds in originate or answer mode
  679.             according to S14 bit 7.  The value 011b is written to S27 bits 3,
  680.             1, and 0, respectively.
  681.  
  682.  
  683. &Qn     Sync/Async Mode
  684.  
  685. This command is an extension of the &M command and is used to control the
  686. connection modes permitted.  It is used in conjunction with S36 and S48.
  687.  
  688. NOTE:   When the &Q0 to &Q4 command is issued to select the mode, the
  689. subsequent connect message will report the DCE speed regardless of the W
  690. command and S95 settings.
  691.  
  692.     &Q0     Selects direct asynchronous operation.  The value 000b is written
  693.             to S27 bits 3, 1, and 0 respectively. (See &M0)
  694.  
  695.     &Q1     Selects synchronous connect mode with async off-line command
  696.             mode.  The value 001b is written to S27 bits 3, 1, and 0,
  697.             respectively. (See &M1) (This command is not supported and will
  698.             return "OK" but will cause unknown results.)
  699.  
  700.     &Q2     Selects synchronous connect mode with async off-line command
  701.             mode.  The value 010b is written to S27 bits 3, 1, and 0,
  702.             respectively. (See &M2) (This command is not supported and will
  703.             return "OK" but will cause unknown results.)
  704.  
  705.     &Q3     Selects synchronous connect mode.  This mode allows DTR to act as
  706.             a talk/data switch.  The call is manually initiated while DTR is
  707.             inactive.  When DTR becomes active, the handshake proceeds in
  708.             originate or answer mode according to S14 bit 7.  The value 011b
  709.             is written to S27 bits 3, 1, and 0, respectively. (This command
  710.             is not supported and will return "OK" but will cause unknown
  711.             results.)
  712.  
  713.     &Q4     Select AutoSync operation.  AutoSync operation, when used in
  714.             conjunction with the Hayes Synchronous Interface (HSI) capability
  715.             in the DTE, provides synchronous communication capability from an
  716.             asynchronous terminal.  Writes 100b to S27 bits 3, 1, and 0,
  717.             respectively.
  718.  
  719.             Starting AutoSync.  Set registers S19, S20, and S25 to the
  720.                                 desired values before selecting AutoSync
  721.                                 operation with &Q4.  After the CONNECT
  722.                                 message is issued, the modem waits the period
  723.                                 of time specified by S25 before examining
  724.                                 DTR.  If DTR is on, the modem enters the
  725.                                 synchronous operating state;  if DTR is off,
  726.                                 the modem terminates the line connection and
  727.                                 returns to the asynchronous command state.
  728.  
  729.             Stopping AutoSync.  AutoSync operation is stopped upon loss of
  730.                                 carrier or the ON-to-OFF transition of DTR.
  731.                                 Loss of carrier will cause the modem to
  732.                                 return to the asynchronous command state.  An
  733.                                 ON-to-OFF transition of DTR will cause the
  734.                                 modem to return to the asynchronous command
  735.                                 state and either not terminate the line
  736.                                 connection (&D1 active) or terminate the line
  737.                                 connection (any other &Dn command active).
  738.  
  739.     &Q5     The modem will try to negotiate an error-corrected link.  The
  740.             modem can be configured using S36 to determine whether a failure
  741.             will result in the modem returning on-hook or will result in
  742.             fallback to an asynchronous connection.  The value 101b is
  743.             written to S27 bits 3, 1,and 0, respectively.  Default
  744.  
  745.     &Q6     Selects asynchronous operation in normal mode (speed buffering).
  746.             The value 110b is written to S27 bits 3, 1, and 0, respectively.
  747.  
  748.  
  749. &Rn     RTS/CTS Option
  750.  
  751. This selects how the modem controls CTS.  CTS operation is modified if
  752. hardware flow control is selected   The parameter value, if valid, is written
  753. to S21 bit 2.  (see &K command)
  754.  
  755.     &R0     In sync mode, CTS tracks the state of RTS; the RTS-to-CTS delay
  756.             is defined by S26.  In Async mode, CTS acts according to V.25bis
  757.             handshake.
  758.  
  759. &R1         In sync mode, CTS is always ON (RTS transitions are ignored).  In
  760.             Async, CTS will drop only if required by flow control.  Default.
  761.  
  762.  
  763. &Sn     DSR Override
  764.  
  765. This command selects how the modem will control DSR.  The parameter value, if
  766. valid, is written to S21 bit 6.
  767.  
  768.     &S0     DSR will remain ON at all times.  Default
  769.  
  770.     &S1     DSR will become active after answer tone has been detected and
  771.             inactive after the carrier has been lost.
  772.  
  773.  
  774. &Tn     Test and Diagnostics
  775.  
  776. The modem will perform selected test and diagnostic functions according to
  777. the parameter supplied.  A test can be run only when in an asynchronous
  778. operation in non-error-correction mode (normal or direct mode).  To terminate
  779. a test in progress, the escape sequence (+++) must be entered first, except
  780. for parameters 7, and 8.  If S18 is non-zero, a test will terminate
  781. automatically after the time specified by S18 and display the OK message.
  782. NOTE:  The DTE must be less than or equal to the DCE.
  783.  
  784.     &T0     Terminates test in progress.  Clears S16.
  785.  
  786.     &T1     Initiates local analog loopback, V.54 Loop 3.  Sets S16 bit 0.
  787.             If a connection exists when this command is issued, the modem
  788.             hangs up.  The CONNECT XXXX message is displayed upon the start
  789.             of the test.
  790.  
  791.     &T2     Returns ERROR.
  792.  
  793.     &T3     Initiates local digital loopback, V.54 Loop 2.  Sets S16 bit 2.
  794.             If no connection exists, ERROR is returned. Sets S16 bit 4 when
  795.             the test is in progress.
  796.  
  797.     &T4     Enables digital loopback acknowledgement for remote request,
  798.             i.e., an RDL request from a remote modem is allowed.  Sets S23
  799.             bit 0. Default
  800.  
  801.     &T5     Disables digital loopback acknowledgement for remote request,
  802.             i.e., an RDL (remote digital loopback) request from a remote
  803.             modem is denied.  Clears S23 bit 0.
  804.  
  805.     &T8     Initiates local analog loopback, V.54 Loop 3, with self test. (In
  806.             self test, a test pattern is looped back and checked by the
  807.             modem.)  If a connection exists, the modem hangs up before the
  808.             test is initiated.  When the test is terminated either via
  809.             expiration of S18, or via the &T0 or "H" command, the number of
  810.             detected errors is reported to the DTE.  Sets S16 bit 6 when the
  811.             test is in progress.  This command may not be available in some
  812.             countries due to PTT restrictions.
  813.  
  814.  
  815. &V      Display Current Configuration and Stored Profiles
  816.  
  817. Reports the current (active) configuration, the stored (user) profiles, and
  818. the four stored telephone numbers.  The stored profiles and telephone numbers
  819. are not displayed if the NVRAM is not installed or is not operational as
  820. detected by the NVRAM test during reset processing.
  821.  
  822.  
  823. &Wn     Store Current Configuration
  824.  
  825. Saves the current (active) configuration (profile), including S Registers, in
  826. one of the two user profiles in NVRAM as denoted by the parameter value.
  827. This command will yield an ERROR message if the NVRAM is not installed or is
  828. not operational as detected by the NVRAM test. The current configuration is
  829. comprised of a list of storable parameters illustrated in the &V command.
  830. These settings are restored to the active configuration upon receiving an Zn
  831. command or at power up. (see &Yn command)
  832.  
  833.     &W0     Store the current configuration as profile 0.
  834.  
  835.     &W1     Store the current configuration as profile 1.
  836.  
  837.  
  838. &Yn     Designate a Default Reset Profile
  839.  
  840. Selects which user profile will be used after a hard reset.  When &Yn is
  841. changed (e.g. &Y1 command) the parameter is automatically written to NVRAM.
  842.  
  843.     &Y0     The modem will use profile 0.
  844.  
  845.     &Y1     The modem will use profile 1.
  846.  
  847. &Zn=x   Store Telephone Number
  848.  
  849. The modem can store up to 4 telephone numbers.  Each dial string can contain
  850. a maximum of 42 digits.
  851.  
  852.     &Zn=x   (n = 0 to 3, and x = dial string) (requires 256-byte NVRAM)
  853.  
  854.  
  855. 8.4   AT% COMMANDS:
  856.  
  857.  
  858. %En     Enable/Disable Line Quality Monitor and Auto-Retrain
  859.         Fallback/Fall Forward:
  860.  
  861. Controls whether or not the modem will automatically monitor the line quality
  862. and request a retrain (%E1 and %E3) or fall back when line quality is
  863. insufficient or fall forward when line quality is sufficient (%E2).  Applies
  864. to dialup line only.  The parameter value, if valid, is written to S41 bits
  865. 2 and 6. If enabled, the modem attempts to retrain for a maximum of 30
  866. seconds.
  867.  
  868.     %E0     Disable line quality monitor and auto-retrain.  Default.
  869.  
  870.     %E1     Enable line quality monitor and auto-retrain.
  871.  
  872.     %E2     Enable line quality monitor and fallback/fall forward.
  873.  
  874.     %E3     Enable line quality monitor and auto-retrain, but hang-up
  875.             immediately when EQM reaches hang-up threshold.  AKA Fast Hangup.
  876.  
  877. When %E2 is active, the modem monitors the line quality (EQM).  When line
  878. quality is insufficient, the modem will initiate a rate renegotiation to a
  879. lower speed within the V.32bis/V.32 modulation speeds.  The modem will keep
  880. falling back if necessary until the speed reaches 4800 bps.  Below this rate,
  881. the modem will do retrains only if EQM thresholds are exceeded.  If the EQM
  882. is sufficient for at least one minute, the modem will initiate a rate
  883. renegotiation to a higher speed within the V.32/V.32bis modulation speeds.
  884. The rate renegotiation will be done without a retrain if a V.32bis connection
  885. is established.
  886.  
  887. Speeds attempted during fallback/fall forward are those shown to be available
  888. in the rate sequences exchanged during the initial connection. Fallback/fall
  889. forward is available in error correction and normal modes, but not in direct
  890. mode or synchronous mode with external clocks.
  891.  
  892. 8.4.2   %L-Line Signal Level:
  893.    Returns a value which indicates the received signal level.  The value 
  894.    returned is a direct indication (DAA dependent) of the receive level at the
  895.    MDP, NOT at the telephone line connector.  For example, 009 = -9 dbm, 
  896.    043 = -43 dbm, and so on.
  897.  
  898.  
  899. 8.4.3   %Q - Line Signal Quality:
  900.    Reports the line signal quality (DAA dependent).  Returns the higher order 
  901.    byte of the EQM value.  Based on the EQM value, retrain or fallback/fall 
  902.    forward may be initiated if enabled by %E1, %E2 or %E3.
  903.    Example:   AT%Q
  904.          015
  905.  
  906. 8.4.4   %TTn - PTT Testing Utilities:
  907.    Facilitates PTT testing of signal levels by providing continuous signals    
  908.    regardless of whether the modem is connected or not.  The signal 
  909.    transmitted is in accordance with the parameter provided.
  910.    This is a range of commands that allow the user to initiate a series of 
  911.    signals that are necessary for PTT approval.  The signals emitted include 
  912.    answer tone, modulation, carriers, and other pertinent signals.  A test is 
  913.    initiated on the receipt of an %TT ("T" is a password), and the test is 
  914.    aborted when any keyboard character is entered.  The modem will 
  915.    continuously transmit the tone or carrier according to the parameter 
  916.    supplied.
  917.       %TT00-%TT09 DTMF tone dial digits 0 to 9.
  918.       %TT0A      DTMF digit *.
  919.       %TT0B      DTMF digit A.
  920.       %TT0C      DTMF digit B.
  921.       %TT0D      DTMF digit C.
  922.       %TT0E      DTMF digit #.
  923.       %TT0F      DTMF digit D.
  924.       %TT10      V.21 channel no. 1 mark (originate) symbol.
  925.       %TT11      V.21 channel no. 2 mark symbol.
  926.       %TT12      V.23 backward channel mark symbol.
  927.       %TT13      V.23 forward channel mark symbol.
  928.       %TT14      (NotSupported) V.22 originate (call mark) signalling at 600 bps.
  929.       %TT15      V.22 originate (call mark) signalling at 1200 bps.
  930.       %TT16      V.22bis originate (call mark) signalling at 2400 bps.
  931.       %TT17      V.22 answer signalling (guard tone if PTT required).
  932.       %TT18      V.22bis answer signalling (guard tone if required).
  933.       %TT19      V.21 channel no. 1 space symbol.
  934.       %TT20      V.32 9600 bps.
  935.       %TT21      V.32bis 14400 bps.
  936.       %TT1A      V.21 channel no. 2 space symbol.
  937.       %TT1B      V.23 backward channel space symbol.
  938.       %TT1C      V.23 forward channel space symbol.
  939.       %TT30      Silence (on-line), i.e., go off-hook.
  940.       %TT31      V.25 answer tone.
  941.       %TT32      1800 Hz guard tone.
  942.       %TT33      V.25 calling tone (1300 Hz).
  943.       %TT34      Fax calling tone (1100 Hz).
  944.       %TT40      V.21 channel 2.
  945.       %TT41      V.27ter 2400 bps.
  946.       %TT42      V.27ter 4800 bps.
  947.       %TT43      V.29 7200 bps.
  948.       %TT44      V.29 9600 bps.
  949.       %TT45      V.17 7200 bps long train.
  950.       %TT46      V.17 7200 bps short train.
  951.       %TT47      V.17 9600 bps long train.
  952.       %TT48      V.17 9600 bps short train.
  953.       %TT49      V.17 12000 bps long train.
  954.       %TT4A      V.17 12000 bps short train.
  955.       %TT4B      V.17 14400 bps long train.
  956.       %TT4C   V.17 14400 bps short train.
  957.    To permit output signal spectra measurement, it is possible to transmit 
  958.    data in the absence of a received signal by setting S10 equal to 255.
  959.  
  960.  
  961.  
  962. 8.5   AT\ COMMANDS:
  963.  
  964. 8.6.2.1   \An - Select Maximum MNP Block Size:
  965.    The modem will operate an MNP error corrected link using a maximum block 
  966.    size controlled by the parameter supplied.  The parameter value, if 
  967.    valid, is written to S40 bits 6 and 7.
  968.       \A0  64 characters
  969.       \A1  128 characters  Default
  970.       \A2  192 characters
  971.       \A3  256 characters
  972.  
  973. 8.6.2.2   \Bn - Transmit Break to Remote:
  974.    In non-error correction mode, the modem will transmit a break signal to the 
  975.    remote modem with a length in multiples of 100 mS according to parameter 
  976.    specified.  If a number in excess of 9 is entered, 9 is used.  The command 
  977.    works in conjunction with the \K command. In error correction mode, the 
  978.    modem will signal break through the active error correction protocol, 
  979.    giving no indication of the length.
  980.       \B1-\B9   Break length in 100 mS units. (default = 3) (Non-error 
  981.                 corrected mode only) 
  982.    NOTE:   When the modem receives a break from the remote modem, break is 
  983.            passed to the DTE as follows:  In non-error correction mode, the 
  984.            length is passed.  
  985.  
  986. 8.6.2.3   \Ln - MNP Block/Stream Mode Select:
  987.    At connection time, this command controls the selection between block and 
  988.    stream modes of operation in MNP.  The parameter value, if valid, is 
  989.    written to S41 bit 4.
  990.       \L0   Use stream mode for MNP connection.  Default
  991.       \L1   Use interactive block mode for MNP connection.  This command will 
  992.             accept block mode but implement stream mode.
  993.  
  994. 8.5.1   \Gn - Modem-to-Modem Flow Control (XON/XOFF):
  995.    In non-error correction mode, the modem enables or disables the generation 
  996.    or recognition of modem-to-modem XON/XOFF flow control according to the 
  997.    parameter supplied.  The parameter value, if valid, is written to S41 
  998.    bit 3.   In error correction mode, the setting of modem-to-modem XON/XOFF 
  999.    flow control is ignored.  However, the serial port flow control settings 
  1000.    (AT&K) remain active during a reliable link.   Due to the buffering system 
  1001.    used in the modem, modem-to-modem flow control is normally disabled.
  1002.       \G0   Disables modem-to-modem XON/XOFF flow control.  Default
  1003.       \G1   Enables modem-to-modem XON/XOFF flow control.
  1004.  
  1005. 8.5.2   \Kn - Break Control:
  1006.    Controls the response of the modem to a break received from the DTE or the 
  1007.    remote modem or the \B command according to the parameter supplied.  The 
  1008.    parameter value, if valid, is written to S40 bits 3, 4, and 5.  The 
  1009.    response is different for three separate states.
  1010.    The first state is where the modem receives a break from the DTE when the 
  1011.    modem is operating in data transfer mode:
  1012.       \K0   Enter on-line command mode, no break sent to the remote modem.
  1013.       \K1   Clear data buffers and send break to remote modem.
  1014.       \K2   Same as 0.
  1015.       \K3   Send break to remote modem immediately.
  1016.       \K4   Same as 0.
  1017.       \K5   Send break to remote modem in sequence with transmitted data. 
  1018.              Default.
  1019.    The second state is where the modem is in the on-line command state 
  1020.    (waiting for AT commands) during a data connection, and the \B is received 
  1021.    in order to send a break to the remote modem:
  1022.       \K0   Clear data buffers and send break to remote modem.
  1023.       \K1   Clear data buffers and send break to remote modem. (Same as 0)
  1024.       \K2   Send break to remote modem immediately.
  1025.       \K3   Send break to remote modem immediately. (Same as 2)
  1026.       \K4   Send break to remote modem in sequence with data.
  1027.       \K5   Send break to remote modem in sequence with data. (Same as 4) 
  1028.             Default
  1029.    The third state is where a break is received from a remote modem during a 
  1030.    non-error corrected connection:
  1031.       \K0   Clears data buffers and sends break to the DTE.
  1032.       \K1   Clears data buffers and sends break to the DTE. (Same as 0)
  1033.       \K2   Send a break immediately to DTE.
  1034.       \K3   Send a break immediately to DTE. (Same as 2)
  1035.       \K4   Send a break in sequence with received data to DTE.
  1036.       \K5   Send a break in sequence with received data to DTE. (Same as 4) 
  1037.              Default
  1038.    Note:   When S82 is modified, the modem converts the Hayes specific value 
  1039.            to the \K format and updates S40 to match.
  1040.  
  1041.  
  1042. 8.5.3   \Nn - Operating Mode:
  1043.    This command controls the preferred error correcting mode to be negotiated 
  1044.    in a subsequent data connection.  This command is affected by the firmware  
  1045.    configuration.
  1046.       \N0   Selects normal speed buffered mode (disables error-correction 
  1047.             mode) (Forces &Q6)
  1048.       \N1   Serial interface selected - selects direct mode and is equivalent 
  1049.             to &M0, &Q0 mode of operation. (forces &Q0)  Parallel interface 
  1050.             selected - Same as \N0.
  1051.       \N2   Selects reliable (error-correction) mode.  The modem will first 
  1052.             attempt an LAPM connection and then an MNP connection.  Failure to 
  1053.             make a reliable connection results in the modem hanging up. 
  1054.             (Forces &Q5, S36=4, and S48=7) 
  1055.       \N3   Selects auto reliable mode.  This operates the same as \N2 except 
  1056.             failure to make a reliable connection results in the modem falling 
  1057.             back to the speed buffered normal mode. (Forces &Q5, S36=7, and 
  1058.             S48=7)  Default
  1059.       \N4   Selects LAPM error-correction mode.  Failure to make a LAPM error-
  1060.             correction connection results in the modem hanging up. (Forces &Q5 
  1061.             and S48=0) NOTE:  The   -K1 command can override the \N4 command.
  1062.       \N5   Selects MNP error-correction mode.  Failure to make an MNP error-
  1063.             correction connection results in the modem hanging up. (Forces 
  1064.             &Q5, S36=4, and S48=128)
  1065.  
  1066. 8.8.3.2   \S - Report Active Configuration (Not supported on all modems)
  1067. The modem reports the current (active) configuration for display.
  1068.  
  1069.  
  1070. 8.6.1   AT% Commands:
  1071.  
  1072. 8.6.1.1   %C - Enable/Disable Data Compression:
  1073.    Enables or disables data compression negotiation.  The modem can perform data 
  1074.    compression only on an error corrected link.  The parameter value, 
  1075.    if valid, is written to S41 bits 0 and 1.
  1076.       %C0   Disables data compression.  Resets S46 bit 1.
  1077.       %C1   Enables MNP 5 data compression negotiation.  Resets S46 bit 1.
  1078.       %C2   Enables V.42bis data compression.  Sets S46 bit 1.
  1079.       %C3   Enables both V.42bis and MNP 5 data compression.  Sets S46 bit 1. 
  1080.              Default
  1081.  
  1082. 8.7   MNP 10 COMMANDS: (Applies only to XJ2144, CC4144, and EM1144T models.)
  1083.  
  1084.  
  1085. 8.7.1   AT) Commands:
  1086.  
  1087.  
  1088. 8.7.1.1   )Mn - Enable Cellular Power Level Adjustment:
  1089.    Enables or disables automatic adjustment of the transmit power level during 
  1090.    link negotiation for reliable links to accommodate the signaling 
  1091.    requirements of cellular telephone equipment.  The parameter value, if 
  1092.    valid, is written to S40 bit 2.  Note that the @Mn command sets the 
  1093.    initial transmit level.
  1094.       )M0   Disables power level adjustment during MNP 10 link negotiation. 
  1095.              Default
  1096.       )M1   Enables power level adjustment during MNP 10 link negotiation.
  1097.  
  1098. 8.7.2   AT* and AT- Commands:
  1099.  
  1100. 8.7.2.1   *Hn - Link Negotiation Speed:
  1101.    This command controls the connection speed for link negotiations before 
  1102.    upshift occurs between two MNP Class 10 modems.  The parameter value, if 
  1103.    valid, is written to S28 bits 6 and 7.
  1104.       *H0   Link negotiation occurs at the highest supported speed.  Default
  1105.       *H1   Link negotiation occurs at 1200 bps.
  1106.       *H2   Link negotiation occurs at 4800 bps.
  1107.  
  1108. 8.7.2.2   -Kn - MNP Extended Services:
  1109.    Enables or disables conversion of a V.42 LAPM connection to an MNP 10 
  1110.    connection.    The parameter value, if valid, is written to S40 bit 0.
  1111.       -K0   Disables V.42 LAPM to MNP 10 conversion.   Default
  1112.       -K1   Enables V.42 LAPM to MNP 10 conversion.
  1113.       -K2   Enables V.42 LAPM to MNP 10 conversion; inhibits MNP Extended 
  1114.             Services initiation during V.42 LAPM answer mode detection 
  1115.             phase.
  1116.  
  1117. 8.7.2.3   -Qn - Enable Fallback to V.22 bis/V.22:
  1118.    Enables or disables fallback from MNP 10 to V.22 bis/V.22.  The parameter 
  1119.    value, if valid, is written to S41 bit 7.
  1120.       -Q0   Disables fallback to 2400 bps (V.22bis) and 1200 bps (V.22).  
  1121.             Fallback is enabled only to 4800 bps.
  1122.       -Q1   Enables fallback to 2400 bps (V.22bis) and 1200 bps (V.22). 
  1123.              Default
  1124.  
  1125. 8.7.2.4   @Mn - Initial Cellular Power Level Setting:
  1126.    Sets the initial transmit power level for upshift at connect until line 
  1127.    conditions can be determined.  @M0 corresponds to -26 dBm, @M1 corresponds 
  1128.    to -30 dBm, @M2 through @M10 correspond to -10 dBm, and @M11 through @M31 
  1129.    correspond to -11 dBm to -31 dBm , respectively.  The parameter value, if 
  1130.    valid, is written to S201 bit 0-4.
  1131.       @M0      -26 dBm
  1132.       @M1      -30 dBm
  1133.       @M2      -10 dBm
  1134.       @M3 - @M10   -10 dBm
  1135.       @M11      -11 dBm
  1136.       @M12      -12 dBm
  1137.       @M13      -13 dBm
  1138.       @M14      -14 dBm
  1139.       @M15      -15 dBm      
  1140.       @M16      -16 dBm
  1141.       @M17      -17 dBm
  1142.       @M18      -18 dBm
  1143.       @M19      -19 dBm
  1144.       @M20      -20 dBm      
  1145.       @M21      -21 dBm
  1146.       @M22      -22 dBm
  1147.       @M23      -23 dBm
  1148.       @M24      -24 dBm
  1149.       @M25      -25 dBm      
  1150.       @M26      -26 dBm  Default
  1151.       @M27      -27 dBm
  1152.       @M28      -28 dBm
  1153.       @M29      -29 dBm
  1154.       @M30      -30 dBm
  1155.       @M31      -31 dBm      
  1156.  
  1157.  
  1158. 8.7.2.5   :E - Compromise Equalizer Enable:
  1159.    Enables or disables the V.32 compromise equalizer.  The parameter value, if
  1160.    valid, is written to S201 bit 5.  This command can be used when the modem 
  1161.    is attached to either a flat line or a cellular connection.
  1162.       :E0   Disables the equalizer.
  1163.       :E1   Enables the equalizer.  Default
  1164.  
  1165.  
  1166.  
  1167. 8.13   REGISTER SUMMARY:
  1168.  
  1169. How S Registers work
  1170. --------------------     
  1171.      Your Megahertz modem has storage spaces called registers which can hold 
  1172.      a user-specified range of values. To set all registers to their default
  1173.      values issue an AT&F <enter> in the terminal mode of a communications 
  1174.      package. To set the value of a specific register, issue an 
  1175.      ATSn=xxx <enter >, where n is the register number, and xxx is the 
  1176.      decimal (base 10) value. 
  1177.      For example, to change register 8 to wait for 3 seconds when a comma 
  1178.      is encountered in the dialing string, you would type in ATS8=3 <enter>
  1179.      in terminal mode. 
  1180.     
  1181.      The "Save?" column indicates if the register's contents are saved
  1182.      in a user profile when an AT&W or AT&W1 is issued to the modem.         
  1183.  
  1184. Registers not specifically listed are reserved or unsupported.
  1185.  
  1186. Register           Function                   Range        Units      Default
  1187. -------- -----------------------------------  ------   ------------   -------
  1188. S0       Rings to Auto-Answer                 0-255        Rings      0
  1189. S1       Ring Counter                         0-255        Rings      0
  1190. S2       Escape Character                     0-255        ASCII      43
  1191. S3       Carriage Return Character            0-127        ASCII      13
  1192. S4       Line Feed Character                  0-127        ASCII      10
  1193. S5       Backspace Character                  0-255        ASCII      8
  1194. S6       Wait Time for Dial Tone              2-255        seconds    4
  1195. S7       Wait for Carrier                     1-255        seconds    50
  1196. S8       Pause Time for (,) Comma             0-255        seconds    2
  1197. S9       Carrier Detect Response Time         1-255        1/10 sec   6
  1198. S10      Carrier Loss Disconnect Time         1-255        1/10 sec   14
  1199. S11      Touch Tone (DTMF) Duration           50-255       1/1000 sec 95
  1200. S12      Escape Code Guard Time               0-255        2/100sec   50
  1201. S14      General Bit Mapped Options                                   138 (8ah)
  1202. S16      Test Mode Bit Mapped Options (&T)                            0
  1203. S18      Test Timer                           0-255        seconds
  1204. S21      V.24/General Bit Mapped Options--                            4 (04h)
  1205. S22      Speaker/Results Bit Mapped Options--                         117 (75h)
  1206. S23      General Bit Mapped Options--                                 55 (37h)
  1207. S24      Sleep Inactivity Timer               0-255        seconds    0
  1208. S25      Delay to DTR off                     0-255        1/100 sec  5
  1209. S26      RTS-to-CTS Delay                     0-255        1/100 sec  1
  1210. S27      General Bit Mapped Options--                                 73 (49h)
  1211. S28      General Bit Mapped Options--                                 0
  1212. S29      Flash Dial Modifier Time             0-255        10 ms      0
  1213. S30      Disconnect Activity Timer            0-255        10 sec     0
  1214. S31      General Bit Mapped Options--                                 2
  1215. S32      XON Character                        0-255        ASCII      17 (11h)
  1216. S33      XOFF Character                       0-255        ASCII      19 (13h)
  1217. S36      LAPM Failure Control--                                       7
  1218. S37      Line Connection Speed--                                      0
  1219. S38      Delay Before Forced Hangup           0-255        seconds    20
  1220. S39      Flow Control--                                               3
  1221. S40      General Bit Mapped Options--                                 105 (69h) No MNP 10. 107 (6Bh) MNP 10
  1222. S41      General Bit Mapped Options--                                 3
  1223. S46      Data Compression Control--                                   138
  1224. S48      V.42 Negotiation Control--                                   7
  1225. S80      Soft Switch Functions--                                      0
  1226. S82      LAPM Break Control--                                         128 (40h)
  1227. S86      Call Failure Reason Code            0-255
  1228. S91      PSTN Transmit Attenuation Level     l0-15         dBm        10
  1229. S92      Fax Transmit Attenuation Level      l0-15         dBm        10
  1230. S95      Result Code Messages Control--                               0
  1231. S99      Leased Line Transmit Level          0-15          dBm        10
  1232. S201     Cellular Transmit Leve              l0-63                    58
  1233. S202     Remote Access Escape Character      0-255         ASCII      170
  1234.  
  1235.  
  1236.  
  1237.  
  1238.  
  1239. 9.0     XJ3144 and CC6144 Commands
  1240. =============================================================================
  1241.  
  1242. The commands listed below apply only to the XJ3144 and CC6144.
  1243.  
  1244.  
  1245. Dn      Dial
  1246. ------------
  1247.  
  1248. In addition to the dial modifiers listed under the Dn command hading in
  1249. Section 1.0, the following modifiers are available on the XJ3144 and CC6144.
  1250.  
  1251.         J       Perform MNP10 link negotiation at highest speed for this call
  1252.                 only.
  1253.  
  1254.         K       Enable power level adjustment during MNP10 link for this call
  1255.                 only.
  1256.  
  1257.         R       Wait 10 seconds after dialing and go into answer mode.  Must
  1258.                 appear at end of dial string.
  1259.  
  1260.         &       Wait for credit card bong.
  1261.  
  1262.  
  1263. In      Product Identification
  1264. ------------------------------
  1265.  
  1266. In addition to the product identification commands listed in Section 1.0, I7
  1267. can be used to report which cellular cable is attached, if any.
  1268.  
  1269.  
  1270. &Fn     Restore Factory Profile
  1271. -------------------------------
  1272.  
  1273. When an &F is issued, -SEC is set to 0, disabling MNP10EC.  &F1 sets -SEC to
  1274. 1, enabling MNP10EC.  See -SEC below.
  1275.  
  1276.  
  1277. -SDR=n  Distinctive Ring Reporting
  1278. ----------------------------------
  1279.  
  1280.         -SDR=1      Type 1 Distinctive Ring Detect
  1281.         -SDR=2      Type 2 Distinctive Ring Detect
  1282.         -SDR=3      Type 1 and Type 2 Distinctive Ring Detect
  1283.         -SDR=4      Type 3 Distinctive Ring Detect
  1284.         -SDR=5      Type 1 and Type 3 Distinctive Ring Detect
  1285.         -SDR=6      Type 2 and Type 3 Distinctive Ring Detect
  1286.         -SDR=7      Types 1, 2, and 3 Distinctive Ring Detect
  1287.  
  1288.  
  1289.     Distinctive Ring Types
  1290.  
  1291.     Type        On     Off    On     Off     On     Off    Sound
  1292.     -------------------------------------------------------------------------
  1293.       1         2.0    4.0                                 Rinnnnnnnnnng
  1294.       2         0.8    0.4    0.8    4.0                   Ring Ring
  1295.       3         0.4    0.2    0.4    0.2    0.8     4.0    Ring Ring Rinnng
  1296.  
  1297.  
  1298. -SEC=n  LAPM and MNP Link Control
  1299. ---------------------------------
  1300.  
  1301.         -SEC=0          Disable LAPM or MNP10.  EC transmit level set in
  1302.                         register S91.
  1303.  
  1304.         -SEC=1,0..30    Enable LAPM or MNP10.  EC transmit level set to value
  1305.                         after comma (0 to 30).
  1306.  
  1307.  
  1308. ~Dn     Factory Configured Operating Profile
  1309. --------------------------------------------
  1310.  
  1311.         ~D0     Disable (No Error Correction, No Data Compression)
  1312.         ~D1     MNP4
  1313.         ~D2     MNP5
  1314.         ~D3     V.42
  1315.         ~D4     V.42bis
  1316.  
  1317. $H      Help Screen
  1318. -------------------
  1319.  
  1320. Sending the $H command causes the modem to return the following help screen:
  1321.  
  1322. Type in the letters AT followed by one of the following commands (CMD),
  1323. to activate the following modem features.
  1324.  
  1325. CMD   MODEM FEATURE                     CMD   MODEM FEATURE
  1326. ---   -------------                     ---   -------------
  1327. $H    Displays this help screen         F0    Enable auto-mode detection
  1328. &F0   Reset to Factory Defaults         F5    Force 2400 connection
  1329. %C0   Disable Data Compression          F8    Force 9600 connection
  1330. %C3   Enable Data Compression           F10   Force 14400 connection
  1331. &K0   Disable Flow Control              M0    Set Speaker - always off
  1332. &K3   Enable RTS/CTS Flow Control       M1    Set Speaker - on until connect
  1333. &K4   Enable XON/XOFF Flow Control      L0    Set Speaker volume low
  1334. X3    Disable Dialtone detection        L2    Set Speaker volume medium
  1335. X4    Enable Dialtone detection         L3    Set Speaker volume high
  1336. ~D0   Disable error and data compression
  1337. ~D1   Enable MNP4 (error correction without data compression)
  1338. ~D2   Enable MNP5 (MNP4 with 2:1 data compression)
  1339. ~D3   Enable V.42 (error correction)
  1340. ~D4   Enable V.42bis (V.42 with 4:1 data compression)
  1341.  
  1342.  
  1343.  
  1344.  
  1345. 10.0    S Register Definitions
  1346. =============================================================================
  1347.  
  1348. 8.14.1   S0 - Number of Rings to Auto-Answer:
  1349.    Sets the number of the rings required before the modem automatically 
  1350.    answers a call.  Setting this register to zero disables auto-answer mode.
  1351.       Range: 0-255 rings
  1352.       Default:  0 (US models)
  1353.          2 (W-Class models)
  1354.  
  1355. 8.14.2   S1 - Ring Counter:
  1356.    S1 is incremented each time the modem detects ring signal on the telephone 
  1357.    line.  S1 is cleared if no rings occur over an eight second interval.
  1358.       Range: 0-255 rings
  1359.       Default: 0
  1360.  
  1361. 8.14.3   S2 - Escape Character:
  1362.    S2 holds the decimal value of the ASCII character used as the escape 
  1363.    character.  The default value corresponds to an ASCII "+".  A value over 
  1364.    127 disables the escape process, i.e., no escape character will be 
  1365.    recognized.
  1366.       Range: 0-255, ASCII decimal
  1367.       Default: 43 (+)
  1368.  
  1369. 8.14.4   S3 - Carriage Return Character:
  1370.    Sets the command line and result code terminator character.  Pertains to 
  1371.    asynchronous operation only.
  1372.       Range: 0-127, ASCII decimal
  1373.       Default: 13 (Carriage Return)
  1374.  
  1375. 8.14.5   S4 - Line Feed Character:
  1376.    Sets the character recognized as a line feed.  Pertains to asynchronous 
  1377.    operation only.  The Line Feed control character is output after the 
  1378.    Carriage Return control character if verbose result codes are used.
  1379.       Range: 0-127, ASCII decimal
  1380.       Default: 10 (Line Feed)
  1381.  
  1382. 8.14.6   S5 - Backspace Character:
  1383.    Sets the character recognized as a backspace.  Pertains to asynchronous 
  1384.    operation only.  The modem will not recognize the Backspace character if it 
  1385.    is set to a value that is greater than 32 ASCII.  This character can be 
  1386.    used to edit a command line.  When the echo command is enabled, the modem 
  1387.    echoes back to the local DTE the Backspace character, an ASCII space 
  1388.    character and a second Backspace character; this means a total of three 
  1389.    characters are transmitted each time the modem processes the Backspace 
  1390.    character.
  1391.       Range: 0-32, ASCII decimal
  1392.       Default: 8 (Backspace)
  1393.  
  1394. 8.14.7   S6 - Wait Time for Dial Tone Before Blind Dialing, or After "W" Dial 
  1395.               Modifier (W-Class models):
  1396.    1.   Sets the length of time, in seconds, the the modem will wait before 
  1397.         starting to dial after going off-hook when blind dialing.  This 
  1398.         operation, however, may be affected by some ATX options according to 
  1399.         country restrictions.  The "Wait for Dial Tone" call progress feature 
  1400.         (W dial modifier in the dial string) will override the value in 
  1401.         register S6.
  1402.    2.   For W-Class models, S6 sets the length of time, in seconds, that the 
  1403.         modem will wait for dial tone when encountering a "W" dial modifier 
  1404.         before continuing with the next dial string parameter.  The modem 
  1405.         always pauses for a minimum of 2 seconds, even if the value of S6 is 
  1406.         less than 2 seconds.
  1407.       Range: 2-255 seconds
  1408.       Default:  4
  1409.  
  1410. 8.14.8   S7 - Wait Time For Carrier After Dial, For Silence, or For Dial Tone 
  1411.               After "W" Dial Modifier (US Models):
  1412.    1.   Sets the length of time, in seconds, that the modem will wait for 
  1413.         carrier before hanging up.  The timer is started when the modem 
  1414.         finishes dialing (originate), or 2 seconds after going off-hook 
  1415.         (answer).  In originate mode, the timer is reset upon detection of 
  1416.         answer tone if allowed by country restrictions.
  1417.    2.   Sets the length of time, in seconds, that modem will wait for silence 
  1418.         when encountering the @ dial modifier before continuing with the next 
  1419.         dial string parameter.
  1420.    3.   For US Models, S7 sets the length of time, in seconds, that modem will 
  1421.         wait for dial tone when encountering the "W" dial modifier before 
  1422.         continuing with the next dial string parameter.
  1423.       Range: 1-255 seconds
  1424.       Default: 50
  1425.  
  1426.  
  1427. 8.14.9   S8 - Pause Time For Dial Delay:
  1428.    Sets the time, in seconds, that the modem must pause when the "," dial 
  1429.    modifier is encountered in the dial string.
  1430.       Range: 2-255 seconds
  1431.       Default: 2
  1432.  
  1433. 8.14.10   S9 - Carrier Detect Response Time:
  1434.    Sets the time, in tenths of a second, that the carrier must be present 
  1435.    before the modem considers it valid and turns on RLSD.  As this time is 
  1436.    increased, there is less chance to detect a false carrier due to noise from 
  1437.    the telephone line.
  1438.       Range: 1-255 tenths of a second
  1439.       Default: 6 (0.6 second)
  1440.  
  1441. 8.14.11   S10 - Lost Carrier To Hang Up Delay:
  1442.    Sets the length of time, in tenths of a second, that the modem waits before 
  1443.    hanging up after a loss of carrier.  This allows for a temporary carrier 
  1444.    loss without causing the local modem to disconnect.  When register S10 is 
  1445.    set to 255, the modem functions as if a carrier is always present.
  1446.    The actual interval the modem waits before disconnecting is the value in 
  1447.    register S10 minus the value in register S9.  Therefore, the S10 value 
  1448.    must be greater than the S9 value or else the modem disconnects before it 
  1449.    recognizes the carrier.
  1450.       Range: 1-255 tenths of a second
  1451.       Default: 14 (1.4 seconds)
  1452.  
  1453. 8.14.12   S11 - DTMF Tone Duration:
  1454.    Sets the duration of tones in DTMF dialing (US models only).  This value 
  1455.    has no effect on pulse dialing.  For W-Class models, this parameter 
  1456.    is a country parameter loaded by ConfigurACE.
  1457.       Range: 50-255 milliseconds
  1458.       Default: 95 (95 milliseconds)
  1459.  
  1460. 8.14.13   S12 - Escape Code Guard Time:
  1461.    Defines the maximum period, in fiftieths of a second, allowed between 
  1462.    consecutive asynchronous escape characters (+) for the escape sequence to 
  1463.    be considered valid.
  1464.       Range: 0-255 1/50 of a second
  1465.       Default: 50 (1 second) 
  1466.  
  1467. 8.14.14   S13 - Reserved:
  1468.  
  1469. 8.14.15   S14 - General Bit Mapped Options:
  1470.    Indicates the status of command options.
  1471.       Default: 138 (8Ah) (10001010b)
  1472.          Bit 0 -   This bit is ignored.
  1473.          Bit 1 -   Command echo (En)
  1474.             0 =   Disabled (E0)
  1475.             1 =   Enabled (E1)  Default
  1476.          Bit 2 -   Quiet mode (Qn)
  1477.             0 =  Send result codes (Q0)  Default
  1478.             1 =  Do not send result codes (Q1)
  1479.          Bit 3 -   Result codes (Vn)
  1480.             0 =  Numeric (V0)
  1481.             1 =  Verbose (V1)  Default
  1482.          Bit 4 -   Reserved
  1483.          Bit 5 -   Tone (T)/Pulse (P)
  1484.             0 =  Tone (T)  Default
  1485.             1 =  Pulse (P)
  1486.          Bit 6 -   Reserved
  1487.          Bit 7 -   Originate/Answer
  1488.             0 =  Answer
  1489.             1 =  Originate  Default
  1490.  
  1491. 8.14.16   S15 - Reserved:
  1492.  
  1493. 8.14.17   S16 - General Bit Mapped Test Options:
  1494.    Indicates the test in progress status.
  1495.       Default: 0
  1496.          Bit 0 -   Local analog loopback
  1497.             0 =  Disabled  Default
  1498.             1 =  Enabled (&T1)
  1499.          Bit 1 -   Not used
  1500.          Bit 2 -   Local digital loopback
  1501.             0 =  Disabled  Default
  1502.             1 =  Enabled (&T3)
  1503.          Bit 3 -   Remote digital loopback (RDL) status
  1504.             0 =  Modem not in RDL  Default
  1505.             1 =  RDL in progress
  1506.          Bit 4 -   RDL requested (AT&T6)
  1507.             0 =  RDL not requested  Default
  1508.             1 =  RDL requested (&T6)
  1509.          Bit 5 -   RDL with self test
  1510.             0 =  Disabled  Default
  1511.             1 =  Enabled (&T7)
  1512.          Bit 6 -   Local analog loopback (LAL) with self test
  1513.             0 =  Disabled  Default
  1514.             1 =  Enabled (&T8)
  1515.          Bit 7 -   Not used
  1516.  
  1517. 8.14.18   S17 - Reserved:
  1518.  
  1519. 8.14.19   S18 - Test Timer:
  1520.    Sets the length of time, in seconds, that the modem conducts a test 
  1521.    (commanded by &Tn) before returning to the command mode.  If this register 
  1522.    value is zero, the test will not automatically terminate; the test must be 
  1523.    terminated from the command mode by issuing an &T0 or "H" command.  When 
  1524.    S18 is non-zero, the modem returns the OK message upon test termination.
  1525.       Range: 0-255 seconds
  1526.       Default: 0
  1527.  
  1528. 8.14.20   S19 - AutoSync Register:
  1529.    Defines the options for AutoSync operation (see Q4 command).  S19 must be 
  1530.    set to the desired value before &Q4 is issued.
  1531.       Default: 0
  1532.          Bit 0 -   Reserved
  1533.          Bit 1 -   BSC/HDLC format select
  1534.             0 =  BSC selected  Default
  1535.             1 =  HDLC selected
  1536.          Bit 2 -   Address detection enable/disable
  1537.             0 =  Disabled  Default
  1538.             1 =  Enabled
  1539.          Bit 3 -   NRZI/NZI coding select
  1540.             0 =  NRZI  Default
  1541.             1 =  NZI
  1542.          Bit 4 -   Idle indicator select
  1543.             0 =  Mark idle  Default
  1544.             1 =  Flag or sync idle
  1545.          Bit 5-7   Reserved
  1546.  
  1547. 8.14.21   S20 - AutoSync HDLC Address or BSC Sync Character:
  1548.    Defines the HDLC address (S19 bit 1=1) or BSC Sync character (S19 bit 1=0) 
  1549.    for AutoSync operation (See &Q4 command).  S20 must be set to the desired 
  1550.    value before &Q4 is issued.
  1551.       Range: 0-255 seconds
  1552.       Default: 0
  1553.  
  1554. 8.14.22   S21 - V.24/General Bit Mapped Options:
  1555.    Indicates the status of command options.
  1556.       Default: 4 (04h) (00000100b)
  1557.          Bit 0 -   Set by &Jn command but ignored otherwise.
  1558.             0 =  &J0  Default
  1559.             1 =  &J1
  1560.          Bit 1 -   Reserved
  1561.          Bit 2 -   CTS behavior (&Rn)
  1562.             0 =  CTS tracks RTS (&R0)
  1563.             1 =  CTS always on (&R1)  Default
  1564.          Bit 3,4 - DTR behavior (&Dn)
  1565.             0 =  &D0 selected  Default
  1566.             1 =  &D1 selected
  1567.             2 =  &D2 selected
  1568.             3 =  &D3 selected
  1569.          Bit 5 -   RLSD (DCD) behavior (&Cn)
  1570.             0 =  &C0 selected  Default
  1571.             1 =  &C1 selected
  1572.          Bit 6 -   DSR behavior (&Sn)
  1573.             0 =  &S0 selected  Default
  1574.             1 =  &S1 selected
  1575.          Bit 7 -   Long space disconnect (Yn)
  1576.             0 =  Y0  Default
  1577.             1 =  Y1
  1578.  
  1579. 8.14.23   S22 - Speaker/Results Bit Mapped Options:
  1580.    Indicates the status of command options.
  1581.       Default: 118 (76h) (01110110b)
  1582.          Bit 0,1 - Speaker volume (Ln)
  1583.             0 =  Off (L0)
  1584.             1 =  Low (L1)
  1585.             2 =  Medium (L2)  Default
  1586.             3 =  High (L3)
  1587.          Bit 2,3 - Speaker control (Mn)
  1588.             0 =  Disabled (M0)
  1589.             1 =  Off on carrier (M1)  Default
  1590.             2 =  Always on (M2)
  1591.             3 =  On during handshake (M3)
  1592.          Bit 4,5,6 - Limit result codes (Xn)
  1593.             0 =  X0
  1594.             4 =  X1
  1595.             5 =  X2
  1596.             6 =  X3
  1597.             7 =  X4  Default
  1598.          Bit 7-   Reserved
  1599.  
  1600. 8.14.24   S23 - General Bit Mapped Options:
  1601.    Indicates the status of command options.
  1602.       Default:  55 (37h) (00110111b) (US models)
  1603.          183 (B7h) (10110111b) (W-Class models)
  1604.          Bit 0-   Grant RDL
  1605.             0 =  RDL not allowed (&T5)
  1606.             1 =  RDL allowed (&T4)  Default
  1607.          Bit 1,2,3 - Assumed DTE Rate
  1608.             0 =  0 - 300 bps
  1609.             1 =  600 bps
  1610.             2 =  1200 bps
  1611.             3 =  2400 bps  Default
  1612.             4 =  4800 bps
  1613.             5 =  9600 bps
  1614.             6 =  19200 bps
  1615.          Bit 4,5 - Assumed DTE parity
  1616.             0 =  even
  1617.             1 =  not used
  1618.             2 =  odd
  1619.             3 =  none  Default
  1620.          Bit 6,7 - Guard tone (&Gn)
  1621.             0 =  None (&G0) (default for US models)
  1622.             1 =  None (&G1)
  1623.             2 =  1800 Hz (&G2) (default for W-Class models)
  1624.  
  1625. 8.14.25   S24 - Sleep Inactivity Timer:
  1626.    Sets the length of time, in seconds, that the modem will operate in normal
  1627.    mode with no detected telephone line or DTE line activity before entering 
  1628.    low-power sleep mode.  The timer is reset upon any DTE line or telephone 
  1629.    line activity.  If the S24 value is zero, neither DTE line nor telephone 
  1630.    inactivity will cause the modem to enter the sleep mode.
  1631.       Range: 0-255 seconds
  1632.       Default: 1
  1633.  
  1634. 8.14.26   S25 - Delay To DTR:
  1635.    Sets the length of time that the modem will ignore DTR before hanging 
  1636.    up.  Its units are seconds for synchronous modes and one hundredths of a 
  1637.    second for other modes.
  1638.       Range:   0-255 (1 second for synchronous modes 1;0.01 second otherwise)
  1639.       Default: 5
  1640.  
  1641. 8.14.27   S26 - RTS to CTS Delay:
  1642.    Sets the time delay, in hundredths of a second, before the modem turns CTS 
  1643.    ON after detecting an OFF-to-ON transition on RTS when &R0 is commanded.  
  1644.    Pertains to synchronous operation only.
  1645.       Range   0-255 hundredths of a second
  1646.       Default: 1
  1647.  
  1648. 8.14.28   S27 - General Bit Mapped Option:
  1649.    Indicates the status of command options.
  1650.       Default:  73 (49h) (01001001b) (US models with ECC)
  1651.          74 (4Ah) (01001010b) (US models without ECC)
  1652.           9 (09h) (00001001b) (W-Class models)
  1653.          Bit  3,1,0   Selection (&Mn/&Qn)
  1654.             3,1,0
  1655.             0,0,0 =     &M0 or &Q0
  1656.             0,0,1 =     &M1 or &Q1
  1657.             0,1,0 =     &M2 or &Q2
  1658.             0,1,1 =     &M3 or &Q3
  1659.             1,0,0 =     &Q4
  1660.             1,0,1 =     &Q5 (default for ECC models)
  1661.             1,1,0 =     &Q6 (default for non-ECC models)
  1662.          Bit 2 -   Leased line control (&Ln)
  1663.             0 =  Dial up line (&L0)  Default
  1664.             1 =  Leased line (&L1)
  1665.          Bit 4,5 - Internal clock select (&Xn)
  1666.             0 =  Internal clock (&X0)  Default
  1667.             1 =  External clock (&X1) 
  1668.             2 =  Slave clock (&X2) 
  1669.          Bit 6 -   CCITT/Bell mode select (Bn)
  1670.             0 =  CCITT mode (B0) (default for W-Class models)
  1671.             1 =  Bell mode (B1) (default for US models)
  1672.          Bit 7 - Reserved 
  1673.  
  1674. 8.14.29   S28 - General Bit Mapped Options:
  1675.       Default: 0
  1676.          Bit 0 -   V.23 split screen (\W)
  1677.             0 =  Disabled (\W0)  Default
  1678.             1 =  Enabled (\W1)
  1679.          Bit 1 -   V.23 split screen direction
  1680.             0 =  75 Tx/1200 Rx (%F1)  Default
  1681.             1 =  1200 Tx/75 Rx
  1682.          Bit 2 -   Reserved (always 0)
  1683.          Bit 3,4 - Pulse dialing (&Pn)
  1684.             0 =  39%-61% make/break ratio at 10 pulses per second(&P0)  Default
  1685.             1 =  33%-67% make/break ratio at 10 pulses per second(&P1)
  1686.             2 =  39%-61% make/break ratio at 20 pulses per second(&P2)
  1687.             3 =  33%-67% make/break ratio at 20 pulses per second(&P3)
  1688.          Bit 5 -   Reserved
  1689.          Bit 6,7 -  MNP link negotiation speed (*Hn)
  1690.             0 =  Link negotiation at highest speed (*H0)  Default
  1691.             1 =  Link negotiation at 1200 bps (*H1)
  1692.             2 =  Link negotiation at 1200 bps (*H1)
  1693.  
  1694. 8.14.30   S29 - Flash Dial Modifier Time:
  1695.    Sets the length of time, in units of 10 mS, that the modem will go on-hook 
  1696.    when it encounters the flash (!) dial modifier in the dial string.  The 
  1697.    time can be limited as it is a country dependent parameter.
  1698.       Range: 70 10 mS intervals
  1699.       Default: 70 (disabled)
  1700.  
  1701. 8.14.31   S30 - Disconnect Inactivity Timer:
  1702.    Sets the length of time, in tens of seconds, that the modem will stay 
  1703.    on-line before disconnecting when no data is sent or received.  In error-
  1704.    correction mode, any data transmitted or received will reset the timer.  
  1705.    In other modes, any data transmitted will reset the timer.  The timer is 
  1706.    inoperative in synchronous mode.
  1707.       Range: 0-255  tens of seconds (0-2550 seconds)
  1708.       Default: 0 (disabled)
  1709.  
  1710. 8.14.32   S31 - General Bit Mapped Options:
  1711.       Default: 194 (C2h) (11000010b)
  1712.          Bit 0 -   Reserved
  1713.          Bit 1 -   Controls auto line speed detection (Nn)
  1714.             0 =  Disabled (N0)
  1715.             1 =  Enabled (N1)  Default
  1716.          Bit 2,3 - Controls error correction progress messages (Wn)
  1717.             0 =  DTE speed only (W0)  Default
  1718.             1 =  Full reporting (W1)
  1719.             2 =  DCE speed only (W2)
  1720.          Bit 3 -   Reserved
  1721.          Bit 4-7 - Reserved 
  1722.  
  1723. 8.14.33   S32 - XON Character:
  1724.    Sets the value of the XON character.
  1725.       Range: 0-255, ASCII decimal
  1726.       Default: 17 (11h)
  1727.  
  1728. 8.14.34   S33 - XOFF Character:
  1729.    Sets the value of the XOFF character.
  1730.       Range: 0-255, ASCII decimal
  1731.       Default: 19 (13h)
  1732.  
  1733. 8.14.35   S34-S35 - Reserved:
  1734.  
  1735. 8.14.36   S36 - LAPM Failure Control (Applies to ECC Models Only):
  1736.       Default: 7 (07h) (00000111b)
  1737.          Bit 0-2 -   This value indicates what should happen upon a LAPM 
  1738.                      failure.  These fallback options are initiated immediately
  1739.                      upon connection if S48=128.  If an invalid number is 
  1740.                      entered, the number is accepted into the register, but 
  1741.                      S36 will act as if the default value has been entered.
  1742.             0 =   Modem disconnects.
  1743.             1 =   Modem stays on-line and a Direct mode connection is established.
  1744.             2 =   Reserved.
  1745.             3 =   Modem stays on-line and a Normal mode connection is established.
  1746.             4 =   An MNP connection is attempted and if it fails, the modem 
  1747.                   disconnects.
  1748.             5 =   An MNP connection is attempted and if it fails, a direct 
  1749.                   mode connection is established.
  1750.             6 =   Reserved.
  1751.             7 =   An MNP connection is attempted and if it fails, a normal 
  1752.                   mode connection is established.  Default
  1753.          Bit 3-7 - Reserved 
  1754.  
  1755. 8.14.37   S37 - Desired Line Connection Speed:
  1756.       Default: 0
  1757.          Bit 0-3 -   Desired line connection speed.  This is interlinked with 
  1758.                      the Fn command.  If an invalid number is entered, the 
  1759.                      number is accepted into the register, but S37 will act as 
  1760.                      if the default value has been entered.
  1761.             0  =   Attempt auto mode connection (F0).  Default
  1762.             1-3=   Attempt to connect at 300 bps (F1).
  1763.             4  =   Reserved.
  1764.             5  =   Attempt to connect at 1200 bps (F4).
  1765.             6  =   Attempt to connect at 2400 bps (F5).
  1766.             7  =   Attempt to connect at V.23 (F3).
  1767.             8  =   Attempt to connect at 4800 bps (F6).
  1768.             9  =   Attempt to connect at 9600 bps (F8).
  1769.             10 =   Attempt to connect at 12000 bps (F9).
  1770.             11 =   Attempt to connect at 14400 bps (F10).
  1771.             12 =   Attempt to connect at 7200 bps (F7).
  1772.          Bit 4-7 - Reserved
  1773.  
  1774.  
  1775. 8.14.38   S38 - Delay Before Forced Hang Up:
  1776.    This register specifies the delay between the modem's receipt of the "H" 
  1777.    command to disconnect (or ON-to-OFF transition of DTR if the modem is 
  1778.    programmed to follow the signal), and the disconnect operation.  Applicable 
  1779.    to error-correction connection only.  This register can be used to ensure 
  1780.    that data in the modem buffer is sent before the modem disconnects.
  1781.    1.   If S38 is set to a value between 0 and 254, the modem will wait that 
  1782.         number of seconds for the remote modem to acknowledge all data in the 
  1783.         modem buffer before disconnecting.  If time expires before all data is 
  1784.         sent, the NO CARRIER result code will be issued to indicate that data 
  1785.         has been lost.  If all data is transmitted prior to time-out, the 
  1786.         response to the H0 command will be OK.
  1787.    2.   If S38 is set to 255, the modem does not time-out and continues to 
  1788.         attempt to deliver data in the buffer until the connection is lost or 
  1789.         the data is delivered.
  1790.       Range: 0-255 seconds
  1791.       Default: 20
  1792.  
  1793. 8.14.39   S39 - Flow Control:
  1794.       Default: 3 (03h) (00000011b)
  1795.          Bits 0-2 - Status of command options
  1796.             0 =  No flow control
  1797.             3 =  RTS/CTS (&K3)  Default
  1798.             4 =  XON/XOFF (&K4)
  1799.             5 =  Transparent XON (&K5)
  1800.             6 =  Both methods (&K6)
  1801.          Bits 3-7 - Reserved 
  1802.  
  1803.  
  1804. 8.14.40   S40 - General Bit Mapped Options:
  1805.    Indicates the status of command options.
  1806.       Default:  104 (68h) (01101000b)
  1807.          Bit 0-1  MNP Extended Services (-Kn) [High Speed]
  1808.             0 =  Disable extended services (-K0) (default for non-MNP 10 models)
  1809.             1 =  Enable extended services (-K1) (default for MNP 10 models)
  1810.             2 =  Enable extended services (-K2)
  1811.          Bit 0 -  MNP Extended Services (-Kn) [Low Speed]
  1812.             0 =  Disable extended services (-K0) (default for non-MNP 10 models)
  1813.             1 =  Enable extended services (-K1) (default for MNP 10 models)
  1814.          Bit 1 -  Enable fallback to V.22bis/V.22 (-Qn) [Low Speed]
  1815.             0 = Disabled (-Q0)
  1816.             1 = Enabled (-Q1)  Default
  1817.          Bit 2 -  Power Level Adjustment for Cellular Use ()Mn)
  1818.             0 = Auto-adjustment ()M0)  Default
  1819.             1 = Force adjustment ()M1)
  1820.          Bit 3-5 -  Break handling (\Kn)
  1821.             0 =  \K0
  1822.             1 =  \K1
  1823.             2 =  \K2
  1824.             3 =  \K3
  1825.             4 =  \K4
  1826.             5 =  \K5  Default
  1827.          Bit 6-7 -  MNP block size (\An)
  1828.             0 =  64 chars (\A0)
  1829.             1 =  128 chars (\A1)  Default
  1830.             2 =  192 chars (\A2)
  1831.             3 =  256 chars (\A3)
  1832.  
  1833.  
  1834. 8.14.41   S41 - General Bit Mapped Options:
  1835.    Indicates the status of command options.
  1836.       Default: 131 (83h) (10000011b)
  1837.          Bits 0-1 - Compression selection (%Cn)
  1838.             0 =  Disabled (%C0)
  1839.             1 =  MNP 5 (%C1)
  1840.             2 =  V.42 bis (%C2)
  1841.             3 =  MNP 5 and V.42 bis (%C3)  Default
  1842.          Bit 2,6 -  Auto retrain and Fallback/fall forward (%En)
  1843.             Bit 6   Bit 2
  1844.             0   0 =  Retrain and Fallback/fall forward disabled (%E0)  Default
  1845.             0   1 =  Retrains enabled (%E1)
  1846.             1   0 =  Fallback/fall forward enabled (%E2) (not applicable to  
  1847.                      RC96V24AC and RC14V24AC)
  1848.          Bit 3 -   Modem-to-modem flow control
  1849.             0 =  Disabled (\G0)  Default
  1850.             1 =  Enabled (\G1)
  1851.          Bit 4 -   Block mode control (\Ln)
  1852.             0 =  Stream mode (\L0)  Default
  1853.             1 =  Block mode (\L1)
  1854.          Bit 5 -   Reserved
  1855.          Bit 7 -   Enable fallback to V.22 bis/V.22 (-Qn) [High Speed] 
  1856.             0 =  Disabled (-Q0)
  1857.             1 =  Enabled (-Q1)  Default
  1858.  
  1859. 8.14.42   S46 - Data Compression Control:
  1860.    Controls selection of compression.  The following actions are executed for 
  1861.    the given values:
  1862.       Range: 136 or 138
  1863.       Default: 138
  1864.          S46=136   Execute error correction protocol with no compression.
  1865.          S46=138   Execute error correction protocol with compression.  Default
  1866.  
  1867. 8.14.43   S48 - V.42 Negotiation Action:
  1868.    The V.42 negotiation process determines the capabilities of the remote 
  1869.    modem.  However, when the capabilities of the remote modem are known and 
  1870.    negotiation is unnecessary, this process can be bypassed if so desired.
  1871.       Range: 0, 7, or 128   If an invalid number is entered, it is accepted 
  1872.                             into the S Register, but S48 will act as if 128
  1873.                             has been entered.
  1874.       Default: 7
  1875.          S48=0      Disable negotiation; bypass the detection and negotiation 
  1876.                     phases; and proceed with LAPM.
  1877.          S48=7      Enable negotiation.  Default
  1878.          S48=128   Disable negotiation; bypass the detection and negotiation 
  1879.                    phases; and proceed at once with the fallback action 
  1880.                    specified in S36.  Can be used to force MNP.
  1881.  
  1882.  
  1883. 8.14.44   S80 - Soft-Switch Functions: (Not Supported)
  1884.    S80 is only applicable if the EPROM has been so customized by ConfigurACE. 
  1885.    S80 bits are the "soft" equivalent of four hardware input signals.  The 
  1886.    hardware signal is indicated corresponding to each bit.
  1887.       Default:  1
  1888.          Bit 0 - Must be set to a 1
  1889.          Bit 1 - Reserved
  1890.          Bit 2 - Reserved
  1891.          Bit 3 - Leased line originate/answer select
  1892.             0 =  Answer select
  1893.             1 =  Originate select
  1894.          Bit 4 - Leased line enable/disable
  1895.             0 =  Disabled
  1896.             1 =  Enabled
  1897.          Bit 5 - V.25bis/AT command mode select (AT/V25B signal)
  1898.             0 =  AT selected
  1899.             1 =  V.25bis selected
  1900.          Bit 6 - Remote configuration permitted (REMCONF signal)
  1901.             0 = Remote configuration not permitted
  1902.             1 = Remote configuration permitted
  1903.          Bit 7 - Call back security enforcement (SECACC signal)
  1904.             0 =   Call back security disabled
  1905.             1 =   Call back security enabled
  1906.  
  1907. 8.14.45   S82 - Break Handling Options:
  1908.    Break signals provide a way for the user to get the attention of the remote 
  1909.    modem.  The break type depends on the specific application.  LAPM specifies 
  1910.    three methods of break signal handling:  In sequence, expedited, and 
  1911.    destructive.  If an invalid number is entered, it is accepted into the 
  1912.    S Register, but S82 will act as if the default value has been entered.
  1913.       Range: 3, 7, or 128
  1914.       Default: 128
  1915.          S82=3     Expedited: Modem sends a break immediately; data integrity 
  1916.                    is maintained both ahead of and after the break.
  1917.          S82=7     Destructive:  Modem sends a break immediately; data being 
  1918.                    processed by each modem at the time of the break is 
  1919.                    destroyed.
  1920.          S82=128   In sequence:  Modem sends a break in sequence with any 
  1921.                    transmitted data; data integrity is maintained both ahead 
  1922.                    of and after the break.  Default
  1923.  
  1924.  
  1925. S86     Call Failure Reason Code:
  1926.  
  1927. When the modem issues a NO CARRIER result code, a value is written to this S
  1928. Register to help determine the reason for the failed connection.  S86 records
  1929. the first event that contributes to a NO CARRIER message.  The cause codes
  1930. are:
  1931.  
  1932.     S86=0   Normal disconnect, no error occurred.
  1933.  
  1934.     S86=4   Loss of carrier.
  1935.  
  1936.     S86=5   V.42 negotiation failed to detect an error-correction modem at
  1937.             the other end.
  1938.  
  1939.     S86=6   No response to feature negotiation.
  1940.  
  1941.     S86=7   This modem is asynchronous only; the other modem is synchronous
  1942.             only.
  1943.  
  1944.     S86=8   No framing technique in common.
  1945.  
  1946.     S86=9   The modems could not find a common protocol.
  1947.  
  1948.     S86=10  Bad response to feature negotiation.
  1949.  
  1950.     S86=11  No sync information from remote modem.
  1951.  
  1952.     S86=12  Normal disconnect initiated by the remote modem.
  1953.  
  1954.     S86=13  Remote modem does not respond after 10 re-transmissions of the
  1955.             same message.
  1956.  
  1957.     S86=14  Protocol violation.
  1958.  
  1959.  
  1960. S91     PSTN Transmit Attenuation Level:
  1961.  
  1962. Sets the transmit attenuation level from 0 to 15 dbm for the PSTN mode,
  1963. resulting in a transmit level from 0 to -15 dbm.
  1964.  
  1965. Default:  10 (-10 dBm transmit level)
  1966.  
  1967.  
  1968. S92     Fax Transmit Attenuation Level:
  1969.  
  1970. Sets the transmit attenuation level from 0 to 15 dbm for the fax mode,
  1971. resulting in a transmit level from 0 to -15 dbm.
  1972.  
  1973. Default:  10 (-10 dBm transmit level)
  1974.  
  1975.  
  1976. S95     Extended Result Codes:
  1977.  
  1978. The bits in this register can be set to override some of the Wn command
  1979. options.  A bit set to a 1 in this register will enable the corresponding
  1980. result code regardless of the Wn setting.  Also, refer to Table V.
  1981.  
  1982. Default: 0
  1983.  
  1984.     Bit 0 = CONNECT result code indicates DCE speed instead of DTE speed.
  1985.  
  1986.     Bit 1 = Append/ARQ to CONNECT XXXX result code in error-correction mode
  1987.             (XXXX = rate; see Table VI).
  1988.  
  1989.     Bit 2 = Enable CARRIER XXXX result code (XXXX = rate; see Table VI).
  1990.  
  1991.     Bit 3 = Enable PROTOCOL XXXX result code (XXXX = protocol identifier; see
  1992.             Table VI).
  1993.  
  1994.     Bit 5 = Enable COMPRESSION result code (XXXX = compression type; see
  1995.             Table VI).
  1996.  
  1997.  
  1998. S99     Leased Line Transmit Attenuation Level:
  1999.  
  2000. Sets the transmit level, in dbm, for the leased line mode.
  2001.  
  2002. Default: 10
  2003.  
  2004.  
  2005. S201    MNP10 Parameters:
  2006.  
  2007. The bits in this register can be set to override some of the Wn command
  2008. options.  A bit set to a 1 in this register will enable the corresponding
  2009. result code regardless of the Wn setting.  Also, refer to Table V.
  2010.  
  2011. Default: 58 (3Ah) (00111010b)
  2012.  
  2013.     Bit 0-4 =   Initial Cellular Power Level Setting (@Mn)
  2014.     Bit 5 =     Compromise Equalizer Enable Command (:En)
  2015.  
  2016.  
  2017. S202    Remote Access Escape Character:
  2018.  
  2019. S202 holds the decimal value of the ASCII character used as the escape
  2020. character in the escape sequence from on-line to Remote Access.  S202 works
  2021. similarly to S2 except that the S2 escape character is used in the escape
  2022. sequence from on-line to the command mode.
  2023.  
  2024. Range: 0-255, ASCII decimal
  2025. Default: 170 (Escape disabled)
  2026.  
  2027. A value over 127 disables the escape process, i.e., no escape character will
  2028. be recognized.  The default S202 value of 170 disables the escape process to
  2029. Remote Access (whereas the default S2 value enables escape to command mode).
  2030. If 128 is subtracted from 170 (i.e., bit 7 is reset), the resulting 42 is the
  2031. ASCII code for the "*" character.  The "*" character is commonly used as the
  2032. Remote Access escape character. The Remote Access escape sequence consists of
  2033. four characters with a fixed escape guard time of 1 second.  Only the
  2034. character selected by S202 is valid.  When the "*" is used for the escape
  2035. character, the escape sequence is "****".   The Remote Access escape sequence
  2036. works when the modems are connected in any mode (normal, LAPM or MNP) except
  2037. direct mode.  The modem on which the remote commands are typed (the "local
  2038. modem") does not need any special code associated with the remote
  2039. configuration.  The "remote modem" (whose configuration will be modified
  2040. remotely) must have Remote Configuration Mode (RCM) enabled (bit 6 of S80).
  2041. The escape sequence entered by the user on the local modem is recognized by
  2042. the remote modem, which then sends a message to the local modem prompting for
  2043. entry of the " remote password".  From then on, operation is similar to RCM
  2044. except for slight differences of presentation.  The remote modem will send a
  2045. ">" prompt before each AT command.  The user must type the AT prefix before
  2046. the command(s), which is not required by RCM.  Several commands on the same
  2047. line can be accepted.   Some potentially hazardous AT commands are barred in
  2048. Remote Access: ATO, ATZ, AT&T, AT\B, AT*C, AT*L, AT*P, and ATZ (note that ATA
  2049. and ATD are automatically barred because the modem is already connected).
  2050.  
  2051. To exit Remote Access, enter command AT*X.  Upon exiting Remote Access, the
  2052. normal data link is re- established and the "CONNECT" message is issued to
  2053. the DTE. (note that in RCM, exit is to the command mode, but actually, in
  2054. both cases, return is to the previous state before entering Remote
  2055. Access/RCM).  AT*R and AT*E commands also operate the same as in RCM.
  2056. Remote Access can be exited by typing a remote ATH command. The connection
  2057. will be terminated and a "NO CARRIER" response will be issued from the local
  2058. modem to the DTE since the hangup was actually performed by the remote modem.
  2059.  
  2060.  
  2061. =========================================================================
  2062. Copyright US Robotics Mobile Communications Corp.  All other product names
  2063. are trademarks or registered trademarks of their respective holders in the
  2064. United States and/or in other countries.
  2065.  
  2066.  
  2067.