home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / apollo / 3315 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.5 KB  |  36 lines

  1. Newsgroups: comp.sys.apollo
  2. Path: sparky!uunet!gumby!destroyer!terminator!pisa.citi.umich.edu!rees
  3. From: rees@pisa.citi.umich.edu (Jim Rees)
  4. Subject: Re: High speed modem attached to 3500
  5. Message-ID: <5aa90e96.1bc5b@pisa.citi.umich.edu>
  6. Sender: news@terminator.cc.umich.edu (Usenet Owner)
  7. Reply-To: Jim.Rees@umich.edu
  8. Organization: University of Michigan IFS Project
  9. References: <sasblc.714248243@ddt>
  10. Date: Wed, 19 Aug 1992 22:03:46 GMT
  11. Lines: 23
  12.  
  13. In article <sasblc.714248243@ddt>, sasblc@unx.sas.com (Brad Chisholm) writes:
  14.  
  15.   I've been testing a v.32bis modem attached to the serial port of my 3500.
  16.   Unfortunately, for speeds above 9600 baud, I seem to be losing data.  I
  17.   understand that PC's often need an upgraded UART to handle high speeds,
  18.   but would such a thing be possible for my Apollo?
  19.  
  20. The dn3500 uses a pair of Signetics 2681s for the serial ports.  These have
  21. no fifo.  I don't know if there is an equivalent pin-compatible chip with
  22. fifo like the 16550 used in IBM PCs, but even if there is, you would have to
  23. re-write the device driver to handle it.
  24.  
  25. I find that my dn3500 keeps up at 9600, but not at 19200.  The buffer space
  26. in the kernel is quite small, a couple hundred bytes, but the hardware flow
  27. control works well.  Use it.
  28.  
  29.   Since the Apollos have
  30.   an AT bus, could I add an internal modem that has its own UART, or would
  31.   I need a new serial driver also (I think there's a PD driver called FAS,
  32.   anyone know anything about this?)
  33.  
  34. You could write a driver using gpio.  I'd be interested in hearing of such a
  35. free (nothing is PD these days) driver.
  36.