Console
Table of Contents
- 1 General Description
- 2 Console Parameters
- 2.1 communication
- 2.2 line
- 2.3 Example
- 3 Mapping Serial line controllers to system resources
- 3.1 physical_serial_line
- 3.1.1 line
- 3.1.2 baud
- 3.1.3 break_on
- 3.1.4 stop_on
- 3.1.5 log
- 3.1.6 log_file_size
- 3.1.7 Example of mapping a console line to a host physical serial line
- 3.2 virtual_serial_line
- 3.2.1 host
- 3.2.2 port
- 3.2.3 application
- 3.2.4 break_on
- 3.2.5 stop_on
- 3.2.6 log
- 3.2.7 log_file_size
- 3.2.8 Example 1
- 3.2.9 Notes on "virtual_serial_line" options
- 3.2.10 Example 2
- 3.1 physical_serial_line
General Description
CHARON-AXP offers a one- (OPA0) or two-port serial console, depending on the specified HP Alpha model.
The AlphaServer DS10, AlphaServer DS10L, AlphaServer DS15, AlphaServer 400, AlphaServer 800, AlphaServer 1000 and AlphaServer 1000A has an additional on-board serial line controller providing a serial line TTA0.
The regular console is already preloaded, so you need to specify just its mapping to the host resources, for example:
|
In case of the TTA0 console the mapping looks like that:
|
The first line specifies a mapping to a unique TCP/IP host port ("10000" in this example), while the second line connects this mapping (TTA0) to the on-board serial line controller having the name "COM2" in CHARON environment.
Refer to this section for details of mapping.
CHARON emulated console supports only 80 symbols in one line.
Console Parameters
CHARON-AXP console line TTA0 (COM2) has the following parameters:
All the values in the following tables are case insensitive
communication
Parameter | communication |
|---|---|
Type | Text string |
Value |
|
line
Parameter | line | |
|---|---|---|
Type | Identifier | |
Value | This parameter is used to connect a particular serial line mapping interface to the controller. Example:
|
Example
|
Mapping Serial line controllers to system resources
Types of serial line mapping:
Type | Function |
|---|---|
physical_serial_line | This type of mapping associates a COM port on a host system with an emulated HP Alpha serial line controller virtual "line". The COM port can be a physical hardware port or a logical COM port. |
virtual_serial_line | This type of mapping associates a network connection on the host system with an emulated HP Alpha serial line controller virtual "line" |
Example:
|