Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fixed typo: Crtl-P. Will not re-export just for that...

...

Parameterbreak_on
TypeText 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:

set OPA0 break_on="CrtlCtrl-P"

The default value is "Break" for line 3 of QUART and "none" for other lines.

...

Parameterbreak_on
TypeText 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:

set OPA0 break_on="CrtlCtrl-P"

The default value is "Break" for line 3 of QUART and "none" for other lines.

...