Anchor | ||||
---|---|---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|
...
Table of Contents | ||
---|---|---|
|
Div | ||
---|---|---|
| ||
General Description
Configuration of CHARON-VAX serial lines is performed in 3 steps:
...
Parameter | rts[<line>] |
---|---|
Type | Text string |
Value |
|
Div | ||
---|---|---|
| ||
dsr
Parameter | dsr[<line>] | ||
---|---|---|---|
Type | Text string | ||
Value |
|
...
Device name | Module name |
---|---|
DHV11 | DHV11 |
DHQ11 | DHV11 |
CXY08 | DHV11 |
CXA16 | DHV11 |
CXB16 | DHV11 |
DHW42AA | DHV11 |
DHW42BA | DHV11 |
DHW42CA | DHV11 |
DZV11, DZ11 | DZ11 |
DZQ11 | DZ11 |
DL11, DLV11 | DL11 |
Div | ||
---|---|---|
| ||
The following example loads an instance of an asynchronous serial line multiplexer:
...
Parameter | line | ||||
---|---|---|---|---|---|
Type | Text string | ||||
Value | A defined TTY port on host system:
|
...
Parameter | break_on |
---|---|
Type | Text string |
Value | Specifies what byte sequences received over virtual serial line must trigger HALT command. This parameter works only for console line (for CHARON-VAX it is the only line of UART and the "line[3]" of QUART). Specify the following values: "Ctrl-P", "Break" or "none" to disable triggering HALT condition. Example:
The default value is "Break" for line 3 of QUART and "none" for other lines. |
...
...
class | pagebreak |
---|
stop_on
Parameter | stop_on |
---|---|
Type | Text string |
Value | Specifies what byte sequences received over the virtual serial line will trigger a STOP condition. The STOP condition causes CHARON-VAX to exit. This parameter works only for console line (for CHARON-VAX it is the only line of UART and the "line[3]" of QUART). Specify the value as the following: “F6” or “none” ("none" disables triggering STOP condition). Example:
The default value is "none".Setting "F6" triggers the STOP condition upon receipt of the " |
...
Parameter | log_file_size |
---|---|
Type | Text string |
Value | If log rotation is enabled, the log_file_size parameter determines the log file size threshold at which the log is automatically rotated.
Example 1:
Example 2:
Minimum log file size is 64K, maximum is 1G. Setting size less then 64K effectively makes the log file unlimited. |
Div | ||
---|---|---|
| ||
log_flush_period
Parameter | log_flush_period |
---|---|
Type | Numeric |
Value |
Defines a period of flushing log to disk. Default period is 60 seconds (it means that every minute log file is flushed to disk) Example:
|
...
class | pagebreak |
---|
...
Parameter | log_flush_period |
---|---|
Type | Numeric |
Value |
Defines a period of flushing log to disk. Default period is 60 seconds (it means that every minute log file is flushed to disk) Example:
|
Div | ||
---|---|---|
| ||
Example of mapping a console line to an onboard serial line
...