Page tree

Versions Compared

Key

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

...

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

These modifiers have to be put at the end of the line, and control if Enter <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.
(please check the Command parsing examples section for more details)

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

Code Block
$[0x01]

As mentioned above, Enter <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.

...

Code Block
languagetext
\$[0x01]  = "$[0x01]" will be sent literally
\$[enter] = "$[enter]" will be sent literally

Please check the Command parsing examples section for more details on how modifiers and control sequences work.

How commands are sent to devices

...