Include Page |
---|
| KBCOMMON:KB-CSSstyle |
---|
| KBCOMMON:KB-CSSstyle |
---|
|
Table of Contents
General description
PBXDA is a PCI serial lines adapter based on the AccelePort 2R 920, 4R 920, 8R 920 and Xem DIGI adapters.
Include Page |
---|
| KBCOMMON:DOC-GoToToc |
---|
| KBCOMMON:DOC-GoToToc |
---|
|
Loading PBXDA serial lines adapter
Syntax for loading PBXDA (AccelePort 2r 920) serial lines adapter:
...
Include Page |
---|
| KBCOMMON:DOC-GoToToc |
---|
| KBCOMMON:DOC-GoToToc |
---|
|
Configuration parameters
The PBXDA serial lines adapter emulation has the following configuration parameters:
port
Parameter | port |
---|
Type | Text 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:
|
---|
line
Parameter | line |
---|
Type | Text string |
---|
Value | A defined TTY port on host system: Syntax | Description |
---|
"/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. |
|
---|
Include Page |
---|
| KBCOMMON:DOC-GoToToc |
---|
| KBCOMMON:DOC-GoToToc |
---|
|
"ttyY" notation specifics
Note that the "ttyY
" notation can have different forms depending on the nature of the device used:
Mapping | Type | Commentary |
---|
"/dev/tty<N>" where N is from 0 to 11 | Linux virtual tty | Those tty devices must be free from the Linux "getty/mgetty" and similar programs (specified in "/etc/inittab") Example:
|
"/dev/ttyS<N>" where N is a number | Onboard serial lines | Example:
|
"/dev/tty<XXX>" where XXX is a complex letter/number notation | Proprietary (depending on a driver) devices | Example for a first port of a MOXA card: Example for a first port of a DIGI card:
|
"/dev/ttyUSB<N>" where N is a number | Modem or USB serial lines adapters | Example:
|
Include Page |
---|
| KBCOMMON:DOC-GoToToc |
---|
| KBCOMMON:DOC-GoToToc |
---|
|