RS232 Protocol NSL-4601
25 of 58
Example1: Source change to DVI all set
In order to change the input source to DVI all in the chain the following PU is send to the chain:
Head
(char-2Bytes)
ID
(char-3Bytes)
Cmd
(char-3Bytes)
Cmd end
(char-1Byte)
K: ALL
SDV .
Example2: Picture mode change to USER all set
In order to change the picture mode to USER all in the chain the following PU is send to the chain:
Head
(char-2Bytes)
ID
(char-3Bytes)
Cmd
(char-3Bytes)
Cmd end
(char-1Byte)
K: ALL
PM0 .
Example3: Brightness increase all set
In order to increase the brightness all in the chain the following PU is send to the chain:
Head
(char-2Bytes)
ID
(char-3Bytes)
Cmd
(char-3Bytes)
Cmd end
(char-1Byte)
K: ALL
BRU
.
Example4: Change the brightness value to 54(0x36) all set
In order to change the brightness value to 54(0x36) all in the chain the following PU is send to the
chain:
Head
(char-2Bytes)
ID
(char-3Bytes)
Cmd
(char-3Bytes)
Data
(char-3Bytes)
Cmd end
(char-1Byte)
K: ALL
BRT 054 .