24 lines
1 KiB
Markdown
24 lines
1 KiB
Markdown
---
|
|
layout: page
|
|
title: DL11 Serial Interface for Display Terminals
|
|
permalink: /devices/pdp11/dl11/
|
|
---
|
|
|
|
DL11 Serial Interface for Display Terminals
|
|
-------------------------------------------
|
|
|
|
PDPjs implements the DL11 component in [SerialPortPDP11](/modules/pdp11/lib/serialport.js).
|
|
|
|
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](/devices/pdp11/machine/1170/vt100/), connect the DL11
|
|
to a separate machine (eg, a [VT100 Terminal](/devices/pc8080/machine/vt100/)), using the PDP-11 machine's *connection* property.
|
|
|
|
Refer to the *initConnection()* function in the [SerialPortPDP11](/modules/pdp11/lib/serialport.js),
|
|
[SerialPort8080](/modules/pc8080/lib/serialport.js), and [SerialPort for PCx86](/modules/pcx86/lib/serialport.js)
|
|
components.
|