Versions Compared

Key

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

AnchorTopMSCPPageTopMSCPPage

Anchor
TOC
TOC
Include Page
KBCOMMON:KB-CSSstyle
KBCOMMON:KB-CSSstyle

Table of Contents

Table of Contents
Table of Contents
exclude

...

Table of Contents

General description

PBXDA PCXBJ is a PCI serial lines adapter based on the AccelePort 2R 920, 4R 920, 8R 920 and Xem DIGI adapters.

Back to the Table of Contents

Loading PBXDA serial lines adapter

Syntax for loading PBXDA (AccelePort 2r 920) serial lines adapter:

...

load PBXDA/DIGI <name>

Syntax for loading PBXDA_BA (AccelePort 4r 920)  serial lines adapter:

...

load PBXDA_BA/DIGI <name>

Syntax for loading PBXDA_BB (AccelePort 8r 920) serial lines adapter:

...

load PBXDA_BB/DIGI <name>

Syntax for loading PBXDA_AC (AccelePort Xem) serial lines adapter:

...

load PBXDA_AC/DIGI <name>

Example:

...

The adapter instance name ("TXA" in the example above) is used then for parametrization, for example:

...

The numbers in the square brackets represent line number on the virtual PBXDA adapter starting from 0.

...

controller for emulation of AlphaStation Sound Card AD1848.

It is available for the following hardware models:

  • AlphaServer 400

Please note:

  • The latest "PulseAudio" package must be installed on Charon host to allow audio playback. Refer for "PulseAudio" page for obtaining the package and details of its installation.
  • PCXBJ supports only sound playback on OpenVMS operating system at the moment. Its functionality will be extended in future releases.


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

Loading PCXBJ audio adapter

Syntax for loading PCXBJ audio adapter:

load PCXBJ <name>

Example:

load PCXBJ AUA

Please note:

...

  • for PCXBJ controller

...

DIGI drivers for OpenVMS and Tru64 are sensitive to PBXDA location on PCI, therefore it is recommended to fix PBXDA location with explcit configuration.

For example:

...

load PBXDA TXA bus=pci_1 device=4 function=0

...

Configuration parameters

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

port

...

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

...

A defined TTY port on host system:

SyntaxDescription
"/dev/tty<N>"Virtual serial lines
"/dev/ttyS<N>"Onboard serial lines
"/dev/ttyUSB<N>"Modem or USB serial lines adapters
"/dev/tty<XXX>"Proprietary (depending on a driver) devices such as DIGI or MOXA cards

Example:

set TXA line[2]="/dev/ttyS1"

Note

A specific account for running CHARON ("charon") does not allow usage of physical consoles "/dev/tty<N>" as CHARON consoles. If you plan to map CHARON console to "/dev/tty<N>" use only "root" account for CHARON running.

Back to the Table of Contents

"ttyY" notation specifics

Note that the "ttyY" notation can have different forms depending on the nature of the device used:

...

"/dev/tty<N>"

where N is from 0 to 11

...

Those tty devices must be free from the Linux "getty/mgetty" and similar programs (specified in "/etc/inittab")

Example:

"/dev/tty1"

...

"/dev/ttyS<N>"

where N is a number

...

Example:

"/dev/ttyS1"

...

"/dev/tty<XXX>"

where XXX is a complex letter/number notation

...

Example for a first port of a MOXA card:

"/dev/ttyR01"

Example for a first port of a DIGI card:

"/dev/ttyaa"

...

"/dev/ttyUSB<N>"

where N is a number

...

Example:

"/dev/ttyUSB1"

...

  • No extra parameters need to be set/changed.
  • Once the controller is loaded it uses the host default audio card for audio playback via "PulseAudio" package.
  • On OpenVMS side one must have MultiMedia services for OpenVMS package (MMOV) installed (available with OpenVMS CDL) along with MMOV-RT license.
Include Page
KBCOMMON:DOC-GoToToc
KBCOMMON:DOC-GoToToc