home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / atari / 8bit / 4567 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  2.4 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: <65464@cup.portal.com>
  6. Date: Tue,  8 Sep 92 11:14:24 PDT
  7. Organization: The Portal System (TM)
  8. References: <1992Sep7.231030.7510@constellation.ecn.uoknor.edu>
  9.   <65456@cup.portal.com>
  10. Lines: 75
  11.  
  12.  
  13. EXAMPLE #2 SIMPLE NULL MODEM FOR 1ST TRANSFER IBM=>8-BIT
  14.  
  15. This is just a quick and dirty transfer program I wrote.  It uses
  16. a slightly different cable & will work for getting a real
  17. telecommunication program to the 8-bit.  It'll transfer any file,
  18. including binary, BUT ONLY TO THE 8-BIT!
  19.  
  20. First run this program on your IBM or clone to set the serial port
  21. speed.
  22.  
  23.  10 OPEN "COM1:300,n,8,1,RS,CS0,DS0" FOR OUTPUT AS #1
  24.  20 CLOSE #1
  25.  
  26. After running it type SYSTEM & hit RETURN For transferring stuff
  27. you'll just run the Atari program;
  28.  
  29.  RECIEVE.LST
  30.  
  31. Then use MS DOS "COPY FILENAME COM1".  After the clone finishes
  32. the transfer, just hit any key on the Atari to wake it up & save
  33. the program.  I had to shut the screen off to keep the timing
  34. right.  The IBM thinks it's just hooked up to a serial printer so
  35. it'll dump the file as is.
  36.  
  37.  Explodo view for connection to FEMALE
  38.  DB-25
  39.  
  40.    ____
  41.   :    \____
  42.   :         \____
  43.   :              \
  44.   : 13           :
  45.   :            25:
  46.   :              :
  47.   : 12           :
  48.   :            24:
  49.   :              :
  50.   : 11           :
  51.   :            23:
  52.   :              :
  53.   : 10           :
  54.   :            22:
  55.   :              :
  56.   : 9            :
  57.   :            21:
  58.   :              :
  59.   : 8            :             BLACK
  60.   :            20:               +
  61.   :              :               :
  62.   : 7+---------------------------+
  63.   :            19:       5.1V    :
  64.   :              :      ZENER   \_/
  65.   : 6++          :            /-----/
  66.   :   :        18:               :
  67.   :   :          :               :
  68.   : 5++          :               :
  69.   :   :        17:               :
  70.   :   :          :               :
  71.   : 4++          :               :
  72.   :            16:               :
  73.   :              :               :
  74.   : 3            :               :
  75.   :            15:               :
  76.   :              :   5.6K        :
  77.   : 2+-------------+/\/\/\/+-----+
  78.   :            14:               :
  79.   :              :               +
  80.   : 1        ____:             WHITE
  81.   :     ____/
  82.   :____/
  83.  
  84. :      +----+20:               +
  85.   :              :               :
  86.   : 7+--
  87.