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."
The AtariAge 8-bit forum.
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.
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
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.
... and 5.25 floppies aren't as easy to come by these days)
... but there's some interesting stuff about how the Atari stores info on the tape in the book De Re Atari
This makes for better backups (as you can fit a lot of disk images on 1 CD
Also:
It doesn't include the pinouts
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
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.