Skip to content

cityxen/RelayTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c80f210 Β· Jul 10, 2024
Jan 30, 2021
Jul 10, 2024
Jan 30, 2021
Jan 30, 2021
Jan 7, 2021
Jan 30, 2021

Repository files navigation

πŸŒ†πŸ…²πŸ…ΈπŸ†ƒπŸ†ˆπŸ†‡πŸ…΄πŸ…½β˜―οΈ 8 & 16 bit hijinx and programming!

Relay Tracker

Commodore 64 Version 2.2

  • v2.2 reduced overhead from PrintHex macro, now is a jsr
  • v2.1 fixes vicrel mode corruption bug on load.

All commands now working, VIC-Rel support added.

This program allows you to program and playback a sequence of states for an 8 Channel relay board similar to a VIC-Rel for the Commodore 64. It does work with the VIC-Rel (Thanks to Saj Tron for testing it). The schematic for each device will be in the folder for that machine.

Here is a brief demo of what this looks like in operation during the early stages of development: https://www.youtube.com/watch?v=qtZTxJKP-fk

C64Version

Amiga Version

Serial program made with SASC to send 16 bit binary strings to the serial bridge. Will now read in a text file of 16 bit binary strings and transfer to serial. rt.c The Amiga version of the RelayTracker works with the Click-A-Tron: https://github.com/cityxen/HACKME/tree/main/Click-A-Tron

Python Version

Sends test patterns for now