home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / ibm / pc / rt / 610 next >
Encoding:
Internet Message Format  |  1992-11-15  |  1.6 KB

  1. Path: sparky!uunet!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!tm8t+
  2. From: tm8t+@andrew.cmu.edu (Tod McQuillin)
  3. Newsgroups: comp.sys.ibm.pc.rt
  4. Subject: Re: terminals on planar serial port RS232C interface
  5. Message-ID: <of1n=ue00XQD8=M3k=@andrew.cmu.edu>
  6. Date: 15 Nov 92 19:34:50 GMT
  7. Article-I.D.: andrew.of1n=ue00XQD8=M3k=
  8. References: <1992Nov13.035257.7985@cs.ucla.edu> <cf17p7_00XQD06=3Q4@andrew.cmu.edu>
  9.     <1e33u0INNgrb@terminator.rs.itd.umich.edu>
  10. Distribution: usa
  11. Organization: Carnegie Mellon, Pittsburgh, PA
  12. Lines: 24
  13. In-Reply-To: <1e33u0INNgrb@terminator.rs.itd.umich.edu>
  14.  
  15. honey@citi.umich.edu (Peter Honeyman) writes:
  16. > > If you're into high-performance serial I/O, I have a heavily hacked
  17. > > asy.c (thanks to Tim Theisen) which does 38400 bps (with 16550 uarts)
  18. > > pretty well.
  19. > is that the async driver we hacked up at citi, or is there something
  20. > new?  (i'm running at 57.6 kbps.)
  21.  
  22. This is the one, Peter; sorry I didn't give you credit.
  23.  
  24. In all fairness, the code is almost entirely Mr. Honeyman's, with only
  25. minor changes by Mr. Theisen (to better support PC serial cards, as I
  26. recall).  I also added in my own changes, because a floating
  27. carrier-detect line on an attached terminal was causing serial I/O to
  28. hang on the port.*
  29.  
  30. Anyhow, I certainly sould have mentioned Peter Honeyman, because even
  31. though his name isn't at the top of the RCS changelogs anymore, it
  32. certainly appears next to most of the changes!
  33.  
  34. --tod
  35.  
  36. *This involved a slight hack to only check the status of the carrier
  37. detect line when an MSR interrupt was received.
  38.