Page tree

Versions Compared

Key

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

...

There are 2 command submission modifiers possible:

Code Block
\$[enter]
\$[no-enter]

These have to be put at the end of the line, and control if Enter will be sent after the command line.
The default behavior is to send enter, UNLESS "\$[no-enter]" is specified, or the command is a control sequence

Unimus supports sending various control sequences to the device, in this format:

Code Block
\$[0x01]

As mentioned above, Enter is not by 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
languagetext
\\$[0x01] - this will be sent literally
\\$[enter] - this will also be sent literally

...

Code Block
languagetext
commit
\$[0x1A]
y\y$[no-enter]

Device output (keys sent by Unimus in green):

...