An open API service indexing awesome lists of open source software.

https://github.com/rhinodevel/petpi

Raspberry Pi and Commodore PET / CBM communication via GPIO and user port.
https://github.com/rhinodevel/petpi

cbm commodore commodore-pet python raspberry raspberry-pi raspberrypi

Last synced: 7 months ago
JSON representation

Raspberry Pi and Commodore PET / CBM communication via GPIO and user port.

Awesome Lists containing this project

README

          

***The experience gained by working on this project led to my cassette port - using project called [CBM Tape Pi](https://github.com/RhinoDevel/cbmtapepi/blob/master/README.md), please check it out!***

# PetPi
Raspberry Pi and Commodore PET / CBM communication via GPIO and user port.

Current transfer speed (using ASM receiver on PET): Almost 60 bytes per second (limited by Linux!).

Working features (>v1.1.3):

- Transfer files (e.g. ASM applications) from Pi to PET's non-BASIC memory (e.g. to tape buffers) by using BASIC receiver application (see main.bas file).

- Transfer BASIC PRG files from Pi to PET's BASIC memory by using C or Python sender and ASM receiver application (see main.asm file).

- Autostart retrieved PRG files on PET.

How to:

![Photo of PetPi custom connection between Pi and PET](https://raw.githubusercontent.com/RhinoDevel/PetPi/master/howto.jpg)

- Use (e.g.) CBM prg Studio to create PRG files from BASIC (main.bas) and ASM (main.asm) receiver applications.

- Use C sender application on Pi (see main.c file, etc. - use Makefile to build).

- As an alternative to C use Python sender application on Pi (see main.py file).

Features to be implemented (will probably never happen, because there is [CBM Tape Pi](https://github.com/RhinoDevel/cbmtapepi/blob/master/README.md), now):

- Sending data (PRGs) from PET to Pi.

- (Automatically) relocate ASM receiver application in PET memory "out of the way" to be able to store more than BASIC applications in memory during retrieval from Pi.

- ...