Skip to content

quantalume/TurBoLink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agon Terminal Client TurBoLink

https://github.com/TurBoss/TurBoLink

TurboLink Opens Port UART1 from the UEXT and GPIO pin headers and allows you to send and receive data

https://agonconsole8.github.io/agon-docs/GPIO/

Binaries distribution

Check the releases page for binaries

https://github.com/TurBoss/TurBoLink/releases

Building from sources

Get z88dk development kit

Obtain the source code using git.

Run make in the root directory of the project

git clone https://github.com/TurBoss/TurBoLink.git
cd TurBoLink
make

Should output this

z88dk-z80asm -mez80 -b -Iinclude -oturbolink.bin main.asm

turbolink.bin should have been created

Running on the agon

Copy the bin file to any place on the SD card,

placing it on /MOS has issues don't place the bin there

/ *load turbolink.bin
/ *run

Dial some server

Using a modem to dial bbs servers

This may depend on your modem but should be similar to this

ATDTserver.address:port

Please refer to each modem At commands reference docs

About

Terminal client fort Agon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 61.2%
  • Python 36.2%
  • Makefile 2.6%