home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / atari / 8bit / 4566 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  3.2 KB

  1. Path: sparky!uunet!portal!cup.portal.com!Rick_Michael_Cortese
  2. From: Rick_Michael_Cortese@cup.portal.com
  3. Newsgroups: comp.sys.atari.8bit
  4. Subject: Re: Connecting an RS232 modem to an Atari?
  5. Message-ID: <65462@cup.portal.com>
  6. Date: Tue,  8 Sep 92 11:13:02 PDT
  7. Organization: The Portal System (TM)
  8. References: <1992Sep7.231030.7510@constellation.ecn.uoknor.edu>
  9.   <65456@cup.portal.com>
  10. Lines: 95
  11.  
  12.  
  13. All the programs in the ARC file except this and "RECIEVE.PRN" are
  14. in 8-bit format so you may have to transfer them to your 8-bit
  15. before you can read them properly.
  16.  
  17. How it works: For the most part, the joystick cable can not supply
  18. enough horsepower to drive a standard RS-232 device.  What I did
  19. was use the hand shaking lines of the device we connect to for
  20. shaking their own hands/suppling their own drive current.  All the
  21. MPP drivers/telecommunication programs use joystick(2) trigger for
  22. determining if there's a carrier signal present.  We just tie this
  23. line to ground so it thinks it's connected to another device.  To
  24. use EXPRESS.MPP you just press 'G for answer phone or use 'E and
  25. just dial a '1 to get to the terminal mode.  Once in the terminal
  26. mode you have to use the Hayes command set to your modem to dial
  27. (i.e. ATDT 555-1212).  For connecting to an ST or clone, you may
  28. have to use 1/2 duplex on both ends & make sure you set the BAUD
  29. to 300!
  30.  
  31. EXAMPLE #1
  32.  
  33. NULL MODEM FOR USE WITH EXPRESS.MPP OR HANDLERS JOYSTICK(2)
  34.  
  35. You absolutely have to use the circuitry to protect your 8-
  36. bit.  RS-232 uses -5V to -15V and +5V to +15V for it's logic
  37. levels.  The inputs are high resistance so it's OK to drive
  38. them with the +5V of the Atari, but if you input a -10V on a
  39. joystick port, there could be smoke & costly repairs.
  40.  
  41.  
  42.    ______________________
  43.    \ 1   2    3   4   5 /
  44.     \  6    7   8   9  /
  45.      \________________/
  46.  
  47. The colors should be as follows:
  48.  
  49.  COLOR      PIN #
  50.  WHITE       1
  51.  BLUE        2
  52.  GREEN       3
  53.  BROWN       4
  54.  ORANGE      6
  55.  BLACK       8
  56.  
  57.  Explodo view for connection to FEMALE
  58.  DB-25
  59.  
  60.    ____
  61.   :    \____
  62.   :         \____
  63.   :              \
  64.   : 13           :
  65.   :            25:
  66.   :              :
  67.   : 12           :
  68.   :            24:
  69.   :              :
  70.   : 11           :
  71.   :            23:
  72.   :              :
  73.   : 10           :
  74.   :            22:
  75.   :              :
  76.   : 9            :
  77.   :            21:
  78.   :              :             ORANGE
  79.   : 8+---+       :             & BLACK
  80.   :      +----+20:               +
  81.   :              :               :
  82.   : 7+-----+---------------------+
  83.   :        :  +19:  5.1V         :
  84.   :       \_/    : ZENER        \_/
  85.   : 6++  /---/   :            /-----/
  86.   :   :    ++  18:               :
  87.   :   :     :    :               :
  88.   : 5++     :    :               :
  89.   :   :     :  17:               :
  90.   :   : 5.6K:    :               :
  91.   : 4++\/\/\+    :               :
  92.   :         :  16:               :
  93.   :         :    :               :
  94.   : 3+------+--------WHITE       :
  95.   :            15:               :
  96.   :              :   5.6K        :
  97.   : 2+-------------+/\/\/\/+-----+--BLUE
  98.   :            14:
  99.   :              :
  100.   : 1        ____:
  101.   :     ____/
  102.   :____/
  103.  
  104.  
  105. satile set-up.  You could really make both types of cables
  106. cheaper then you could buy a NULL connect
  107.