Tools
luca.txt
Associated article: LUCA: Reusable Communications Code
Tags: Tools
Published source code accompanying the article by Bennett Griffin in which he uses the Langner Universial Communications API (LUCA) to build a portable terminal emulator.
LUCA: Reusable Communications Code by Bennett M. Griffin Listing One // We define our own Terminal Port here as a subclass of LUCA's Vport // class. active() is called from the main loop as often as possible // to send characters out the ...


