22.2.1 Instructions
The device accepts the following format as remote control input:
[Instruction Sequence] <CR><LF>
[Instruction1] <;> [Instruction2] <;> [Instruction3] …
[Command] [?] <SP> [Parameter1] <,> [Parameter2] <,> [Parameter3] …
All characters (letters and symbols) must be sent as 1 Byte wide (8 Bit) ASCII characters. All instructions
are case insensitive, but the syntax of instructions and commands must strongly be met. Extra white
spaces (<SP>) must be avoided. Otherwise the instruction will be discarded upon reception of the next
termination sequence (<CR><LF>). The following control characters are used:
Syntax Description String Hex Code Decimal Code
<?> Question Mark “?” 0x3F 63
<SP> White Space “ ” 0x20 32
<,> Comma “,” 0x2C 44
<;> Semicolon “;” 0x3B 59
<CR> Carriage Return “\r” 0x0D 13
<LF> Line Feed “\n” 0x0A 10