Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Loading the virtual serial lines' controller, for example:

    load DHV11/DHV11 TXA

    In this example, an instance of a  "DHV11" serial line controller is loaded and named "TXA".

    Note that the VAX/PDP11 console adapters ("UART", "QUART") do not need to be loaded; they are preloaded.

  2. Mapping an object type to host resources. For example:

    load virtual_serial_line/chserial TTA1
    set TTA1 port = 10003 application = "putty.exe -load TTA1_preset"

    In this example the object "virtual_serial_line" is loaded, named "TTA1", mapped to the "putty" terminal emulator and connected to this CHARON instance using the port 10003 (this setting is encoded in the "TTA1_preset" parameter of the "Putty" terminal emulator).

  3. Connect the loaded virtual line controller and the mapped object:

    set TXA line[5]=TTA1

    In this example, the 6th line of the DHV11 controller, "TXA", loaded in step 1, is connected to the mapping object, "TTA1", loaded in step 2.

...

load physical_serial_line/chserial OPA0


Back to Table of Contents

...

load physical_serial_line/chserial OPA0
set OPA0 line="\\.\COM1"

...

Example of mapping a console line to an onboard serial line:

load virtual_serial_line/chserial OPA0
set OPA0 port=10003 stop_on="F6"

...