home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / ibm / pc / rt / 421 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  2.5 KB

  1. Path: sparky!uunet!walter!att!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!uakari.primate.wisc.edu!zazen!daffy!appenzell.cs.wisc.edu!tim
  2. From: tim@appenzell.cs.wisc.edu (Tim Theisen)
  3. Newsgroups: comp.sys.ibm.pc.rt
  4. Subject: Re: serial ports at >4800 baud?
  5. Message-ID: <tim.712508648@appenzell>
  6. Date: 30 Jul 92 15:04:08 GMT
  7. References: <0eR3UD200VsnQrw1om@andrew.cmu.edu>
  8. Sender: news@daffy.cs.wisc.edu (The News)
  9. Organization: U of Wisconsin CS Dept
  10. Lines: 41
  11.  
  12. Robert Andrew Ryan <rr2b+@andrew.cmu.edu> writes:
  13. > I am trying to configure some RTs as X terminals to be connected to our
  14. > network via slip.  They are floor models and have two built in serial
  15. > ports, however I have been unable to get reliable results at over 4800
  16. > baud, I get garbage and dropped characters.
  17.  
  18. The device driver in the kernel for the serial ports on the mother board
  19. does not work reliably at speed over 2400 baud.  The device driver needs
  20. to be rewritten (and I doubt that anyone will do it.)
  21.  
  22. > Also if I have hardware flow control set on in the modem once I connect
  23. > to our annex box it just sits there, if I switch the modem back to
  24. > XON/XOFF and disconnect and re-connect to the modem (before it drops the
  25. > annex connection) I get a bunch of backed up data from the annex.  When
  26. > connected to an RS/6000 9600 baud and hardware flow control seem to work
  27. > ok with the same annex.
  28.  
  29. The device drivers for either type of serial port did not support hardware
  30. flow control.
  31.  
  32. > I seem to remember reading a post here maybe a year ago about the chip
  33. > driving the serial line having only a 1 character buffer, but that it
  34. > was pin compatible with one with a 16 character buffer.  Or was that
  35. > about the 4 port serial card?
  36.  
  37. The AT Serial/Parallel card and the 4 port (unbufferd) card uses a NS16450
  38. uart.  This can be replaced with a NS16550AFN.  (I just clipped the old
  39. uart out of an AT Serial/Parallel card and soldered in a socket and inserted
  40. the NS16550AFN into the socket.)  This will provide reliable connections
  41. up to 9600 baud.  To achieve even faster speeds, compile the kernel with
  42. the a new copy of asy.c that was hacked over by Peter Honeyman and then
  43. lightly modified by me.  The new chip and software together reliably handle
  44. 38,400 bps and hardware flow control.
  45.  
  46. Hope this helps, ...Tim
  47.  
  48.           Tim Theisen           Systems Programmer
  49. Internet: tim@cs.wisc.edu       Department of Computer Sciences
  50.     UUCP: uwvax!tim             University of Wisconsin-Madison
  51.    Phone: (608)262-0438         1210 West Dayton Street
  52.      FAX: (608)262-9777         Madison, WI   53706
  53.