home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / apple2 / 23996 < prev    next >
Encoding:
Text File  |  1992-11-15  |  1.8 KB  |  46 lines

  1. Newsgroups: comp.sys.apple2
  2. Path: sparky!uunet!comp.vuw.ac.nz!actrix!David.Empson
  3. From: David.Empson@bbs.actrix.gen.nz
  4. Subject: Re: Fast modems and the SSC
  5. Organization: Actrix Information Exchange
  6. Date: Mon, 16 Nov 1992 07:44:56 GMT
  7. Message-ID: <1992Nov16.074456.13677@actrix.gen.nz>
  8. References: <01GR5CHJVLQAB7AW8E@RCNVMS.RCN.MASS.EDU> <1992Nov14.220135.23211@netcom.com>
  9. Sender: David.Empson@actrix.gen.nz (David Empson)
  10. Lines: 34
  11.  
  12. Regarding the Super Serial Card, which uses a 6551:
  13.  
  14. The 6551 has two very nasty features with its flow control inputs.  If
  15. the CTS input goes inactive, the transmit data signal is IMMEDIATELY
  16. cut off.
  17.  
  18. The other feature is that while the DCD signal is false, the 6551 will
  19. not receive any bytes.
  20.  
  21. The DSR input doesn't interfere with either receive or transmit
  22. operation.
  23.  
  24. This usually means you should avoid using CTS: use DSR instead.  DCD
  25. is practically useless, as if the modem turns off its carrier signal,
  26. you won't be able to receive any bytes (i.e. no command-mode output).
  27.  
  28.  
  29.  
  30. The CMOS 6551 (65C51) is somewhat better: CTS cuts off the transmitter
  31. after the current byte has been completely transmitted.  It has the
  32. same behaviour for DCD.
  33. Its other advantage is that disabling receive interrupts also disables
  34. the DCD and DSR change of state interrupt.  This cannot be disabled on
  35. the original 6551, which is why a IIe will usually hang if you unplug
  36. the modem from the SSC while you aren't in a comms program.
  37.  
  38. BUT, I don't think you can simply replace a 6551 with a 65C51.  We
  39. tried this in one of the products my company produces, and it didn't
  40. work reliably, because the two chips expect different types of crystals.
  41. -- 
  42. David Empson
  43.  
  44. Internet: David.Empson@bbs.actrix.gen.nz    EMPSON_D@kosmos.wcc.govt.nz
  45. Snail mail: P.O. Box 27-103, Wellington, New Zealand
  46.