home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / os2 / misc / 41385 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  1.0 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!gatech!usenet.ins.cwru.edu!cleveland.Freenet.Edu!al919
  2. From: al919@cleveland.Freenet.Edu (Bruce Halco)
  3. Newsgroups: comp.os.os2.misc
  4. Subject: Make COM3 talk to COM4 -- Solved!
  5. Date: 6 Jan 1993 14:42:39 GMT
  6. Organization: Case Western Reserve University, Cleveland, Ohio (USA)
  7. Lines: 16
  8. Message-ID: <1ier4vINNqqg@usenet.INS.CWRU.Edu>
  9. NNTP-Posting-Host: hela.ins.cwru.edu
  10.  
  11.  
  12. I now have two DOS sessions communicating properly through two
  13. physical COM ports.  The two step solution was 1) replace COM.SYS
  14. and VCOM.SYS with SIO.SYS and VSIO.SYS and 2) use IRQ2 for COM4
  15. instead of IRQ9.
  16.  
  17. I had originally tried IRQ9, but COM.SYS rejected it.  SIO.SYS
  18. prefers IRQ2 for some reason.
  19.  
  20. The SIO.SYS and VSIO.SYS  got from hobbes are version 0.11.  I know
  21. there are later versions but I haven't located one yet.  A side 
  22. benefit is that throughput is MUCH better than with the original
  23. drivers.  Maybe 2x at 9600 bps, although I didn't try to 
  24. actually measure it.
  25.  
  26. More black magic than I'd like, but at least it works.
  27.