RS232 Protocol NSL-4601
19 of 58
4
MHG
Multi window H Gap(Edge) (0 ~ 20)
MHG=
5
MVG
Multi window V Gap(Edge) ( 0 ~ 20)
MVG=
6
CON
Contrast value Setting ( 0 ~ 100 )
CON=
7
BRT
Brightness value Setting( 0 ~ 100 )
BRT=
8 TIN
Tint(Hue)
Setting
(PC/DVI : 50 fixed ,COMPONENT/S-VIDEO/AV : 0 ~ 100 )
TIN=
9 SAT
Saturation(Color)
Setting
(PC/DVI/ COMPONENT : 50 fixed , S-VIDEO/AV : 0 ~ 100 )
SAT=
10 SHA
Sharpness
value
Setting
(PC/DVI : 50 fixed ,COMPONENT/S-VIDEO/AV : 0 ~ 100 )
SHA=
11
BLT
Back Light Setting ( 0 ~ 100)
BLT=
12
SBR
Sub Brightness Setting ( 0 ~ 75)
SBR=
13
ROF
Red Offset Setting ( 0 ~ 80)
ROF=
14
GOF
Green Offset Setting ( 0 ~ 80)
GOF=
15
BOF
Blue Offset Setting ( 0 ~ 80)
BOF=
16
SCO
Sub Contrast Setting ( 0 ~ 75)
SCO=
17
RGN
Red Gain Setting ( 0 ~ 80)
RGN=
18
GGN
Green Gain Setting ( 0 ~ 80)
GGN=
19
BGN
Blue Gain Setting ( 0 ~ 80)
BGN=
20
HPS
H-Position Setting(Only for PC : 0 ~ 100 )
HPS=
21
VPS
V-Position Setting(Only for PC : 0 ~ 100 )
VPS=
22
CLK
Clock Setting(Only for PC : 0 ~ 100 )
CLK=
23
PHS
Phase Setting(Only for PC : 0 ~ 100 )
PHS=
24
TIH
Timer Hour(0 ~ 23)
TIH=
25
TIM
Timer Minute(0 ~ 59)
TIM=
26
NTH
On Timer Hour(0 ~ 23)
NTH=
27
NTM
On Timer Minute(0 ~ 59)
NTM=
28
FTH
Off Timer Hour(0 ~ 23)
FTH=
29
FTM
Off Timer Minute(0 ~ 59)
FTM=
30
URE
Color Tone Red Setting(0 ~ 100)
URE=
31
UGR
Color Tone Green Setting (0 ~ 100)
UGR=
32
UBL
Color Tone Blue Setting (0 ~ 100)
UBL=
2.4.3
Status Check Commands
Example1: Get Brightness
In order to query the current brightness the following PU is send to the device:
Head
(char-2Bytes)
ID
(char-3Bytes)
Cmd
(char-3Bytes)
Cmd end
(char-1Byte)
K: 000
BRT
?
This answer is retuned from the device. It indicates that the request did succeed and the current
brightness (0x36) is returned in 1~3 char data byte.
ID
(char-3~5Bytes)
Return Cmd
(char-4Bytes)
Data
(char-1~3Bytes)
Data End
(char-2Bytes “\r\n”)
ACK
(Hexa-1Byte)
(0) BRT=
54
\r\n 0x06
or
ID
(char-3~5Bytes)
NACK
(Hexa-1Byte)
(0) 0x15
Ex1) Set id = 10 , current brightness request.