Anchor | ||||
---|---|---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|
...
The numbers in the square brackets represent line number on the virtual PBXDA adapter starting from 0.
Controller type | Maximum number of lines |
---|---|
PBXDA | 2 |
PBXDA_BA | 4 |
PBXDA_BB | 8 |
PBXDA_AC | 16 |
...
All the parameters described in the "Placement of peripheral devices on PCI bus", such as "bus", "device", "function", "irq", "irq_bus" are applicable for PBXDA controller.
Div | ||
---|---|---|
| ||
Please note:
DIGI drivers for OpenVMS and Tru64 are sensitive to PBXDA location on PCI, therefore it is recommended to fix PBXDA location with explcit configuration.
...
Example:
load
...
PBXDA
...
TXA
...
bus=pci_1
...
device=4
...
function=0
Include Page | ||||
---|---|---|---|---|
|
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:
Example:
|
Div | ||
---|---|---|
| ||
line
Parameter | line | |
---|---|---|
Type | Text string | |
Value | A defined TTY port on host system: Syntax | Description
Example:
Please note:
|
Include Page | ||||
---|---|---|---|---|
|
Div | ||
---|---|---|
| ||
log
Parameter | log |
---|---|
Type | Text string |
Value | The optional log file or directory name is where the log file for the serial line is stored. Example:
|
"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 | ||||
---|---|---|---|---|
|