home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / MODEMS / MODEM / MDMCABLE.TXT < prev    next >
Text File  |  2000-06-30  |  5KB  |  99 lines

  1.  
  2. Date: 12-17-87 (22:56)
  3.   To: ALL
  4. From: BILL QUINN
  5. Subj: CABLES-MODEM TO COMPUTER
  6.  
  7.                  Cabling the Computer to a Modem
  8.  
  9. At the last TELESig meeting questions were asked about the proper
  10. cables to use when connecting a modem to a computer.  Someone
  11. said, "Buy a standard modem cable."  One of the questions asked
  12. was, "What is a standard modem cable?"  This will be a short
  13. discussion on cabling your modem to your computer and a  brief
  14. description of the RS-232 circuits used.
  15.  
  16. Remember that most, if not all,  modems today are wired as DCE
  17. and most computers are wired as DTE.  Note that I said most since
  18. there seems to be no standard from manufacturer to manufacturer
  19. as to the true function of the various RS-232 pin number
  20. assignments.
  21.  
  22. Let's take a look at the RS-232 (Serial Port) on your computer.
  23. A circuit may be defined as a continuous wire from the computer
  24. to the modem.  The RS-232 specification provides for 25 circuits,
  25. but less than a third of them will normally be found on a given
  26. cable on your computer.  There is a certain amount of confusion
  27. associated with the names used because there are three different
  28. naming conventions.  They are the common name, the EIA circuit
  29. name, and the CCITT circuit name.
  30.  
  31. The following table represents the pins typically needed in a
  32. cable used from a computer to a modem.  The remaining pins have
  33. been left out of the table to avoid confusion.
  34.  
  35.     PIN  NAME EIA  CCITT     DTE/DCE   FUNCTION
  36.      1   CG   AA   101       ------    Chassis ground
  37.      2   TD   BA   103       =====>    Transmit data
  38.      3   RD   BB   104       <=====    Receive data
  39.      4   RTS  CA   105       =====>    Request to send
  40.      5   CTS  CB   106       <=====    Clear to send
  41.      6   DSR  CC   107       <=====    Data set ready
  42.      7   SG   AB   102       ------    Signal ground
  43.      8   DCD  CF   109       <=====    Data carrier detect
  44.     20   DTR  CD   108.2     =====>    Data terminal ready
  45.  
  46. Note that the signal names are from the viewpoint of the DTE
  47. (e.g., Transmit Data is data being sent by the DTE {computer},
  48. but received by the DCE {modem}).
  49.  
  50. The direction of the arrows indicates which end (DTE or DCE)
  51. originates each signal, except for the ground (--).  For example,
  52. circuit 2 (TD) is originated by the DTE and received by the DCE.
  53.  
  54. When your modem is wired as DCE and your computer is wired as DTE
  55. you can use a standard cable. Should your computer be wired as
  56. DCE you would have to use the reverse cable. When connecting two
  57. computers together via the RS-232 port you will have to use the
  58. reverse cable configuration.  This configuration is also called a
  59. null modem cable.  A different wiring diagram for a null modem
  60. cable is contained in a text file on the club's BBS.  The name of
  61. the file is NULMODEM.TXT.  This wiring scheme should be tried if
  62. the reversed cable will not work for your application.
  63.  
  64. The following diagrams show the wiring needed by a standard and
  65. reverse cable.
  66.  
  67.     Standard Cable                         Reverse Cable
  68. Computer pin   Modem pin               Computer pin   Modem pin
  69.  
  70.      1 .......... 1                          1 .......... 1
  71.      2 .......... 2      Note change         2 .......... 3
  72.      3 .......... 3      Note change         3 .......... 2
  73.      4 .......... 4      Note change         4 .......... 5
  74.      5 .......... 5      Note change         5 .......... 4
  75.      6 .......... 6      Note change         6 .......... 20
  76.      7 .......... 7                          7 .......... 7
  77.      8 .......... 8                          8 .......... 8
  78.      20 ......... 20     Note change         20 ......... 6
  79.  
  80. Which cable do you need?  If your are connecting a DTE serial
  81. port on one computer to a DCE serial port on a second computer,
  82. use a standard cable.  If you are connecting a DCE to DCE or a
  83. DTE to DTE, you will need a reverse cable.  (For a direct
  84. connection to another computer you usually need a reversed cable
  85. since you are probably connecting two like devices together - DCE
  86. to DCE or DTE to DTE.)  To connect the computer to a modem you
  87. usually need a standard cable since you are connecting a DTE (the
  88. computer) to a DCE (the modem).
  89.  
  90. When you purchase or make your own serial cables make sure that
  91. you have the correct male or female plugs for your equipment.
  92. should your computer has the newer 9 pin connector that is a
  93. different story.
  94.  
  95. The file RS232.ARC on our BBS is a good tutor of the operations
  96. of a RS-232 port.  The best advise I can offer is to read your
  97. manuals for both the computer's and the modem's specification of
  98. the RS-232 connections.
  99.