home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / MODEMS / NULMODEM.ZIP / NULMODEM.TXT
Encoding:
Text File  |  1990-11-09  |  1.9 KB  |  49 lines

  1.                          Null Modem Adaptor
  2.  
  3. The following is a description and diagram of a typical Null Modem Adaptor.
  4. This adaptor is used when hooking two computers together using the 25 pin
  5. connectors on the RS232 serial ports. I made this adaptor for use with the
  6. software "Fast Wire II" but can be used for any other communication 
  7. applications. Utilizing a one-for-one 25 conductor cable and the adaptor on
  8. one end, I was able to use the software and transfer files at an incredible
  9. 115300 baud allowing a 360K file to be transfered in 30 to 40 seconds. Extra
  10. time is needed for smaller separate files but it is still very fast. The 
  11. software is especially handy when transfering from 3.5" to 5.25" disks and
  12. visa versa or for big files from hard disk to hard disk. (Yes, I like it!)
  13.  
  14. I made this document to help those who need to know how to make there own
  15. standard store bought Null Modem Adaptor. The connector part numbers are
  16. DB 25P (male) for the left side and DB 25S (female) for the right side of  
  17. this drawing.
  18.  
  19.         GND     1 >--------------------------< 1    GND
  20.  
  21.          TX     2 >--------------------------< 3    RX
  22.  
  23.          RX     3 >--------------------------< 2    TX
  24.  
  25.         RTS     4 >---|----------------------< 8    CD
  26.                       |
  27.         CTS     5 >---|                  |---< 4    RTS                
  28.                                          |
  29.          CD     8 >----------------------|---< 5    CTS
  30.  
  31.         GND     7 >--------------------------< 7    GND
  32.  
  33.         DSR     6 >--------------------------< 20   DTR
  34.  
  35.         DTR    20 >--------------------------< 6    DSR
  36.  
  37. The following describes the names for each signal:
  38.  
  39. TX  = Transmit Data
  40. RX  = Receive Data
  41. RTS = Request to Send
  42. CTS = Clear to Send
  43. CD  = Carrier Detect
  44. GND = Logic Ground
  45. DSR = Data Set Ready
  46. DTR = Data Terminal Ready
  47.  
  48. Ken Schmitz      Milwaukee, Wisconsin     Found on Exec PC BBS 414-964-5160
  49.