home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10497 < prev    next >
Encoding:
Text File  |  1992-09-11  |  2.1 KB  |  47 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!unislc!erc
  3. From: erc@unislc.uucp (Ed Carp)
  4. Subject: Re: running high speed modems under *nix
  5. X-Newsreader: Tin 1.1 PL5
  6. References: <pyvn4q#.harp@netcom.com>
  7. Message-ID: <1992Sep11.204217.2726@unislc.uucp>
  8. Organization: Unisys Corporation SLC
  9. Date: Fri, 11 Sep 1992 20:42:17 GMT
  10. Lines: 35
  11.  
  12. Gregory O. Harp (harp@netcom.com) wrote:
  13.  
  14. : almesber@nessie.cs.id.ethz.ch (Werner Almesberger) writes:
  15. : >The probably biggest problem with high baud rates (>38400) is, that there's
  16. : >no standard interface to select them.
  17. : Remember we're not talking about a real-time OS here, either.  Even
  18. : with the 16550's FIFO the response time might be slow enough that
  19. : you'd be dropping bytes all over the place.
  20. : In other words, I'd be extremely surprised to see anything faster than
  21. : 38.4K actually work under Linux or any Unix running on an i[34]86.  On
  22. : a loaded-down system, no way.  Remember, the serial buffers are sort
  23. : of small, too.  It might be nice to be able to re-size them, or simply
  24. : re-compile the kernel to default to larger ones. (Maybe you can do
  25. : this and I simply haven't looked...)
  26.  
  27. I looked at this some months ago.  You *can* go as high as 115K, but you
  28. have to do a little mucking around with the kernel (minor) and some muching
  29. around with tty*.h.  The only problem is, there isn't enough bits in the
  30. word to set all the baud rates.  You either have to be very selective
  31. about the baud rates you want to support, or you have to chop off some of
  32. the lower speeds.
  33.  
  34. BTW, I tried 38400 between two systems running 0.97p2 a couple of weekends
  35. ago.  It worked .. barely.  I had to drop back to 19200 to get it to work
  36. reliably - of course, I was only running 16450's.  You might be able to
  37. run 38400 between two systems running 16550's, but I'm not sure.  It's
  38. more doubtful if you could run any faster.
  39. -- 
  40. Ed Carp, N7EKG     erc@apple.com                801/538-0177
  41. "This is the final task I will ever give you, and it  goes  on  forever.   Act
  42. happy, feel happy, be happy, without a reason in the world. Then you can love,
  43. and do what you will."           -- Dan Millman, "Way Of The Peaceful Warrior"
  44.