Skip to content

mac-thor/C-KatceTerm

Repository files navigation

Description:

This is the "c" implementation of the KatCe terminal programm originaly written in Pascal.

From source to binary:

configure:

./configure [--enable-ncurses]

Use "--enable-ncurses" to force the usage of GNU ncurses instead of std. curses. Other standard autoconf options can be used. Run ./configure --help to see all.

build:

make

install:

make install

Usage

katceterm

The main terminal program. Used to operate the KatCe computer and upload and download software and programms.

katceterm [-l "serial device"] [-s "serial line speed"]

asczukat

This converts an ascii text file into the KatCE own text format.

asczukat [-i inputfile] -o outputfile

If the input file is ommited the ascii text file is read from STDIN.

katzuasc

This converts an KatCe text file into an ascii text file.

katceterm [-i inputfile] [-o outputfile]

If the input file is ommited the ascii text file is read from STDIN. And if the output file is ommited the converted file is send to STDOUT.

About

A minimal terminal program for the KatCe computer written in C for Unix like operating systems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published