home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / HILFEN / MODEM / COMCAL / AT_SET.TXT next >
Text File  |  1993-12-01  |  10KB  |  207 lines

  1.  
  2.     The following is a rundown of the Hayes "AT" Command set.
  3.  
  4.   AT -- ATtention
  5.         AT is not strictly a command; rather, it signals the modem that
  6.         a command will follow -- in essence, it says "ATtention".
  7.         This two-letter signal must appear at the beginning of a command
  8.         line.
  9.  
  10.   A/ -- Repeat
  11.         This command is not preceded by AT and need not be followed by
  12.         a carriage return. It instructs the modem to repeat the action
  13.         or actions of the previous command line.
  14.  
  15.    A  -- Answer
  16.         This command instructs the modem to begin the answer sequence
  17.         immediately. It can be used to switch from a voice call to a
  18.         data call.
  19.  
  20.   B  -- Bell/CCITT
  21.         This command instructs the modem to conform to one of several
  22.         standard modem operating protocols when transmitting at 1200
  23.         bits per second. (At any other transmission speed, the speed
  24.         selects the protocol.)
  25.          B0 causes the modem to operate in CCITT V.22 mode.
  26.          B1 causes the modem to operate in Bell 212A mode (default).
  27.  
  28.   D -- Dial
  29.        This command instructs the modem to go off-hook and dial the
  30.        numbers that follow it, then originate a data call. The Dial
  31.        command can be modified with several symbols and letters, as
  32.        follows:
  33.         P instructs the modem to use pulse dialing.
  34.         R causes the modem to establish a call in Answer Mode, rather
  35.           than in Originate Mode. This command is used to dial a call
  36.           to a modem that can only originate a call.
  37.         T instructs the modem to use tone dialing.
  38.         W directs the modem to wait until a dialtone is detected. If a
  39.           dialtone is not detected within a specified length of time,
  40.           the modem hangs up and displays "NO DIALTONE".
  41.         0-9 are the digits of a telephone number to be dialed. Can also
  42.           transmit the * and # symbols with tone dialing.
  43.         , (comma) directs the modem to pause for a specified length of
  44.           time before processing the next symbol in the command. The
  45.           default pause is 2 seconds. (The length of the pause is changed
  46.           by using the S8 command eg ATS8=2).
  47.         ; (semicolon) instructs the modem to return to command mode at the
  48.           end of the command line, instead of originating a data call.
  49.           The semicolon can be entered anywhere in the command line, and
  50.           the modem's speaker stays on until you instruct the modem to
  51.           hang up (AT H).
  52.         ! Causes a hook flash of 1/2 second.
  53.         @ Instructs the modem to wait a specified time (default 30 seconds)
  54.           for one or more rings followed by 5 seconds of silence before
  55.           processing the next symbol.
  56.         / causes a pause of 1/8 second in the dialing sequence.
  57.  
  58.   E -- Echo
  59.        E0 disables echoing of commands on the screen.
  60.        E1 causes commands to be echoed on the screen (default)
  61.  
  62.   F -- Duplex
  63.        F0 selects half-duplex
  64.        F1 selects full-duplex (default)
  65.  
  66.   H -- Hook Switch Control
  67.        H0 instructs the modem to drop the line (default).
  68.        H1 instructs the modem to seize the line.
  69.  
  70.   I -- Inquire
  71.        I0 produces the modem's identification code.
  72.        I1 produces the checksum of the ROM.
  73.        I2 causes modem to display its current transmission speed, number
  74.           of data bits, and parity in the following format.
  75.             SSSS Transmission speed: 0300 , 1200 , or 2400 (default).
  76.             L    Data bits: 7 (default) or 8
  77.             P    Parity: (E)ven (default), (O)dd, (N)one, (M)ark, or
  78.                          (S)pace.
  79.  
  80.   L -- Loudness (of speaker)
  81.        L0 sets modem speaker at low volume
  82.        L1 sets volume to the same as L0
  83.        L2 sets speaker at medium volume (default)
  84.        L3 sets speaker at high volume.
  85.  
  86.   M -- Monitor (via speaker)
  87.        M0 keeps speaker off at all times
  88.        M1 keeps speaker on until modem connection is established, then
  89.           turns it off; speaker turns back on if connection is lost --
  90.           used for data-to-voice switching. (default)
  91.        M2 Keeps speaker on at all times
  92.        M3 Keeps speaker on except when the modem detects a remote carrier
  93.           or is dialing.
  94.  
  95.   O -- On-line
  96.        This command switches the modem from Command Mode to On-Line Mode
  97.        and instructs the modem to go off-hook and originate without
  98.        dialing. You would use the On-Line command when you want to switch
  99.        from voice to data, with your modem taking control (by originating)
  100.  
  101.   Q -- Quiet
  102.        Q0 causes responses to commands to be displayed (default)
  103.        Q1 requests no responses.
  104.  
  105.   S -- S-Registers
  106.        The Modem uses a portion of its memory to store operating
  107.        information, such as the length of time it will wait for a dialtone
  108.        and the number of rings before it will answer. There are 28 of
  109.        these small partitions, called S-Registers; they are labeled
  110.        S0 through S27.
  111.         S? displays the values stored in the specidied S-Register. It
  112.            takes the form Sn? in which n is a number from 0 to 27. The
  113.            command AT? will display the value stored in the S-Register
  114.            most recently accessed.
  115.         S= sets the value in the specified S-Register. It takes the form
  116.            Sn=r in which n is the number of the register and r is the value
  117.            to be set. (Examples: S0=3;S10=90) The command AT=r changes
  118.            the value of the S-Register most recently accessed to r.
  119.  
  120.   V -- Verbose Response
  121.        V0 instructs the modem to display responses in their numerical
  122.           form.
  123.        V1 instructs the modem to display responses in verbal form (default)
  124.  
  125.   X -- Response Sets
  126.        The modem has five levels of on-screen responses. The X command
  127.        specifies the level to be displayed by the modem.
  128.        X0 specifies the minimum set of responses.
  129.        X1 like X0 but the modem does not wait for dialtone before dialing.
  130.        X2 like X1 but adds wait for dialtone before dialing.
  131.        X3 like X1 but adds call progress messages and tone detection; the
  132.           modem does not wait for dialtone before dialing.
  133.        X4 like X1 but adds call progress messages, tone detection and wait
  134.           for dialtone (default)
  135.  
  136.   Y -- Long Space Disconnect
  137.        This command specifies whether the modem will disconnect and hang up
  138.        after any break of more than 1.6 seconds. Also, when this command
  139.        is in effect, the modem will transmit a 4-second space before
  140.        dropping the line.
  141.        Y0 turns off long space disconnect (default)
  142.        Y1 turns on long space disconnect
  143.  
  144.   Z -- Reset
  145.        This command resets all operating conditions and S-Registers to
  146.        their default settings. It responds with OK on the screen before
  147.        executing the reset; you should wait 1/2 seconds before typing
  148.        any additional command.
  149.  
  150.   &D - DTR Options
  151.        This command controls the effect of dropping Data Terminal Ready
  152.        (DTR) during a data call
  153.        &D0 causes the modem to ignore DTR
  154.        &D1 causes the modem to revert back to Command Mode on the
  155.            ON-to-OFF transition of DTR
  156.        &D2 causes the modem to go back on-hook and disable auto-answer on
  157.            the ON-to_OFF transition of DTR. Auto-Answer will be re-enabled
  158.            (if it was disabled) when DTR is turned back on. (default)
  159.        &D3 causes the modem to reset on the ON-to-OFF transition of DTR
  160.  
  161.   &G - Guard Tones
  162.        This command selects the frequency of guard tones, which are used in
  163.        some telephone systems abroad but are not used in the U.S.
  164.        &G0  selects none (default)
  165.        &G1  selects 550 Hz.
  166.        &G2  selects 1800 Hz.
  167.  
  168.   &L - Line
  169.        This command chooses between standard dial-up telephone lines and
  170.        leased lines.
  171.        &L0 selects dial-up line (default)
  172.        &L1 selects leased line
  173.  
  174.   &P - Pulse Ratio
  175.        This command selects the off-hook (make) to on-hook (break) interval,
  176.        called the make-break ratio, for pulse dialing. It also controls
  177.        adaptive dialing, which means that when tone dialing is in effect
  178.        the modem checks for a dialtone after dialing the first digit; if
  179.        the dialtone persists, the modem changes to pulse dialing and
  180.        resends the first digit.
  181.        &P0 selects a ratio of 39:61 (United States) without adaptive
  182.            dialing (default)
  183.        &P1 selects 33:67 (United Kingdom, Hong Kong) without adaptive
  184.            dialing
  185.        &P2 selects U.S. timing with adaptive dialing.
  186.        &P3 selects UK timimg with adaptive dialing.
  187.  
  188.   &T - Test
  189.        This command selects the modems test and diagnostic features
  190.        and will change with individual types of modems. Example:
  191.        &T1 begins a local Analog Loopback test.
  192.        &T3 Local Digital Loopback test.
  193.        &T4 accept a request for from a remote modem for a RDL test
  194.        ** and so on **
  195.  
  196.   +++ - Escape
  197.       This command, like the Repeat command, is not preceded by AT or
  198.       followed by <return>. You must pause at least 1 second after typing
  199.       any other character before typing the Escape sequence and at least
  200.       1 second after typing it before typing anything else.
  201.        The Escape command switches the modem from On-Line Mode to Command
  202.       Mode without breaking the connection. The modem responds with OK.
  203.       You can return to On-Line Mode with the AT O command.
  204.        The Escape can also be used to terminate the self test mode.
  205.  
  206.  
  207.