- click
Import repo from GitHubbutton - paste
https://github.com/jhlagado/stc-forthinto theEnter https GitHub linktext field.
- select the
MAIN.z80file - press
Emulator [F10]button
- select the
TEST.z80file - press
Emulator [F10]button
- comment out line 1:
; .engine mycomputerin main.z80 or main-test.z80 files
head -c 8192 main.z80.bin > x.bin
minipro -p AT28C64B -w x.bin
Open an OS X terminal session (window) Find the right TTY device. Type:
ls /dev/cu.*With the USB-Serial adapter plugged in, you'll get a list, including something like this:
ls /dev/cu.*/dev/cu.Bluetooth-Incoming-Port /dev/cu.usbserial-AI03T2RUIf you don't have a usb serial device, install this driver:
To use a driver, for example, the bit-banged interface which runs at 4800 baud type:
screen /dev/cu.usbserial-AI03T2RU 4800To bring up the monitor on the Southern Cross, press the Fn key twice.
you should then see:
SCM 1.5 SERIAL MONITOR
ACCEPTS ONLY UPPER CASE - H FOR COMMAND LIST
>To communicate with the Southern Cross SCC-SERIAL-LCD card use 115200 baud e.g.
screen /dev/cu.usbserial-AI03T2RU 115200