RS232 Protocol NSL-4601
13 of 58
Ex1) Set id = 10 , source change DVI.
Head
(char-2Bytes)
ID
(char-3Bytes)
Cmd
(char-3Bytes)
Cmd end
(char-1Byte)
K: 010
SDV
.
ID
(char-3~5Bytes)
ACK
(Hexa-1Byte)
(10) 0x06
Ex2) Set id = 100 , source change DVI.
Head
(char-2Bytes)
ID
(char-3Bytes)
Cmd
(char-3Bytes)
Cmd end
(char-1Byte)
K: 100
SDV
.
ID
(char-3~5Bytes)
ACK
(Hexa-1Byte)
(100) 0x06
*** Same format command list ***
No Command
Description
No Command
Description
1
PON / POF
Power On / Off
21
NTN
On Timer On
2
SPC
Source change to PC
22
NTF
On Timer Off
3
SDV
Source change to DVI
23
FTN
Off Timer On
4
SC1
Source change to COMPONENT
24
FTF
Off Timer Off
5
SSV
Source change to S-VIDEO
25
6
SAV
Source change to CVBS
26
7
ATU
Auto Adjust (only VGA input)
27
8
RPW
Remote control Power key
28
9
RSO
Remote control Source Key
29
10
RUP
Remote control Up key
30
11
RDN
Remote control Down key
31
12
RRT
Remote control Right key
32
13
RLT
Remote control Left key
33
14
REN
Remote control Select key
34
15
RMN
Remote control Menu key
35
16
RAU
Remote control Auto key
36
17
RIF
Remote control Info key
37
18 EIN Reset(Color)
38
19 GSV Gamma
LUT
save
39
20
SCD
Save Color
40
Example2: Mode Select Command( Picture Mode ) – return set id , setting status
and ack/nack.
In order to increase the brightness by 1 the following PU is send to the device(set id = 000):
Head
(char-2Bytes)
ID
(char-3Bytes)
Cmd
(char-3Bytes)
Cmd end
(char-1Byte)
K: 000
PM0
.
This answer is retuned from the device(set id = 000). It indicates that changing the picture mode
did succeed. The updated picture mode is returned in 1 char data byte.
ID
(char-3~5Bytes)
Return Cmd
(char-4Bytes)
Data
(char-1Byte)
Data End
(char-2Bytes “\r\n”)
ACK
(Hexa-1Byte)
(0) PIM=
0
\r\n 0x06
or
ID
NACK