andrewjsi / teletype

teletype helps using VT320 like serial terminal from an existing shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSS TeleType Connector

This program invoke a new shell and connect the standard output to a serial port, where is a keyboard-less serial terminal monitor equipment connected, eg. DEC VT320, VT420, VT510 or Chameleon. With this program, you can put the xterm content to an external serial terminal.

Usage

teletype <serialport> <baud> [wtime]
  • wtime - Some serial terminals can not print the received data with native baud. When the data congested, the screen is break up. If wtime parameter is set, the writting to serial port is slowed down. After each bytes written, wait 'wtime' millisecs before next byte write.

License

GPL2

(C) Copyright 2010-2014 Andras Jeszenszky, JSS & Hayer IT All Rights Reserved.

About

teletype helps using VT320 like serial terminal from an existing shell


Languages

Language:C 100.0%