home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / setup / 2671 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  5.7 KB

  1. Xref: sparky comp.os.ms-windows.setup:2671 comp.protocols.tcp-ip.ibmpc:7404
  2. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!usc!elroy.jpl.nasa.gov!ames!agate!usenet.ins.cwru.edu!axa12-slip.DIALIN.CWRU.Edu!ashok
  3. From: ashok@biochemistry.cwru.edu (Ashok Aiyar)
  4. Newsgroups: comp.os.ms-windows.setup,comp.protocols.tcp-ip.ibmpc
  5. Subject: Re: WINQVT and SLIP? - How to do it.
  6. Date: Wed, 13 Jan 1993 01:51:19 GMT
  7. Organization: CWRU School of Medicine
  8. Lines: 112
  9. Distribution: comp
  10. Message-ID: <ashok.226.726889879@biochemistry.cwru.edu>
  11. References: <1993Jan11.150438.2051@newsie.dc.dk> <726794367snz@spell.demon.co.uk>
  12. NNTP-Posting-Host: axa12-slip.dialin.cwru.edu
  13. Summary: How to get them to work together
  14. Keywords: WinQVTnet, SLIP, SLIP8250
  15.  
  16. In article <726794367snz@spell.demon.co.uk> spell@spell.demon.co.uk (Martin Glassborow) writes:
  17. >From: spell@spell.demon.co.uk (Martin Glassborow)
  18.  
  19. >>In article <1993Jan11.150438.2051@newsie.dc.dk> ole@dc.dk writes:
  20. >>Have anybody ever tried WINQVT and SLIP with success ?
  21. >>
  22. >>Thanks in advance.....
  23. >>
  24. >Yes, with limited success using FTp's SLP16550 drivers. 
  25.  
  26. If you cannot get SLIP8250.COM to work with QVT/net, there is something 
  27. incorrect in your configuration.  I have included below a post that I sent to 
  28. all members the Trumpet beta-testing list.
  29.  
  30. If you follow these instructions precisely, you should be able to get SLIP to 
  31. work well with Windows, and WinQVT/net.
  32.  
  33. Ashok
  34.  
  35. -- Begin forwarded message --
  36. Based on my experiences on setting SLIP on a few PCs, here are my comments
  37. on setting up SLIP on a PC and SLIP with Windows in particular.
  38.  
  39. Modem:
  40. a) Turn off DTR (AT&D0&W0)
  41. b) Dial and establish the SLIP connection first.  This can be done
  42.    automatically if you use a program like SLIPDIAL (from the University of
  43.    Minnesota) which will dial and establish a SLIP connection then load the
  44.    SLIP packet driver (SLIP8250 is preferred).
  45.    My modem and several others based on the Rockwell RC144AC V.32bis data-
  46.    pump do not work with current versions of SLIPDIAL.  I therefore use a
  47.    DOS program (QMODEM) to dial the SLIP server, and automatically run a
  48.    Qmodem script file that establishes the SLIP link.
  49.    I need to turn off DTR because QMODEM drops DTR when it exits.  This hangs
  50.    up the connection, which is not very desirable.  If you use another comm. 
  51.    program such as CONEX or KERMIT to establish your SLIP connection you do 
  52.    not have to turn off DTR, as these programs give you the option of exiting 
  53.    without hanging up the connection.
  54.  
  55. SLIP drivers: (SLIP8250.COM is preferred over ETHERSL.COM)
  56. a) Try getting a version 10 SLIP driver.  Philip Burns of Northwestern
  57.    University has a modified SLIP8250.COM driver that is better at hardware
  58.    handshaking.
  59. b) Load the driver AFTER establishing the SLIP connection.  My modem is a
  60.    V.32bis modem on COM1, so here is how I load the driver.
  61.    slip8250 -w 0x62 -h SLIP 4 0x03f8 57600
  62. c) Since I use DOS TCP/IP applications in WIN 3.1 DOS boxes, I also use the
  63.    double-ended packet driver shim WinPKT.COM -- this creates a virtual
  64.    packet driver at 0x60.  DOS applications in native mode, DOS
  65.    applications in Windows 3.1 DOS boxes and Windows applications can all
  66.    use this virtual driver at 0x60.
  67.    winpkt.com 0x60 0x62
  68. d) I use QVT/Net, so I load PKTINT.COM next.  QVT/net is configured in
  69.    QVTNET.INI to use the interrupt at 0x60.
  70.    pktint.com
  71.  
  72. Windows 3.1
  73. a) Get the Cherry Hill COM Buffer from "ftp.cica.indiana.edu" and install
  74.    as directed in their instructions.  I think that the file is called
  75.    chcomb.zip.  This replaces the Windows 3.1 COM buffer with a more
  76.    robust COM buffer that provides better COM port buffering.
  77. b) Make the following modifications to the SYSTEM.INI file [386Enh]
  78.    section.
  79.    i) List all your COM ports, with their addresses and interrupts.
  80.        COM1Irq=4
  81.        COM1Base=03F8
  82.        COM2Base=02F8
  83.        COM2Irq=3
  84.        COM3Irq=5
  85.        COM3Base=03E8
  86.    ii) Give the port to which your modem is attached a generous COM buffer
  87.        COM1Buffer=10000
  88.    iii) Change the COM port AutoAssign value for the COM port that you wish
  89.        to use for your modem to ZERO.  This is the amount of time that
  90.        Windows waits in seconds before handing control of that COM port to
  91.        another application.  If you use WinQVT/net and then want to switch
  92.        from session to session, and this value is at the default value of
  93.        2 seconds, you are will get a GPF and Windows will crash.
  94.        COM1AutoAssign=0
  95.  
  96. Additional notes:
  97.  
  98. PKTMUX will not work on SLIP8250 under Windows.  Perhaps it will work on
  99. Peter's SLIP packet driver under Windows.
  100.  
  101. If you choose to use ETHERSL.COM instead of SLIP8250.COM, the
  102. instructions are exactly the same with one crucial difference.  You will
  103. have to DELETE the line "device=*vcd" from the [386Enh] section of 
  104. SYSTEM.INI.  This will interfere with running regular Windows Comm 
  105. applications (such asCrosstalk), and you will get lots of dropped characters 
  106. etc.  This is therefore not recommended.
  107.  
  108. So to summarize:
  109. a) Modify the SYSTEM.INI file in your WINDOWS directory as described above.
  110. b) Establish a SLIP connection
  111. c) Load SLIP8250, WINPKT, and PKTINT in that order
  112. d) Load Windows.
  113.  
  114. This setup works with every TCP/IP application that I have tossed at it
  115. including NuPOP, POPmail/PC, NCSA Telnet, CUTCP, WinQVT/net, the complete
  116. Trumpet suite of programs.  Please note that if you use WTCPDRV.EXE and
  117. WINTRUMP.EXE, you will have to load WTCPDRV.EXE before starting Windows.
  118.  
  119. Best wishes to all.
  120.  
  121. Ashok
  122. -- End forwarded message --
  123. ----------------------------------------------------------------------
  124.                               Ashok Aiyar 
  125.                       Department of Biochemistry
  126.                        CWRU School of Medicine
  127. ----------------------------------------------------------------------
  128.