pcjs/devices/pc8080/machine/vt100/dual
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-08-18 11:30:22 -07:00
..
debugger Cross-machine serial port connections are only half-working (need to defer initConnection() until all machines on the page have initialized their bus) 2016-08-18 11:30:22 -07:00
README.md Cross-machine serial port connections are only half-working (need to defer initConnection() until all machines on the page have initialized their bus) 2016-08-18 11:30:22 -07:00

layout title permalink machines
page Dual VT100 Terminals /devices/pc8080/machine/vt100/dual/
id type config connection
vt100a pc8080 /devices/pc8080/machine/vt100/machine.xml serialPort->vt100b.serialPort
id type config connection
vt100b pc8080 /devices/pc8080/machine/vt100/machine.xml serialPort->vt100a.serialPort

Dual VT100 Terminals

This is a test of two VT100 Terminals whose serial ports are virtually connected, so anything you type in the first terminal should appear on the screen of the second, and vice versa. Click or tap on the screen of the desired terminal before you begin typing.

A Dual Debugger Configuration is also available.

If either terminal becomes LOCKED, press the SET-UP key (mapped to your F9 function key) twice to unlock it.

{% include machine.html id="vt100a" %}

{% include machine.html id="vt100b" %}