home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / laptops / 4228 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  2.4 KB

  1. Path: sparky!uunet!ogicse!emory!utkcs2!willis1.cis.uab.edu!hyatt
  2. From: hyatt@cis.uab.edu (Robert Hyatt)
  3. Newsgroups: comp.sys.laptops
  4. Subject: Re: 16550A UARTS -- WHY?
  5. Message-ID: <1992Nov10.035339.378@cis.uab.edu>
  6. Date: 10 Nov 92 03:53:39 GMT
  7. Article-I.D.: cis.1992Nov10.035339.378
  8. References: <1992Nov9.160108.36650@ns1.cc.lehigh.edu>
  9. Organization: University of Alabama at Birmingham
  10. Lines: 39
  11.  
  12. In article <1992Nov9.160108.36650@ns1.cc.lehigh.edu> etl1@ns1.cc.lehigh.edu (EMIL THOMAS LERCH) writes:
  13. >In article <1djvltINNj6k@lester.appstate.edu>, STEELEKM@CONRAD.APPSTATE.EDU (Ken
  14. > Steele) writes:
  15. >>
  16. >>
  17. >>What is the big deal about whether a machine has 16550A UARTS?
  18. >>
  19. >>What UART is typically found in a notebook?
  20. >>
  21. >>
  22. >>Ken Steele                          steelekm@conrad.appstate.edu
  23. >>Appalachian State University        steelekm@appstate.bitnet
  24. >>
  25. >A 16550AFN UART is a FIFO buffered UART which doesn't do many users much good.
  26. >It has a buffer in it so it processes interrupts less often, but that doesn't
  27. >really matter unless you're multitasking, and doesn't bother many people
  28. >unless they're running OS/2 or communicating at 9600 bps or faster.  It is
  29. >relatively new and it is rare to find one anywhere.  I've found that it is
  30. >hard to get unless you know exactly what you want, and even then it can be
  31. >difficult.  Dalco Electronics (I don't have the info with me), has I/O cards
  32. >with them, but you can also order just the chip if you want (~$15 U.S.)  If
  33. >you're running DOS plain, don't worry about one.  If you multitask with
  34. >Desqview, Windows, or OS/2, you may want to consider one as it will speed up
  35. >communications and take away some of the lag time in other apps while
  36. >communicating in the background.
  37. >
  38.  
  39. it also pays off elsewhere, when using dos.  If you use extended memory for
  40. a disk cache, interrupts are disabled while moving data from extended memory
  41. to regular memory.  much of this and you lose data with the new 9600 plus
  42. v.42bis modems where you need to communicate with it at least running 38.4kbps
  43. dividing 38.4 by 8 gives almost 5k characters per second, or 200 microseconds
  44. between interrupts.  you had better have a quick box to keep up, or else
  45. get the 16550 to buffer up to 16 characters before data overruns occur.
  46.  
  47.  
  48. -- 
  49. !Robert Hyatt                    Computer and Information Sciences   !
  50. !hyatt@cis.uab.edu               University of Alabama at Birmingham !
  51.