48
K-CONFIG - The Driver Manager – Getting Started
4.
Type the command and click the
Set
button:
Figure 74: Serial Commands – New Command Added
The DVI_IN command was added to the commands device-specific list and appears
bold
.
Note that when writing a serial command:
- if you enter ASCII commands, enclose the strings in quotation marks (for example, "MUTE OFF").
- Prefix the hex characters with 0x or "$" (for example, 0x0D), non-prefixed values are in decimal
(for example, 13).
- String and byte values should be separated by commas or spaces (for example,
"BRIGHT DEC",0x0D).
- If a protocol command states Carriage Return (<CR>) and/or Line Feed (<LF>) following the
command line, add 0x0D or 0x0A, respectively, outside the command quotation marks, separated by
a comma.
For example, “PWR” <CR> <LF> should appear as “PWR”,0x0D,0x0A.
If required, you can test the command
1.
If the room control device is not physically connected, connect it now and connect the controlled device (for
example, a DVD or projector).
2.
In the
Driver Manager
window select the command to be tested.
The command syntax appears in the text box on the top right area (under Command Name).