8.2. Functional execution command with address .................................................. 16
8.3. Status Read command with address ................................................................. 17
Ver.
Page
3
Item
Specification
Synchronous system
Asynchronous
Transmission Speed
9600 / 19200
Data Length
8 bit
Parity
None
Stop Bit
1
Flow Control
None
1
2
3
4
5
6
7
8
9
1
2
3
4
5
6
7
8
9
CD
SG
RXD
TXD
DTR
DSR
RTS
CTS
RING
RXD
TXD
SG
RTS
CTS
N.C.
N.C.
N.C.
N.C.
1. Overview
1.1 This specifications define TV control commands for 32LM4R / 32LM4WPR / 42LM4R /
42LM4WPR.
1.2The TV control commands are used to control a TV through RS-232C from a computer.
2. Serial Interface Specification
Transfer Specification
① Transmission speed: initial setting value is 19200.
② Transmission speed can be changed in hotel option menu.
Connection
Dedicated serial cable that comes with the TV must be used for a connection to a
computer and TV.
PC TV
COM 1 Control Port
(D-Sub 9 Pin)(D-Sub 9 Pin)
Ver.
Page
4
3. Notes for Communication
3.1 The TV command is defined one command/one line that starts with “C” and ends with carriage
return (0x0D).
3.2 There are two types of commands, Functional Execution Commands and Status Read
Commands.
[Example]
Functional Execution Command: “C05” [CR]
Status Read Command: “CR0” [CR]
3.3 When it takes more than one second to receive one command, the function is not executed.
When it takes more than one second until the TV receives carriage return since it has received
the first data “C”, it clears the information of buffer.
3.4 For the command pipelining, wait interval of 100 ms after the response.
More than 100ms
Command
PC → TV “C”“0” “7” CRNext Command
TV → PCACK CR
Carriage Return (a few ms ~ 5s)
3.4.1 When a command is issued before receiving response, the function is not executed
properly.
3.4.2 Except when there is no response for 5 seconds.
3.5 It takes about 5 seconds for internal initialization after plugging in AC power. During this time,
it cannot process commands. Do not issue any command.
3.6 The number of characters of response for Status Read Commands depends on commands.
Please see [7. Status Read Command].
3.7 Characters for commands must be Capital (A - Z).
“000 Personal” = Personal
“000 Dynamic” = Dynamic
“000 Eco” = Eco
“000 Standard” = Standard
Unacceptable
“%1” [CR]
Command
“CR WIDE” [CR]
Detail
Get the wide mode.
Response
Acceptable
“%1” [CR]
%1
“000 Auto” = Auto
“000 Natural” = Natural
“000 Zoom 16:9” = Zoom 16:9
“000 Title in 16:9” = Title in 16:9
“000 Zoom 14:9” = Zoom 14:9
“000 Title in 14:9” = Title in 14:9
“000 Full” = Full
“000 Normal” = Normal
Unacceptable
“%1” [CR]
7.3 Power status Read Command
7.4 Input mode Read Command
7.5 Picture mode Read Command
7.6 Wide mode Read Command
Ver.
Page
15
Command
“CR SIGNAL” [CR]
Detail
Get the signal status.
Response
Acceptable
“%1” [CR]
%1
“000 No signal = No signal
“000 Signal exists” = Signal exists.
Unacceptable
“%1” [CR]
Command
“CR CHILD” [CR]
Detail
Get the child lock setting.
Response
Acceptable
“%1” [CR]
%1
“000 OFF” = OFF
“000 ON” = ON
Unacceptable
“%1” [CR]
Command
“CR PSAVE” [CR]
Detail
Get the PSAVE setting .
Response
Acceptable
“%1” [CR]
%1
“000 OFF” = OFF
“000 ON” = ON
Unacceptable
“%1” [CR]
Command
“CRTM” [CR]
Detail
Get the Panel Usage Time
Response
Acceptable
“%1” [CR]
%1
Panel Usage Time in hour by 5 digits.
Ex. “00123” This means 123 hours
Unacceptable
“?” [CR]
Command
“CR RMC” [CR]
Detail
Get the Remote Control inhabitation state
Response
Acceptable
“%1” [CR]
%1
“000 OFF” = OFF : operable
“000 ON” = ON : inoperable
Unacceptable
“?” [CR]
7.7 Signal status Read Command
7.8 Child lock setting Read Command
7.9 Power save setting Read Command
7.10 Panel usage time Read Command
7.11 RC inhibition Read Command
Ver.
Page
16
8. Addressing Format command
overview
Addressing format command is used for operating multiple TV sets from one PC via RS232C control
line.
Addressing format command is defined one command/one line that starts with “A” and ends with
carriage return (0x0D).
When the TV receives carriage return (0x0D), the TV starts to decode.
Address is added at the top of control command as follows. (Control command is defined as same as
command without address.)
[Example]
Functional execution command:
“A001C05” [CR] means address is “001” and control command is “C05”.
Status read command:
“A001CR0” [CR] means address is “001” and control command is “CR0”.
The TV can set its own address in hotel option menu. Address can be set in the range of “001” to
“999” . Default address is “001”.
The TV clears the information of receiving buffer and the function is not executed when the following
condition occurs.
1) When it takes more than one second until the TV receives carriage return since it has
received the first data “C” and /or