Skip to content

mac-thor/C-KatceTerm

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
doc
 
 
po
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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