Versions Compared

Key

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

...

Include Page
KBCOMMON:DOC-GoToToc
KBCOMMON:DOC-GoToToc

Configuration parameters

The PBXDA-xx serial lines adapter emulation has the following configuration parameters:

port

Parameterport
TypeText String
Value

Specifies a local port for incoming telnet connections

By default the "port" configuration option is not specified.

Syntax:

port[line-number]=<local port>

Example:

set TXA port[2]=17060


line

Parameterline
TypeText string
Value

A defined CPM port on host system:

Example:

set TXA line[2]="COM2:"


...

Include Page
KBCOMMON:DOC-GoToToc
KBCOMMON:DOC-GoToToc

Div
classpagebreak


Configuration parameters

The PBXDA-xx PCI serial adapter emulation has only one configuration parameter:

host_bus_location

Parameterhost_bus_location
TypeText String
Value

Establish connection between virtual PBXDA-xx PCI serial adapter and physical DIGI AccelePort PCI serial adapter installed on CHARON host (pass through mode)

Syntax:

load digi <controller name> host_bus_location="PCI bus X, device Y, function Z"

where:

ParameterDescription
"PCI bus X"PCI bus number of the host  DIGI AccelePort PCI serial adapter
"device Y"PCI bus device number of the host  DIGI AccelePort PCI serial adapter
"function Z"The "function" parameter of the the host DIGI AccelePort PCI serial adapter

Example:

load digi SERIAL_A host_bus_location="PCI bus 3, device 1, function 0"



...