home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / atari / 8bit / 4565 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  3.8 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: <65461@cup.portal.com>
  6. Date: Tue,  8 Sep 92 11:11:42 PDT
  7. Organization: The Portal System (TM)
  8. References: <1992Sep7.231030.7510@constellation.ecn.uoknor.edu>
  9.   <65456@cup.portal.com>
  10. Lines: 65
  11.  
  12. Rick Cortese     2/13/91
  13. 20802 Laurel Road
  14. Los Gatos, CA 95030
  15.  
  16. How to attach RS-232 devices to a joystick port.
  17.  
  18. 1st I'd like to apologize for the verbose instructions
  19. <grin>.
  20.  
  21. For those people that are worried about whether or not I have
  22. real serial ports, the answer is yes:  Both an 850 &
  23. PR:Connection.  The reason I looked into this is I felt we
  24. were loosing people from the Atari community when we
  25. recommended the standard methods of transferring data, that
  26. is:  Buy a disk drive for $200, a $16 cable, an $80
  27. interface, and a $10 null modem.  Although it was never said,
  28. I know most people probably balked at spending $300+ on a
  29. computer with a street value of $50.  I imagine most of them
  30. just bought a clone for a couple of extra bucks.  With that
  31. in mind I paid little attention to doing this right and a lot
  32. of attention to doing it cheap.
  33.  
  34. The 1st thing you'll need is a joystick cable.  Just about
  35. any cable that works with the Atari or 2600 VCS is suitable.
  36. B&C Computer Visions sells cables for $1.50 & I know San Jose
  37. Computer used to sell joystick extension cables for a buck or two.
  38. I'd recommend salvaging one from a busted joystick if possible.
  39. The other parts are readily available from Radio Shack or JDR
  40. Micro Devices in San Jose (My personal favorite).  JDR's toll free
  41. number is 800-538-5000.  JDR's minimum charge is $10 + $2.50 P&H
  42. so you may want to pick up some other goodies at the same time,
  43. like a V20 for your IBM or maybe some SIMs for your ST.
  44.  
  45. I also wrote a two short BASIC/ML routines for transferring
  46. test files between the 8-bit Atari to my ST and clone.  I've
  47. included the source code for anyone who'd like to see how
  48. it's done.  If you have an assembler you may want to see how
  49. fast you can get the transfers to go.  The one from the
  50. receiving data isn't as short as it could be, but it was
  51. short enough that I didn't bother optimizing it.  You're
  52. limited to transferring files that are less then 30,000 bytes
  53. long, but this should be enough to transfer a MPP type
  54. telecommunication program, MPP was the Co. that developed a modem
  55. that plugged into joystick port(2), type.  I didn't bother
  56. figuring out how to transfer binary files to the 8-bit from an ST
  57. because I hate ST basic that much.  I could've done it in 'C, but
  58. I think most people that have an ST also have enough software for
  59. the 8-bit to get the set-up to work.  There are many BBS's that
  60. have EXPRESS.MPP or the MPP drivers,  people like B&C Computer
  61. Visions in Santa Clara CA that sell public domain software for $3
  62. or $4, and user groups where you can get a copy.  If it's a
  63. problem, let me know & I'll do it.  I'd like to recommend that you
  64. make the RS-232 type cable then buy a "NULL MODEM FEMALE-FEMALE"
  65. type connector.  It'll be an extra $10, but you'll end up with a
  66. more versatile set-up.  You could really make both types of cables
  67. cheaper then you could buy a NULL connector, but it's up to you.
  68. I've tested the RS-232 cable with a Supra 2400, Avatex 1200, ST,
  69. and clone, they all work.  The joystick NULL cable works with the
  70. clone & ST.  For some files it well be necessary to print them to
  71. disk on the 8-bit before the ST or IBM can capture them properly.
  72. This is due to different values for carriage return and line feeds
  73. use by the different computers.  For using telecommunication
  74. software with NULL connectors make sure you are not using software
  75. that thinks it's hooked to a Hayes modem unless you have a way to
  76. force it into terminal mode.
  77.