...
Parameter | break_on | |
---|---|---|
Type | Text string | |
Value | Specifies what byte sequences received over the physical serial line will trigger a HALT command.This parameter works only for the console line (for the one UART line and "line[3]" of QUART).Specify the following values: "CrtlCtrl-P", "Break" or "none" ("none" disables triggering HALT condition). Example:
The default value is "Break" for line 3 of QUART and "none" for other lines. |
...
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: "CrtlCtrl-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. |
...