Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Latest commit

 

History

History

dl11

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
layout title permalink
page
DL11 Serial Interface for Display Terminals
/devices/pdp11/dl11/

DL11 Serial Interface for Display Terminals

PDPjs implements the DL11 component in SerialPortPDP11.

This component is typically instantiated by a Machine XML file using:

<serial id="dl11" adapter="0" binding="print"/>

Most of our PDP-11 machines specify binding="print" to connect the DL11 to a <textarea> that serves as the machine's display terminal.

However, some machines, such as the PDP-11/70 with VT100 Terminal, connect the DL11 to a separate machine (eg, a VT100 Terminal), using the PDP-11 machine's connection property.

Refer to the initConnection() function in the SerialPortPDP11, SerialPort8080, and SerialPort for PCx86 components.