André's 8-bit Pages  Projects  Code  Resources  Tools  Forum
search

(Google, in new window)
follow
Follow my 8-bit tweets on
twitter
(In new window)
discuss

Discuss my site on this 6502.org forum thread

(Forum registration required to post)

Hot!

Dive into the retro feeling and build yourself a Commodore PET replica

Need more speed? Speed up your 6502 computer with this 10 MHz 6502 CPU replacement board

Interested in electronics design? Look at the design lesson I got from Bil Herd, the hardware designer of the C128

PET index - Transfer files to the PET and back

This page contains descriptions and links to projects that allow to transfer files from the PC to the PET and from the PET to the PC.

Table of content

  • Disclaimer
  • Transfer Projects
  • Disclaimer

    Whatever you do with the information in these pages or on the linked pages, I am not responsible for any damage you have for using this information. The information herein is provided AS-IS and there is no warranty whatsoever!

    Transfer Projects

    This section contains projects for file transfer.

    C2N232
    From the website: C2N232 is a Commodore C2N cassette drive (datassette) emulator with an RS-232 interface. It was designed by Marko Mäkelä (http://www.funet.fi/~msmakela/). The device allows data transfers between all 8-bit Commodore computers that are equipped with a cassette interface (PET series, VIC-20, C64, C128, 264 series, PET-II series) and any computer that has a 38400 bps RS-232 interface. Supported protocols include pulse width modulation (normal cassette LOAD/SAVE/OPEN, and any tape speeders that use at most 3 different pulse widths), and a custom protocol whose transfer speed exceeds 38400 bps already on a 1 MHz Commodore. The software is work in progress. The preferred methods of using the C2N232 are c2nload and cbmlink, the replacement of prlink.
    cbmlink
    In the same location there is cbmlink. Whereas C2N232 uses a microcontroller, cbmlink also works with a lot of different types of cables between the PET and the PC. You find a list of supported cables in the documentation.
    lptiec
    Lptiec is a small (hardware) interface to the PC printer port. It allows the PC to emulate an IEEE488 device, so that you can use the PC as a harddisk for the PET. The PC software runs on Linux.
    par2ser
    This is an experimental system that transforms the parallel IEEE488 into Commodore serial IEC. I.e. with this system the PET can use normal serial bus floppy disks like the VC1541 and company.
    CBM-HD
    In this project by Ruud Baltissen the PC can be used "to simulate various IEEE drives". It uses a cable from the printerport, with only a little additional logic. The PC software runs under DOS/WIN98-DOS.
    xs1541 in english and the xs1541 german original.
    This project uses an Atmel controller and connects the serial as well as the PET's parallel IEEE488 bus to a PC USB port! Currently, however, only reading - transfer from disk to PC - is supported!


    Return to Homepage