xt - A Simple Terminal Emulator Program



History

One of the most basic needs when working in the embedded control industry is to comunicate with target processors.

After migrating to Linux from MS-DOS, we searched in vain for a simple, light-weight terminal emulator program. Such a program is necessary to talk to target processors through the RS-232 ports commonly available in PC hosts. xt was developed to satisfy this need and was derived from miniterm.c written by Sven Goldt.

Features

xt's main features are:

It should also be noted that xt performs special processing on some input characters before sending them to the serial port:

Source

You can find the source, makefile and man page here.

How to install xt

  1. Download the tarfile: xt.tgz from our ftp site
  2. Untar this file with:
        tar xzf xt.tgz
  3. Get a root shell and enter into the xt directory
  4. Type
        make install
    The makefile will compile and copy the executable in usr/local/bin and the /man page in /usr/local/man/man1.

Feedback

We offer this project in the hopes that someone will find it useful. We welcome any comments, questions, requests, or bug reports you may have regarding this project. Please feel free to contact us via email.


Copyright © Real-Time Systems Inc.
$Id: xt.html,v 1.4 2002/08/20 22:49:23 jiang Exp $