home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10565 < prev    next >
Encoding:
Internet Message Format  |  1992-09-12  |  2.2 KB

  1. Path: sparky!uunet!mcsun!news.funet.fi!hydra!klaava!klaava!liljeber
  2. From: liljeber@klaava.Helsinki.FI (Mika Pekka Liljeberg)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: 57.6Kbps under Linux -- some results...
  5. Message-ID: <LILJEBER.92Sep12221433@klaava.Helsinki.FI>
  6. Date: 12 Sep 92 20:14:33 GMT
  7. References: <!nwn!6h.harp@netcom.com>
  8. Sender: liljeber@klaava.Helsinki.FI (Mika Pekka Liljeberg)
  9. Organization: Department of Computer Science, University of Helsinki, Finland
  10. Lines: 37
  11. In-Reply-To: harp@netcom.com's message of 12 Sep 92 13: 26:38 GMT
  12.  
  13. In article <!nwn!6h.harp@netcom.com> harp@netcom.com (Gregory O. Harp) wrote:
  14. > Well, since I opened my big mouth and said that 57.6Kbps probably
  15. > wasn't possible, I ended up doing some experimenting with exactly
  16. > that.
  17. > I'll summarize for those who don't want to read the whole thing.  I
  18. > can _almost_ do 57.6Kbps with my 50Mhz 486DX.  I only have 16450
  19. > UARTs, so those of you with 16550A UARTs and very fast machines should
  20. > be able to do it.
  21.  
  22. I doubt you even need a "very fast machine". Most of the overhead of
  23. handling the serial port comes from IRQ overhead and a 16550A UART is
  24. a big help there. It has a 16 character FIFO, which (theoretically)
  25. means that it generates only one interrupt every 16 characters, whereas
  26. the 16450 generates an interrupt for each character. I say theoretically,
  27. because the 16550A UART is usually programmed so that it will generate
  28. an interrupt every 8 characters, or so. At 115200 bps this will bring
  29. the number of interrupts down to what 16450 generates at 14400 bps, and
  30. still allow for some 0.7 ms of interrupt latency (it takes about 0.7 ms
  31. to fill the rest of the FIFO). This should be a piece of cake for most
  32. 386 machines.
  33.  
  34. > Later folks...
  35. >   Greg
  36. > -- 
  37. > -----------------Greg-Harp----------------harp@netcom.com------------------
  38. >   Love me, love my ferrets.               "Break out of the mold before
  39. >   Or at least love my ferrets. ;)          the mold sets in" -- B52's
  40.  
  41.  
  42.     Mika
  43. --
  44. Mika Liljeberg            Email:    liljeber@kruuna.Helsinki.FI
  45. Helsinki University            Mika.Liljeberg@Helsinki.FI
  46. Dept. of Computer Science
  47.          "All trademarks are the property of their owners"
  48.             -- Contaq 486 system board user's guide --
  49.