User manual

42
#set tape transport as a tape image file on the host system
#set MSA0 tape_dll[0]=chapi_storage
#set MSA0 tape_cfg[0]=mtd
#set MSA0 tape_param[0]="somefile.mtd"
#set tape transport to connect to a physical SCSI device
#set MSA0 tape_dll[0]=chapi_storage
#set MSA0 tape_cfg[0]=scsi
#set MSA0 tape_param[0]=
\\.\SCSI1:0:1
#to avoid RSX TS11/TSV05 driver WTM timeouts
#set MSA0 use_wtm_trick[0]=true
#set tape transport to a Windows tape drive with dsriver installed.
#set MSA0 tape_dll[0]=chapi_storage
#set MSA0 tape_cfg[0]=driver
#set MSA0 tape_param[0]=
\\.\Tape0
VT30-H
The CHAPI VT30-H QBUS/UNIBUS device implemented in CHAPI_VT30H.DLL libraly
and uses CHAPI.DLL libraly in its implementation. The VT30-H Graphics Display
Controller enables one to connect a color television monitor to a PDP-11 processor.
Information is displayed on the screen in the form of rows of characters in up to seven
colors.
The CHAPI VT30H device can be configured by means of user defined configuration
options as follows:
load chapi VTA dll=chapi_vt30h.dll
set VTA address=<address> vector=<vector> trace_level=<level>
set VTA display=”<string of display param>”
set VTA mode_525_line=<do we need enable 525-line mode>
Where:
-
display --- is string specifying connection with VT30-VT params. Options are
-
port --- to listen for.
-
mode_525_line --- is bool param specifying VT30-TV terminal 525-line mode.
Example:
# CHAPI VT30-H
load chapi VTA dll=chapi_vt30h.dll
set VTA address=017764000 vector=0170 trace_level=0
set VTA display=”port=10020”
set VTA mode_525_line=false