English-13
Communication command specifications
Baud rate
19200 bps
Data bits
8 bit
Parity
None
Stop bit
1 bit
Flow control
None
Commands
(1) Power control
Power on
6Fh 6Eh 0Dh
Power off
6Fh 66h 66h 0Dh
(2) Switching the input
Composite video
73h 73h 72h 63h 20h 30h 0Dh
S-Video
73h 73h 72h 63h 20h 31h 0Dh
Component video (RCA)
73h 73h 72h 63h 20h 32h 0Dh
Component video (BNC)
73h 73h 72h 63h 20h 33h 0Dh
Component video (VGA)
73h 73h 72h 63h 20h 34h 0Dh
RGBHV (RCA)
73h 73h 72h 63h 20h 35h 0Dh
RGBHV (BNC)
73h 73h 72h 63h 20h 36h 0Dh
RGBHV (VGA)
73h 73h 72h 63h 20h 37h 0Dh
HDMI 1
73h 73h 72h 63h 20h 38h 0Dh
HDMI 2
73h 73h 72h 63h 20h 39h 0Dh
(3) Setting the video display size and position
Setting commands
6Fh 73h 69h 7Ah 65h 20h 31h 20h [H.size] 20h [V.size] 20h [H.pos] 20h [V.pos] 0Dh
H.size, V.size, H.pos and V.pos are expressed with ASCII codes.
Example: When the display size is 320x240 and the display start position is (0,0),
H.size = 33h, 32h, 30h (=320)
V.size = 32h, 34h, 30h (=240)
H.pos = 30h (=0)
V.pos = 30h (=0)
the above are expressed with ASCII codes. The send commands are as follows.
6Fh 73h 69h 7Ah 65h 20h 31h 20h
33h 32h 30h
20h
32h 34h 30h
20h
30h
20h
30h
0Dh
H.size
V.size
H.pos V.pos
H.pos
(0,0)
(1023,767)
H.size
V.pos
V.size