Versions Compared

Key

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

...

Parameteraddress
TypeNumeric
Value

Specifies CSR address. The address must be valid QBUS 22-bit wide address in I/O space.Default values are 017760440 for DHV11-family controllers and 017760100 for DZV11/DZQ11, which are the factory settings for asynchronous serial line multiplexers.

Warning
 This parameter is not applicable to DHW42-xx serial line controllers

 

 

 

vector

Parametervector
TypeNumeric
Value

Specifies interrupt vector.Default value is 0300 which is the factory setting for asynchronous serial line multiplexers.

Warning
 This parameter is not applicable to DHW42-xx serial line controllers
 

 

 

line

Parameter

line[N] 

N=0…3(7,15)

TypeIdentifier
ValueSpecifies a name of the serial line interface object in configuration to which the N-th line of the multiplexer is connected. See below for details.

...

 
Parameterhost
TypeText string
Value

A remote host’s IP address or a host name (and optional remote TCP/IP port number) for the virtual serial line connection. If omitted, the virtual serial line does not initiate a connection to the remote host and will listen for incoming connection requests.Specify the value in the following form:

set OPA0 host="<host-name>[:<port-no>]"

 

If "<port-no>" is not specified, the virtual serial line uses the TCP/IP port number specified by the "port" parameter (see below).

...

Example of two CHARON systems connected to each other:

On host "A"

...

 :

load virtual_serial_line/chserial TXA0 port=5500 host="B"

 

On host "B":

load virtual_serial_line/chserial TXA0 port=5500 host="A"

 

...