home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / msk314.pkz / NETWORKS / SLIP8250.DOC < prev    next >
Text File  |  1994-09-28  |  948b  |  29 lines

  1. SLIP8250 -- SLIP-CLASS (CLASS 6) PACKET DRIVER FOR DOS
  2.  
  3. Command-Line format:
  4.  
  5. SLIP8250 [-n] [-d] [-w] packet_int_no [-h] [driver_class] [int_no]
  6.   [io_addr] [baud_rate] [recv_buf_size]
  7.  
  8. Note: All parameters are given on one line, in the order shown.  Trailing
  9. arguments (after packet_int_no) can be omitted.  The defaults are:
  10.  
  11.   driver_class  = SLIP (Class 6)
  12.   int_no        = 4 (for IRQ 4)
  13.   io_addr       = 03f8h (for COM1)
  14.   baud_rate     = Whatever the port is presently set to
  15.   recv_buf_size = 3000
  16.  
  17. The driver_class should be SLIP, KISS, AX.25, or a number.  A 3000-byte
  18. receive buffer is about twice as large as most programs need, but
  19. experimenting is ok.
  20.  
  21. -h enables hardware handshaking (RTS/CTS) (recommended!).  Software flow
  22. control (Xon/Xoff) is not available.
  23.  
  24. Run SLIP8250 from the DOS prompt, or from your AUTOEXEC.BAT file.  Example: 
  25.  
  26.   slip8250 0x60 SLIP 4 0x3f8 19200 3000
  27.  
  28. (End of SLIP8250.DOC)
  29.