home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Power Pack / Visual_Basic4_Power_Pack.bin / vb4files / pclvbw11 / loopback.doc < prev    next >
Encoding:
Text File  |  1996-11-20  |  1.3 KB  |  33 lines

  1. *** LOOPBACK Adapters
  2.  
  3. A loopback adapter is a RS232 connector that is used to loop back the
  4. transmit line to the receive line for purposes of testing. Anything
  5. transmitted will be immediately received.
  6.  
  7. *** Making a LOOPBACK Adapter
  8.  
  9. A loopback adapter can easily be made from a female-female adapter. Orient
  10. the female-female adapter such that the widest part is facing up. Connect
  11. pins 2 and 3 together with a short piece of wire as shown below.
  12.  
  13.  
  14.                     Female DB 25                        Female DB 9
  15.       *****************************************      *****************
  16.      * 13 12 11 10  9  8  7  6  5  4  3==2  1  *    *  5  4  3==2  1  *
  17.       *   25 24 23 22 21 20 19 18 17 16 15 14 *      *   9  8  7  6  *
  18.        ***************************************        ***************
  19.  
  20.  
  21.           DB 25   DB 9    Pin Definition
  22.           =====   ====    ==============
  23.            7       5      Signal Ground (SG)
  24.            2       3      Transmit Data (TD)
  25.            3       2      Receive Data (RD)
  26.           20       4      Data Terminal Ready (DTR)
  27.            6       6      Data Set Ready (DSR)
  28.            4       7      Request to Send (RTS)
  29.            5       8      Clear to Send (CTS)
  30.            8       1      Carrier Detect (CD)
  31.  
  32. Note: The pin positions are reversed for male connectors.
  33.