More XML layout tweaks
This commit is contained in:
parent
80741b98d0
commit
d83bfcda4c
8 changed files with 38 additions and 12 deletions
|
|
@ -7,4 +7,18 @@ permalink: /devices/pdp11/dl11/
|
|||
DL11 Serial Interface for Display Terminals
|
||||
-------------------------------------------
|
||||
|
||||
PDPjs implements the DL11 component in [serialport.js](/modules/pdp11/lib/serialport.js).
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue