Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Layout reviewed for PDF export

...

load CHAPI <logical name> dll=LPV11

Example:

load CHAPI LPA0 dll=LPV11

...

The following example demonstrates how to load 2 instances of LPV11, mapped to 2 host system LPT ports:

Div
classcommandline

load chapi lpv1 address = 017777514 vector = 0200

set lpv1 dll = lpv11.dll parameters = "\\.\LPT1"

load chapi lpv2 address = 017764004 vector = 0170

set lpv2 dll = lpv11.dll parameters = "\\.\LPT2"

Note

The printers connected to the host must understand output of the LPV11 driver on the emulated VAX/PDP-11. Use printers that work with the VAX/PDP-11 hardware.

...

In the following example the LPV11 instance, called: lpv1, opens host port 10004 and starts the HOSTPrint application, directing it to connect to the port 10004 and use the font "Courier New", size 12 for printing:

Div
classsmall

load chapi lpv1 address = 017777514 vector = 0200

set lpv1 dll = lpv11.dll parameters="port = 10004 application='HOSTPrint -port=10004 -fontsize=12 -font=\Courier New\'"

 

Back to Table of Contents

Div
classpagebreak

 

 

DUMMY_VCB02 device

Info

This description applies only to MicroVAX 3600, MicroVAX 3900, VAXserver 3900 and VAXserver 3600 server emulations.

...