home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 94.img / FLASHLNK.ZIP / MNP_CMDS.TXT < prev    next >
Text File  |  1989-06-12  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.          MNP Command Description:
  8.  
  9.          \Cn - Set Auto-Reliable Buffer
  10.  
  11.               \C0 - Auto-Reliable buffer disabled, default.
  12.  
  13.               \C1 - Buffers 200 characters.  If the buffer fills
  14.                     before a Reliable link is negotiated, the modem
  15.                     will make a NORMAL connection.
  16.  
  17.               \C2 - If the ASCII code, set by the %A command, is
  18.                     received before a Reliable link is negotiated, the
  19.                     modem will make a NORMAL connection.
  20.  
  21.          \Jn - BPS rate adjust
  22.  
  23.               \J0 - Disable BPS Rate Adjust - The modem will NOT match
  24.                     the serial port rate to the speed of the modem
  25.                     connection.  (This mode is not available when
  26.                     using the DIRECT mode.)
  27.  
  28.               \J1 - Enable BPS Rate Adjust, default - The modem WILL
  29.                     match the serial port rate to the speed of the
  30.                     modem connection.
  31.  
  32.          \Nn - Set Operating Mode
  33.  
  34.               \N0 - NORMAL Mode - Modem will NOT attempt an MNP
  35.                     connection. Data buffering, flow control, and
  36.                     fixed data rate, bps rate adjust disabled, are
  37.                     available.
  38.  
  39.               \N1 - DIRECT Mode, default - Modem will NOT attempt an
  40.                     MNP connection, data buffering is not provided,
  41.                     and the data rate WILL be adjusted to match the
  42.                     connection.
  43.  
  44.               \N2 - RELIABLE Mode - Modem WILL attempt an MNP
  45.                     connection.  If this reliable connection fails
  46.                     then the modem will hang-up.  If sucessful, then
  47.                     error free data transfer can commence at this
  48.                     point.  Data buffering, flow control, and fixed
  49.                     data rate, bps rate adjust disabled, are
  50.                     available.
  51.  
  52.               \N3 - AUTO-RELIABLE mode - Modem WILL attempt an MNP
  53.                     connection.  If this reliable connection fails
  54.                     then the modem will connect in the NORMAL mode.
  55.  
  56.          \Qn - Set serial port Flow Control
  57.  
  58.               \Q0 - Disable Flow Control, default
  59.               \Q1 - Enable XON/XOFF
  60.               \Q2 - Enable unidirectional CTS/RTS
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.               \Q3 - Enable bidirectional CTR/RTS
  74.  
  75.          \Vn - Modify Result Code Form
  76.  
  77.               \V0 - Standard Result codes, default
  78.  
  79.               \V1 - Modified REL Result codes
  80.  
  81.                   +----------------------+---------------------------+
  82.                   | Standard Result code |  Modified REL Result code |
  83.                   +--------------+-------+-------------------+-------+
  84.                   | Long form    | Num   |  Long form        | Num   |
  85.                   +--------------+-------+-------------------+-------+
  86.                   | Connect      |  1    |  Connect 0300/REL |  20   |
  87.                   | Connect 600  |  9    |  Connect 0600/REL |  21   |
  88.                   | Connect 1200 |  5    |  Connect 1200/REL |  22   |
  89.                   | Connect 2400 | 10    |  Connect 2400/REL |  23   |
  90.                   +--------------+-------+-------------------+-------+
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.