
Runco CP-42HD/CP-52HD Owner
’
s Operating Manual
35
Serial Communications
Table 6-1. Serial Commands (continued)
COMMAND
DATA 1
ID
DATA 2
0XCD : S-VIDEO
0x00
0X00
0XBA : DIGITAL
0x00
0X00
0XDA : VGA
0x00
0X00
0X60 : CLEAR EEPROM
0x00
0X00
0X61 : DIRECTLY CONTROL VOLUME
0x00
0x00-0x64
0X64 : BLACKLIGHT OFF
0x00
0X00
0X65 : BLACKLIGHT ON
0x00
0X00
0X67 : HDMI 1
0x00
0X00
0X68 : HDMI 2
0x00
0X00
0X69 : COMPONENT 1
0x00
0X00
0X6A : COMPONENT 2
0x00
0X00
Example code fragment from a TeraTerm v4.66 script:
inputbox "Enter Command " "Command"
strcompare inputstr "power off"
if result == 0 then
send $69 $D0 $00 $00
endif
strcompare inputstr "power on"
if result == 0 then
send $69 $D1 $00 $00
endif
strcompare inputstr "hdmi1"
if result == 0 then
send $69 $67 $00 $00
endif