The simulator supports 1 to 16 additional terminals, with an initial default of 4 lines. The additional terminals consist of two independent devices, TTIX and TTOX. The entire set is modeled as a terminal multiplexer, with TTIX as the master controller. The number of lines is specified with a SET command:
SET TTIX LINES=n set number of additional lines to n [1-16]
The ATTACH command specifies the port to be used:
ATTACH TTIX <port> set up listening port
where port is a decimal number between 1 and 65535 that is not being used for other TCP/IP activities. The additional terminals are disabled by default.
The additional terminals can be set to one of four modes: UC, 7P, 7B, or 8B.
mode input characters output characters
UC lower case converted lower case converted to upper case,
to upper case, high-order bit cleared,
high-order bit cleared non-printing characters suppressed
7P high-order bit cleared high-order bit cleared,
non-printing characters suppressed
7B high-order bit cleared high-order bit cleared
8B no changes no changes
The default mode is UC. Finally, each line supports output logging. The SET TTOXn LOG command enables logging on a line:
SET TTOXn LOG=filename log output of line n to filename
The SET TTOXn NOLOG command disables logging and closes the open log file, if any.
Once TTIX is attached and the simulator is running, the terminals listen for connections on the specified port. They assume that the incoming connections are Telnet connections. The connections remain open until disconnected either by the Telnet client, a SET TTIX DISCONNECT command, or a DETACH TTIX command.