...
Parameter | address | ||
---|---|---|---|
Type | Numeric | ||
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.
|
vector
Parameter | vector | |||
---|---|---|---|---|
Type | Numeric | |||
Value | Specifies interrupt vector.Default value is 0300 which is the factory setting for asynchronous serial line multiplexers.
|
line
Parameter | line[N] N=0…3(7,15) |
---|---|
Type | Identifier |
Value | Specifies 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. |
...
Parameter | host | ||
---|---|---|---|
Type | Text 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:
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" |
...