Page tree
Skip to end of metadata
Go to start of metadata

Unimus Mass Config Push allows you to send various command sequences (VT100 control characters) to the device using the push.

Please use these actions in Config Push when you want to send control sequences:

Control sequenceUnimus action Control sequenceUnimus action
CTRL + A$(send 0x01) CTRL + N

$(send 0x0E)

CTRL + B$(send 0x02) CTRL + O$(send 0x0F)
CTRL + C$(send 0x03) CTRL + P

$(send 0x10)

CTRL + D$(send 0x04) CTRL + Q$(send 0x11)
CTRL + E$(send 0x05) CTRL + R$(send 0x12)
CTRL + F$(send 0x06) CTRL + S$(send 0x13)
CTRL + G$(send 0x07) CTRL + T

$(send 0x14)

CTRL + H$(send 0x08) CTRL + U$(send 0x15)
CTRL + I$(send 0x09) CTRL + V$(send 0x16)
CTRL + J$(send 0x0A) CTRL + W$(send 0x17)
CTRL + K$(send 0x0B) CTRL + X$(send 0x18)
CTRL + L$(send 0x0C) CTRL + Y$(send 0x19)
CTRL + M$(send 0x0D) CTRL + Z$(send 0x1A)
  • No labels