Lexicon RT-20 Use and maintenance manual

Harman Specialty Group 3 Oak Park, Bedford, MA, 01730-1413 USA
Customer Service: Telephone: 781-280-0300 | Service Fax: 781-280-0499 | www.lexicon.com
Part No. 070-17224 | Rev 0 | 03/05
RT-20 Universal Disc Player
RS-232 Control Guide

Lexicon
RT-20 Universal Disc Player RS-232 Control Guide
Manufactured under license from Dolby Laboratories. “Dolby” and the double-D symbol are trademarks of Dolby
Laboratories. Confidential unpublished works. ©1992-1997 Dolby Laboratories. All rights reserved.
“HDMI,” the HDMI logo and High-Definition Multimedia Interface are trademarks or registered trademarks of HDMI Licensing LLC.
“DTS” and “DTS 96/24” are trademarks of Digital Theater Systems, Inc.
“SACD” and the SACD logo are trademarks of Sony Electronics, Inc.
“TosLink” is a registered trademark of Toshiba Corporation.
“Lexicon,” “LOGIC7,” and the L7 logo are registered trademarks of Harman International Industries, Inc. U.S. Patent Nos. D454,553;
D454,860; 5,796,844; 5,870,480 and other worldwide patents issued and pending.
This product incorporates copyright protection technology that is protected by method claims of certain U.S. patents and other intellectual
property rights owned by Macrovision Corporation and other rights owners. Use of this copyright protection technology must be authorized by
Macrovision Corporation, and is intended for home and other limited viewing uses only unless otherwise authorized by Macrovision
Corporation. Reverse engineering or disassembly is prohibited.
©2005 Harman Specialty Group. All rights reserved.
This document should not be construed as a commitment on the part of Harman Specialty Group. The information it contains is
subject to change without notice. Harman Specialty Group assumes no responsibility for errors that may appear within this document.
3 Oak Park
Bedford, MA 01730-1413 USA
Telephone: 781-280-0300
Fax: 781-280-0490
www.lexicon.com
Customer Service
Telephone: 781-280-0300
Sales Fax: 781-280-0495
Service Fax: 781-280-0499
Product Shipments
16 Progress Road
Billerica, MA 01821-5730 USA
Part No. 070-17224 | Rev 0 | 03/05

2
Table of Contents
1. Introduction...............................................................................................................................................................................3
1-1. Purpose..............................................................................................................................................................................3
1-2. References.........................................................................................................................................................................3
2. System Description.................................................................................................................................................................3
2-1. Overview............................................................................................................................................................................3
2-2. BlockDiagram...................................................................................................................................................................3
2-3. RT-20 RS-232 Connector PinDefinition........................................................................................................................3
3. Detailed Description.................................................................................................................................................................4
3-1. Connectionformat.............................................................................................................................................................4
3-1-1. Physical connection..................................................................................................................................................4
3-2. Transmissiondatapacketformats...................................................................................................................................4
3-2-1. TransmissiondatapacketsfromtheHOSTto theRT-20.....................................................................................4
3-2-1-1 CommandPackets.........................................................................................................................................4
3-2-1-2. Status Request Packets..................................................................................................................................4
3-2-2. ResponsedatapacketsfromtheRT-20totheHOST.........................................................................................5
3-2-2-1. ACK/NAKResponsePackets.......................................................................................................................5
3-2-2-2. Auto Status Feedback Packets......................................................................................................................5
3-3. DataTransaction Sequencing andTimingRequirements...........................................................................................6
3-3-1. DataPacketTransactionSequencingRequirements...........................................................................................6
3-3-2. DataTransactionTimingRequirements.................................................................................................................6
3-3-3. Specific Requirements forAuto Status Feedback..................................................................................................6
3-3-4. Exampleof thetransactions.....................................................................................................................................6
3-3-5. ExamplesofHOST/RT-20handshaking................................................................................................................7
3-3-5-1. Exampleofsuccessfulhandshaking..............................................................................................................7
3-3-5-2. Examplesofhandshakingerrors....................................................................................................................7
3-4. Commands.......................................................................................................................................................................8
3-4-1. HOSTCommandlist................................................................................................................................................8
3-4-2. SpecificCommands............................................................................................................................................... 10
3-5. StatusRequestandStatusResponseDataPackets.................................................................................................11
3-5-1. HOST Status request and Status Response/feedback list AST Layer: 1 ........................................................11
3-5-2. HOST Status request and Status Response/feedback list ASTLayer: 2........................................................11
3-5-3. HOST Status request and Status Response/feedback list ASTLayer: 3....................................................... 12
3-5-4. Special Status request and Status Response list AST Layer: None................................................................ 13
3-6. StatusFeedback........................................................................................................................................................... 14
3-7. Data Packet COMMANDList..................................................................................................................................... 16

3
1. Introduction
1-1. Purpose
This document was written as a reference specification for the Lexicon RT-20 Universal Disc Player RS-232
interface.
1-2. References
Refer to the RT-20 User Guide for information about the RS-232connector and RT-20functionality.
RT-20 User Guide p/n 070-17261.
2. System Description
2-1. Overview
The RT-20 RS-232 interface has been designed as a Master-Slave communication protocol, in which the RT-20 is
the slave device. The Master-system controller is referred to as the HOST device.
2-2. Block Diagram
2-3. RT-20 RS-232 Connector Pin Definition
The RT-20 serial RS-232 connector is a male 9-pin D-sub connector. The pin definitions are listed below.
Signal name D-Sub Pin
N.C. 1
TxD (output) 2
RxD (input) 3
N.C. 4
GND
5
N.C.
6
N.C.
7
N.C.
8
N.C.
9
HOST (Master- System
Controller)
RT-20 (SLAVE Device)
RS232Ccable (straight) Connector
D-SUB (9pin, male)

4
3. Detailed Description
The RS-232 hardware interface specification between the HOST and theRT-20 is described below.
3-1. Connection format
3-1-1. Physical connection
HOST RT-20
(SerialPort settings)
Baud Rate : 9600bps
DataBits : 8bit
Parity : None
Stop bit : 1bit
Handshaking : None
3-2. Transmission data packet formats
3-2-1. Transmission data packets from the HOST to the RT-20
There are two kinds of transmission data packets that are described below.
3-2-1-1. Command Packets
The Command Packets are provided for the Host Controller to request the RT-20 to perform a specific action.
Start character : ’@’
COMMAND : see “Data Packet COMMAND List”on page 16
End character (CR) : 0Dh
End
0Dh
COMMAND
Start
‘@’
3-2-1-2. Status Request Packets
The Status Request packets are provided for the Host Controller to request the RT-20 to report specific
operating statuses.
Start character : ’@’
Request status : see “Status Request and Status Response Data Packets” on page 11
Request character : ‘?’
End character (CR) : 0Dh
End
0Dh
Requeststatus
Start
‘@’
1
9
‘?’
TxD
RxD
GND
RxD
TxD
GND

5
3-2-2. Response data packets from the RT-20 to the HOST
The RT-20 can respond to theHOST in a synchronous and asynchronous mode. The two different response
packets are described below.
3-2-2-1. ACK/NAK Response Packets
The RT-20 provides an ACK (acknowledge) response to the HOST when the RT-20 has received a correct
command packet, and the HOST command packet has requested no other status data.
Start character : ’@’, ACK : 06h, End character (CR) : 0Dh
The RT-20 will send a NAK response packet if theRT-20 has received an incorrect HOSTcommand packet.
Start character : ’@’, NAK : 15h, End character (CR) : 0Dh
3-2-2-2. Auto Status Feedback Packets
The RT-20 will send to the HOST asynchronous status feedback data packets when applicable RT-20 status
changes. The asynchronous status has been divided into levels or groups. The HOST can enable each of the
status feedback groups independently.
Start character : ’@’
Answer character : see “Status Feedback” on page 14
End character (CR) : 0Dh
End
0Dh
Statusanswer
Start
‘@’
ACK
06h
CR
0Dh
start
‘
@
’
NAK
15h
CR
0Dh
start
‘
@
’

6
3-3. Data Transaction Sequencing and Timing Requirements
3-3-1. Data Packet Transaction Sequencing Requirements
The RT-20/Host DataPacketTransactionscan be described in one of the three following sequences:
• The HOSTsends a command data packet andthe RT-20 responds with anACK or a NAK data packet.
• The HOST sends a status request data packet and the RT-20 responds with the corresponding status
data packet or NAK if therequest is invalid.
• The RT-20 sends an auto status feedback data packet if the corresponding RT-20 status has changed
(The HOSTis not required to respond tothe RT-20).
3-3-2. Data Transaction Timing Requirements
Each of the HOST/RT-20 data transactions must meet thefollowing timing requirements:
• Response packet transmission (ACK, NAK or Status) from the RT-20 will be initiated approximately within
50ms following the end of the HOST command packet and transmission will be completed within 500ms
following the end of the HOST command packet.
• The HOSTshould not transmit a commandor status request data packet until the RT-20 has responded to
the previously sent command. Anew command or status request data packet may be initiated if the RT-20
has been unresponsive for at least 1s.
• The RT-20 will complete an auto status feedback data packet within 500ms.
3-3-3. Specific Requirements forAuto Status Feedback
The following items detail specific requirementsfor theAuto Status Feedback data transactions.
The RT-20Auto Status Feedback has been grouped into three layers: 1, 2 and 3:
• Layer 1 is the highest priority status. Layer 2 is the second highest priority. Layer 3 is assigned the lowest
priority.
• Each layer is independently enabled or disabled by the HOST. The RT-20 will disable all three layers by
default.
• The RT-20 initiates the Auto Status Feedback transaction when the corresponding RT-20 status has
changed.
3-3-4. Example of the transactions
HOST RT-20
TxD RxD
RxD TxD
Example Data Packet Transactions
max.0.5sec
a transaction atransaction
Command
ACKor NAK
Status request
Status
max.0.5sec

7
3-3-5. Examples of HOST/RT-20 handshaking
3-3-5-1. Example of successful handshaking
RT-20HOST
Command
acce
p
table
Request
acce
p
table
Command
A
CK
Status
request
Status
answer
A
uto status
feedback
Changed
status
The RT-20 may reply with an ACK instead of requested status, if the RT-20 cannot send the requested status
immediately.
3-3-5-2. Examples of handshaking errors
RT-20HOST
Command
incorrect
Request
incorrect
Command
NAK
Status
request
NAK

8
3-4. Commands
The following tables detail the available HOST commands.
3-4-1. HOST Command list
Command Reply from RT-20
OFF “PWR:1”
POWER ON “PWR:2” ACK
Toggle “TRY:0”
OPEN “TRY:1”
TRAY CLOSE “TRY:2” ACK
STOP “STP:0” ACK
PLAY “PLY:0” ACK
PAUSE “PPS:0” ACK
SLOW FWD “PSF:0” ACK
SLOW REV “PSR:0” ACK
FASTFWD “PFF:0” ACK
FASTREV “PFR:0” ACK
NEXT “GOT:1” ACK
PREV “GOT:2” ACK
STEP Toggle “PST:0” ACK
SEARCH Toggle “SCH:0” ACK
REPEAT Step “RPT:0” ACK
A-B REPEAT Step “A-B:0” ACK
PROGRAM Toggle “PRG:0” ACK
RANDOM Step “RDM:0” ACK
MARKER Toggle “MRK:0” ACK
+ “PAG:1”
PAGE - “PAG:2” ACK

9
Command Reply from RT-20
SETUP Toggle “OSD:0” ACK
TOPMENU Toggle “MNU:1” ACK
MENU Toggle “MNU:0” ACK
SUBTITLE “SBT:0” ACK
AUDIO “AUD:0” ACK
DISPLAY (OSD) Toggle “DIP:0” ACK
Step “DIM:0”
OFF “DIM:1”
DIMMER “DIM:2”
DIMMER (FL/LCD)
ON “DIM:3”
ACK
RETURN “CUR:0”
UP “CUR:1”
DOWN “CUR:2”
LEFT “CUR:3”
CURSOR
RIGHT “CUR:4”
ACK
0 “NUM:0”
1 “NUM:1”
2 “NUM:2”
3 “NUM:3”
4 “NUM:4”
5 “NUM:5”
6 “NUM:6”
7 “NUM:7”
8 “NUM:8”
9 “NUM:9”
NUMBER
+10 “NUM:P”
ACK
ENTER “ENT:0” ACK
CLEAR “CLR:0” ACK
Command Reply from RT-20
Toggle “SCD:0”
SACD
Stereo “SCD:1”
SACD Multi “SCD:2”
SACD MODE
SACD CD “SCD:3”
ACK
HP MODE Toggle “HPM:0” ACK

10
Command Reply from RT-20
TVSYSTEM Toggle “TVS:0” ACK
PROGRESSIVE
/INTERLACE Toggle “PGR:0” ACK
LetterBox “ASP:1”
Panscan “ASP:2”
Wide “ASP:3”
ASPECT
Squeeze “ASP:4”
ACK
Toggle “VMT:0”
MuteOFF “VMT:1”
VIDEOMUTE MuteON “VMT:2” ACK
VIDEOADJ Toggle “VAJ:0” ACK
ZOOM Toggle “ZOM:0” ACK
Command Reply from RT-20
Toggle “HDM:0”
OFF “HDM:1”
HDMI ON/OFF ON “HDM:2” ACK
HDMI RESET “HDR:0” ACK
CONDITION MEMORY “CND:0” ACK
Disable “ATP:1”
AUTO POWER OFF Enable “ATP:2” ACK
DVD 1 “RC6:1”
REMOTE CODE DVD 2 “RC6:2” ACK
Disable “ECO:1”
ECO MODE Enable “ECO:2” ACK
3-4-2. Specific Commands
Command from Host Reply from RT-20
“AST:x” (x = ‘0’~ ’7’)
ex)”@AST:7r” (r = CR)
‘x’ Layer1 Layer2 Layer3
‘0’ Disable. Disable. Disable.
‘1’ Enable. Disable. Disable.
‘2’ Disable. Enable. Disable.
‘3’ Disable. Disable. Enable.
‘4’ Enable. Enable. Disable.
‘5’ Enable. Disable. Enable.
‘6’ Disable. Enable. Enable.
Auto status feedback
(The RT-20 default will disable all
auto status feedback.)
‘7’ Enable. Enable. Enable.
ACK

11
3-5. Status Request and Status Response Data Packets
3-5-1. HOST Status request and Status Response/feedback list AST Layer: 1
Status request Status answer and feedback
OFF “PWR:1”
POWER “PWR:?”
ON “PWR:2”
OPEN “TRY:1”
TRAY MODE “TRY:?” CLOSE “TRY:2”
TOC (LOADING) “MOD:0”
STOP “MOD:1”
PLAY “MOD:2”
PAUSE “MOD:3”
SLOW FWD “MOD:4”
SLOW REV “MOD:5”
FAST FWD “MOD:6”
PLAY MODE “MOD:?”
FAST REV “MOD:7”
UNDEFINE “DSC:-“
No DISC “DSC:0”
CD “DSC:1”
VCD “DSC:2”
DVD-VIDEO “DSC:3”
DVD-AUDIO “DSC:4”
SACD “DSC:5”
DISC “DSC:?”
MP3 / JPEG “DSC:6”
3-5-2. HOST Status request and Status Response/feedback list AST Layer: 2
Status request Status answer and feedback
OFF “RPT:1”
Track/ChapterREPEAT “RPT:2”
REPEAT “RPT:?”
All/Group/Title REPEAT “RPT:3”
OFF “A-B:1”
SETA “A-B:2”
A-B REPEAT “A-B:?” SETA-B “A-B:3”
OFF “RDM:1”
RANDOM “RDM:?” ON “RDM:2”
Status request Status answer and feedback
“TTL:?” TITLE “TTL:???”
“GRP:?” GROUP “GRP:???”
“CHP:?” CHAPTER “CHP:???”
COUNTER
“TRK:?” TRACK “TRK:???
Status request Status answer and feedback
OFF “DIM:1”
DIMMER “DIM:2”
DIMMER(FL/LCD) None ON “DIM:3”

12
Status request Status answer and feedback
SACD Stereo “SCD:1”
SACD Multi “SCD:2”
SACD MODE “SCD:?” SACD CD “SCD:3”
Status request Status answer and feedback
NTSC “TVS:1”
PAL “TVS:2”
TVSYSTEM “TVS:?” MULTI “TVS:3”
Progressive “PGR:1”PROGRESSIVE
/INTERLACE “PGR:?” Interlace “PGR:2”
LetterBox “ASP:1”
Panscan “ASP:2”
Wide “ASP:3”
ASPECT “ASP:?”
Squeeze “ASP:4”
MuteOFF “VMT:1”
VIDEOMUTE “VMT:?” MuteON “VMT:2”
Status request Status answer and feedback
HDMI OFF “HDM:1”
HDMI ON/OFF “HDM:?” HDMI ON “HDM:2”
Disable “ATP:1”
AUTO POWER OFF “ATP:?” Enable “ATP:2”
DVD1 “RC6:1”
REMOTE CODE “RC6:?” DVD2 “RC6:2”
Disable “ECO:1”
ECO MODE “ECO:?” Enable “ECO:2”
3-5-3. HOST Status request and Status Response/feedback list AST Layer: 3
Send Slave status example Expected reply from Host
TIME (DVD, DVD-Audio) “TIH:H.MM.SS”
COUNTER “TIM:?” TIME (CD, SACD, MP3, VCD) “TIM:MMM.SS”

13
3-5-4. Special Status request and Status Response list AST Layer: None
Status request Status answer and feedback
Layer1 Layer2 Layer3 send data
Disable. Disable. Disable. “AST:0”
Enable. Disable. Disable. “AST:1”
Disable. Enable. Disable. “AST:2”
Disable. Disable. Enable. “AST:3”
Enable. Enable. Disable. “AST:4”
Enable. Disable. Enable. “AST:5”
Disable. Enable. Enable. “AST:6”
Auto status feedback “AST:?”
Enable. Enable. Enable. “AST:7”
Status request Status answer and feedback
“RV0:?” RS-232C Soft Version “VR0:????????????”
“RV1:?” B/E Soft Version “VR1:????????????”
“RV2:?” Panel Soft Version “VR2:????????????”
Read Version Number
“RV3:?” AUDIO DSP Soft Version “VR3:????????????”

14
3-6. Status Feedback
Auto Status
feedback Layer Request Status Notes
@A-B:1\x0d OFF
@A-B:2\x0d SETA
A-B REPEAT
Layer2 @A-B:?\x0d,
@A-B:3\x0d SETA-B
@ASP:1\x0d LetterBox
@ASP:2\x0d Panscan
@ASP:3\x0d Wide
ASPECT
Layer2 @ASP:?\x0d,
@ASP:4\x0d SQUEEZE
@ATP:1\x0d OFF
AutoPowerOff
Layer2 @ATP:?\x0d,
@ATP:2\x0d ON
@RC6:1\x0d DVD1
REMOTE CODE
Layer2 @RC6:?\x0d,
@RC6:2\x0d DVD2
@ECO:1\x0d OFF
EcoMode
Layer2 @ECO:?\x0d,
@ECO:2\x0d ON
@MOD:6\x0d PLAYFAST FWD
@MOD:7\x0d PLAYFASTREV
@MOD:2\x0d PLAY
@MOD:3\x0d PLAYPAUSE
@MOD:4\x0d PLAY SLOW FWD
@MOD:5\x0d PLAY SLOW REV
@MOD:1\x0d STOP
PLAY MODE
Layer1 @MOD:?\x0d
@MOD:0\x0d TOC(LOADING)
@PWR:1\x0d OFF
POWER
Layer1 @PWR:?\x0d,
@PWR:2\x0d ON
@RND:1\x0d OFF
@RND:2\x0d ON1
RANDOM
Layer2 @RDM:?\x0d,
@RND:2\x0d ON2
@RPT:1\x0d OFF
@RPT:2\x0d Rep1
@RPT:3\x0d Rep2
REPEAT
Layer2 @RPT:0\x0d,
@RPT:3\x0d Rep3
@SCD:1\x0d SACD
@SCD:2\x0d SACD
S.MODE
Layer2 @SCD:?\x0d,
@SCD:3\x0d SACDCD
@TRY:1\x0d OPEN
TRAY
Layer1 @TRY:?\x0d,
@TRY:2\x0d CLOSE
@TVS:1\x0d NTSC
@TVS:2\x0d PAL
NTSC/PAL
Layer2 @TVS:?\x0d,
@TVS:3\x0d AUTO
@VMT:1\x0d OFF
VIDEO MUTE
Layer2 @VMT:?\x0d,
@VMT:2\x0d ON

15
Auto Status
feedback Layer Request Status Notes
@DSC:-\x0d UNDEFINE
(ERROR)
@DSC:0\x0d NoDisc
@DSC:1\x0d CD
@DSC:2\x0d VCD
@DSC:3\x0d DVD
@DSC:4\x0d DVDAudio
@DSC:5\x0d SACD
DISC
Layer1 @DSC:?\x0d,
@DSC:6\x0d MP3/JPEG
Layer2 @TTL:?\x0d
@TTL:???\x0d Title
Layer2 @GRP:?\x0d
@GRP:???\x0d Group
Layer2 @CHP:?\x0d
@CHP:???\x0d Chapter
Layer2 @TRK:?\x0d
@TRK:???\x0d Track
@TIH:?.??.??\x0d
COUNTER
Layer3 @TIM:?\x0d
@TIM:???.??\x0d Time
PROGRESSIVE/ @PGR:1\x0d Progressive
INTERLACE Layer2 @PGR:2\x0d Interlace
@DIM:1\x0d, OFF
@DIM:2\x0d, DIMMER
DIMMER(FL/LCD)
Layer2
@PGR:?\x0d
@DIM:3\x0d, ON
Layer2 @HDM:?\x0d @HDM:1\x0d OFF
HDMION/OFF
@HDM:2\x0d ON
@RV0:?\x0d @VR0:????????????\x0d RS-232CVer. No.
@RV1:?\x0d @VR1:????????????\x0d BE Ver.No.
@RV2:?\x0d @VR2:????????????\x0d Panel ucom Ver.
No.
Read Ver Number
ASTlayer
@RV3:?\x0d @VR3:????????????\x0d DSPVer.No.
@AST:0\x0d alllayerOFF
@AST:1\x0d layer1 ON
@AST:2\x0d layer2 ON
@AST:3\x0d layer3 ON
@AST:4\x0d layer1,layer2 ON
@AST:5\x0d layer1,layer3 ON
@AST:6\x0d layer2,layer3 ON
Auto status feedback
ASTlayer @AST:?\x0d
@AST:7\x0d all layer ON

16
3-7. Data Packet COMMAND List
COMMAND Notes
A-B REPEAT @A-B:0\x0d, Step
ANGLE @AGL:0\x0d Toggle
ASPECT @ASP:1\x0d, LetterBox
@ASP:2\x0d Panscan
@ASP:3\x0d Wide
@ASP:4\x0d SQUEEZE
AutoPowerOff @ATP:1\x0d, OFF
@ATP:2\x0d ON
AUDIO @AUD:0\x0d Toggle
CLEAR @CLR:0\x0d
CONDITION @CND:0\x0d Toggle
RETURN @CUR:0\x0d RETURN
CURSOR @CUR:1\x0d UP
@CUR:2\x0d DOWN
@CUR:3\x0d LEFT
@CUR:4\x0d RIGHT
DIMMER(FL/LCD) @DIM:0\x0d Step
@DIM:1\x0d OFF
@DIM:2\x0d DIMMER
@DIM:3\x0d ON
DISPLAY(OSD) @DIP:0\x0d Toggle
REMOTE CODE @RC6:1\x0d DVD1
@RC6:2\x0d DVD2
EcoMode @ECO:1\x0d OFF
@ECO:2\x0d ON
ENTER @ENT:0\x0d
GO TO TRACK @GOT:1\x0d NEXT
@GOT:2\x0d PREV
I.REPLAY SKIP @IGT:1\x0d I.SKIP
@IGT:2\x0d I.REPLY
MARKER @MRK:0\x0d Toggle
MENU @MNU:0\x0d Toggle
TOP MENU @MNU:1\x0d Toggle
NUMBER @NUM:0\x0d 0
@NUM:1\x0d 1
@NUM:2\x0d 2
@NUM:3\x0d 3
@NUM:4\x0d 4
@NUM:5\x0d 5
@NUM:6\x0d 6
@NUM:7\x0d 7
@NUM:8\x0d 8
@NUM:9\x0d 9

17
COMMAND Notes
@NUM:P\x0d +10
SETUP @OSD:0\x0d Step
PAGE @PAG:1\x0d +
@PAG:2\x0d -
PLAY MODE @PFF:0\x0d PLAYFAST FWD
@PFR:0\x0d PLAYFASTREV
@PLY:0\x0d PLAY
@PPS:0\x0d PLAY PAUSE
@PSF:0\x0d PLAYSLOWFWD
@PSR:0\x0d PLAYSLOWREV
@STP:0\x0d STOP
PROGRAM @PRG:0\x0d Toggle
PROGRESSIVE/
INTERLACE @PGR:0\x0d Toggle
POWER @PWR:1\x0d OFF
@PWR:2\x0d ON
RANDOM @RDM:0\x0d Step
REPEAT @RPT:0\x0d Step
S.MODE @SCD:0\x0d Toggle
@SCD:1\x0d SACDStereo
@SCD:2\x0d SACDMulti
@SCD:3\x0d SACDCD
SEARCH @SCH:0\x0d Toggle
STEP @PST:0\x0d Toggle
SUBTITLE @SBT:0\x0d Toggle
TRAY @TRY:0\x0d Toggle
@TRY:1\x0d OPEN
@TRY:2\x0d CLOSE
NTSC/PAL/AUTO @TVS:0\x0d Toggle
VIDEOADJ @VAJ:0\x0d Toggle
VIDEO MUTE @VMT:0\x0d Toggle
@VMT:1\x0d OFF
@VMT:2\x0d ON
ZOOM @ZOM:0\x0d Toggle
INFORMATION @INF:0\x0d Toggle
HDMION/OFF @HDM:0\x0d Toggle
@HDM:1\x0d OFF
@HDM:2\x0d ON
HDMI RESET @HDR:0\x0d RESET

18
COMMAND Notes
Auto status feedback @AST:0\x0d all layer OFF
@AST:1\x0d layer1ON
@AST:2\x0d layer2ON
@AST:3\x0d layer3ON
@AST:4\x0d layer1,layer2ON
@AST:5\x0d layer1,layer3ON
@AST:6\x0d layer2,layer3ON
@AST:7x0d
@AST:7\x0d all layer ON

Other manuals for RT-20
1
This manual suits for next models
4
Table of contents
Other Lexicon CD Player manuals