Anchor | ||||
---|---|---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|
...
Parameter | line | ||||
---|---|---|---|---|---|
Type | Text string | ||||
Value | A defined TTY port on host system:
|
...
Parameter | application |
---|---|
Type | Text string |
Value | A command line for calling some host application for communication to Charon on a given serial line. Example:
If "putty" terminal emulator is going to be used as an option, copy the following file to your home directory:
Example:
|
connection_override
Parameter | connection_override |
---|---|
Type | text string |
Value | "enable" Allows new connection to override existing connection, if any. Enabled connection override on OPA0 allows to intercept virtual serial console. When emulator detects new connection request on the port (10003 for the below example), it closes old connection, if any, and switches to the new one. Example: set COM1 alias = OPA0 set OPA0 port = 10003 connection_override = enable This is implemented only for serial lines using the "set XXX alias=YYY" syntax. Legacy lines are not supported. |
break_on
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. |
...