...
connection_override
Parameter | applicationconnection_override | |
---|---|---|
Type | Text text string | |
Value | A command line for calling some host application for communication to Charon on a given COM line. Typically this parameter is used for mapping COM1 or COM2 or some "xterm" terminal emulator"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 If "putty" terrminl emulator is going to be used as an option copy the following file to your home directory:
Example:
| ParameterCOM1 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. |
Notes on "port" and "application" parameters
...