Slashdot Mirror


Using a Generic Tape Recorder as an Atari Cassette Drive?

JoeShmoe950 asks: "I recently got my hands on an Atari 65XE. It didn't come with a floppy or a cassette drive. I started programming when I realized there was no way to save my program. I wanted to ask you people if there is any way to wire up a normal cassette recorder to an Atari. What I need is the description for what part of a tape recorder(record, mic, speaker, etc) to each pin. I want to create an alternative to buying an Atari Cassette Drive from eBay."

9 of 50 comments (clear)

  1. A better place to ask would be... by Kris_J · · Score: 5, Informative
  2. there's some useful info here: by spiny · · Score: 5, Informative

    http://www2.asw.cz/~kubecj/

    i'm more of an ST guy, but searching on google has found some info - it appears that the 65 tape drives are more akin to a modem than the Sinclair / Oric etc way of loading data, so it might not be that straightforward....

    --

    Fry: heh, Yakov Smirnoff said it
    Leela: No he didn't.
    1. Re:there's some useful info here: by sigxcpu · · Score: 4, Informative

      http://www2.asw.cz/~kubecj/atech.htm
      is the actual link to the serial interface specs

      --
      As of Postgres v6.2, time travel is no longer supported.
    2. Re:there's some useful info here: by OwnerOfWhinyCat · · Score: 4, Informative

      It's great that you found him the link.

      But this confirms my suspicion that this is a digital dataport. Other links from google indicate that the drive could play/read either of two tracks on the cassette.

      There isn't going to be any "simple" wiring to turn a six hundred baud digital data stream into the inputs to a standard tape recorder.

      Prosys [whoever s/he is] has a great little site on how to interface that same port to a standard computer. Nick Kennedy has some pretty snazzy software for dealing with that interface.

      Not only would this gain you the ability to save, but to exchange Atari stuff with other people on the Internet without the "joy" of mailing cassettes to each other.

  3. Atari by Detritus · · Score: 2, Informative

    Atari used a weird serial interface on their computer peripherals, partly to meet FCC regulations on RF emissions. Sort of like a prehistoric version of USB. I don't know if they ever published a description of the pinout, voltages and protocol. Making a controller for a cassette recorder would be a major development project.

    --
    Mea navis aericumbens anguillis abundat
  4. SIO2PC cable and De Re Atari by ip_vjl · · Score: 4, Informative

    Not what you're asking for ... but you should also pick yourself up an SIO2PC cable. It acts as a connector between your Atari and a PC. Running software on the PC like APE (Atari Peripheral Emulator) allows you to save and load disk images from the PC as if they were real disks on the Atari.

    This makes for better backups (as you can fit a lot of disk images on 1 CD ... and 5.25 floppies aren't as easy to come by these days)

    Also:
    It doesn't include the pinouts ... but there's some interesting stuff about how the Atari stores info on the tape in the book De Re Atari

    1. Re:SIO2PC cable and De Re Atari by crow · · Score: 3, Informative
      And I once wrote a Linux version of that program:

      http://www.crowcastle.net/preston/atari/

      It may need some work, but letting your Linux box act as a file server for the Atari is really cool. (It emulate the disk hardware, so you can boot off of it and everything.)

  5. Skip the tape drive, go ATR8000 by TBone · · Score: 3, Informative

    Skip trying to hack yourself a tape drive interface, and try to find yourself an ATR8000.

    The ATR8000 is a interace box that I used to have on my 800XL. Had drive controllers, ran CP/M, lots of neat stuff. Find an old 8" or 5.25" floppy drive, plug it in, and go, cause the damn thing ran just about any tape drive you could find. On top of which, it will give you the ability to learn a little CP/M if you're so inclined.

    I remember, when my dad first picked it up, playing DOnkey Kong Jr., from 8" floppies, on the ATR. It was pretty cool :)

    --

    This space for rent. Call 1-800-STEAK4U

  6. 1050 floppy or SIO2PC is a better choice by Anonymous Coward · · Score: 1, Informative

    I would suggest using either a 1050 floppy drive, probably around $20 or so on ebay, or connecting to a PC and using it for storage via SIO2PC cable.

    You didn't state what language you were programming in either. The Atari cassette drive did not really play well with the newer models: 65XE, 130XE. If you were going to be using a compiled program instead of something written with BASIC, you had to hold down the option button on the computer to disable the built in BASIC for the entire time it took to load the program via cassette tape. The cassette drive was really designed for the older Atari 400/800 series that had BASIC on a cartridge. I remember the old Action! language for the Atari, as well as Deep Blue C. Even small compiled programs written with those languages required you to hold the option button in for up to 2 minutes while the program was loading with the cassette.