home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / amiga / hardware / 14075 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  2.1 KB

  1. Path: sparky!uunet!spool.mu.edu!mixcom.com!ttyytt
  2. From: ttyytt@mixcom.com (Adam Costello)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: null-modem-cable : how to make ?
  5. Message-ID: <1992Aug14.015501.26564@mixcom.com>
  6. Date: 14 Aug 92 01:55:01 GMT
  7. Article-I.D.: mixcom.1992Aug14.015501.26564
  8. References: <1992Aug13.142254.22660@sun1.ruf.uni-freiburg.de> <1992Aug13.183859.4170@fripp.ri.cadre.com>
  9. Organization: Milwaukee Internet Xchange BBS, Milwaukee, WI U.S.A.
  10. Lines: 63
  11.  
  12. In article <1992Aug13.183859.4170@fripp.ri.cadre.com> jh@cadre.com writes:
  13. >You should be able to get away with connecting pins 7 and 20 straight through
  14. >and crossing pins 2 and 3.  That's bare bones, but it should do it.  If you've
  15. >got an 8 wire cable to work with, connect 4,5,6,7,8 and 20 straight through,
  16. >and cross 2 and 3.
  17.  
  18. No!  Pins 4 and 20 (on data terminal equipment) are RTS and DTR.  These are
  19. outputs!  You never want to connect two outputs together.  There's
  20. probably protection built into the serial ports, but better safe than sorry.
  21.  
  22. There are two wirings for null-modems I would recommend, depending on
  23. whether RTS/CTS are being used for their original intended purpose (to keep
  24. the terminal from sending data when the modem isn't ready for it), or for
  25. flow control in both directions.
  26.  
  27. Original intention
  28. ------------------
  29.  
  30. shield  1 ---------  1 shield
  31.  
  32.    TXD  2 ---\ /---  2 TXD
  33.               X
  34.    RXD  3 ---/ \---  3 RXD
  35.  
  36.    RTS  4 -+     +-  4 RTS
  37.            |     |
  38.    CTS  5 -+     +-  5 CTS
  39.  
  40.   RLSD  8 -+     +-  8 RLSD
  41.            |     |
  42.    DSR  6 -+-\ /-+-  6 DSR
  43.               X
  44.    DTR 20 ---/ \--- 20 DTR
  45.  
  46.   SGND  7 ---------  7 SGND
  47.  
  48.  
  49. Flow Control
  50. ------------
  51.  
  52. shield  1 ---------  1 shield
  53.  
  54.    TXD  2 ---\ /---  2 TXD
  55.               X
  56.    RXD  3 ---/ \---  3 RXD
  57.  
  58.    RTS  4 ---\ /---  4 RTS
  59.               X
  60.    CTS  5 ---/ \---  5 CTS
  61.  
  62.   RLSD  8 -+     +-  8 RLSD
  63.            |     |
  64.    DSR  6 -+-\ /-+-  6 DSR
  65.               X
  66.    DTR 20 ---/ \--- 20 DTR
  67.  
  68.   SGND  7 ---------  7 SGND
  69.  
  70.  
  71. The only difference between the two is with RTS/CTS.  Note that RLSD
  72. (Receive Line Signal Detector) is also know as CD (Carrier Detect).
  73.  
  74. AMC
  75.