Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As mentioned above, Enter is not be default sent after a control sequence, but this can be forced by appending "\[enter]" to the end of the line.
Full list of command sequences available in this article: VT100 Control / Command sequences.

Both submission modifiers and command sequences support escaping by prefixing them with an additional "\":

Code Block
\\[0x01] - this will be sent literally
\\[enter] - this will also be sent literally

How commands are sent to devices

...