The CIS-200 Control Interface is designed to allow hardwired control with two way
communication of Sony audio/video products that use the S-Link control system from an
RS232C serial communications device. S-Link is a general term for Sony audio/video
control systems. S-Link is composed of the following two systems: Control-A1 for audio
components, and Control-S for TVs and video components.
Audio products use the Control-A1 system, a completely new protocol that allows full two
way communication. This makes possible not only component control with transport
status information back, but also exchange of information such as custom file data from a
CD changer. Up to ten components can be linked in daisy chained fashion.
TVs and Video products with the S-Link label use the Control-S system, also referred to as
SIRCS (Sony Infrared Remote Control Standard), which has been in use since the early
1980’s. Although Control-S is a unidirectional protocol, the S-Link system employs
circuitry that allows a component to return confirmation that it has been activated.
Parts Identification
Front Panel
1
POWER on LED Indicator
1
1
Rear Panel
12345
1
POWER Connector
Input for 9VDC-500mA Power Supply (Supplied)
2
RS232 Connector
3 pin Terminal Block Connection to User Interfaces RS232 Control System Serial
Port.
Typical Wiring Configurations:
CIS-200 I/O 9-Pin D-Sub
TX >Pin 2 - RX
RX <Pin 3 - TX
GND -Pin 5 - GND
CIS-200 I/O 25-Pin D-Sub
TX >Pin 3 - RX
RX <Pin 2 - TX
GND -Pin 7 - GND
3
LOOP OUT Connector
2 pin Terminal Block Connection to Additional CIS-200 Series ExpansionInterface(s).
Typical Wiring Configuration:
LOOP OUTRS232
on CIS-200 I/O on expansion
TX>RX
GND-GND
2
4
S-LINK - A1 Connectors
Two 1/8” (3.5mm) mini phone jacks. Parallel output of one Control-A1 channel.
Supports daisy chain connection of up to ten devices. Note that the CIS-200 counts as
one device.
5
S-LINK - CONTROL-S Connectors
Four 1/8” (3.5mm) mini phone jacks. Individual outputs for four Control-S channels.
Typical System Configuration
The illustration below represents a typical system setup.
RS232
CONTROL-A1
CIS-200
CONTROL-S
CABLES
DATA
CABLE
DVD playerDSS
User Interface
Touch Screen,
Computer, etc.
ReceiverMD deckCD changer
DATADATADATA
DATASTATUS
VCR
Up to Ten
Devices
TV
3
CIS-200 RS-232 Protocol
Overview
Transfer Format
Transfer Rate9600bps
Character Length8 bits
Parity CheckNone
Start Bit1
Stop Bit1
ID Number
CIS-200 ID Number = 0
Send Strings:
A1 Send Strings
Send A1 Data
Request A1 Data
Control-S Send Strings
Send Control-S Data
Send Control-S Data Continuous
Request Control-S Status
Stop ALL Data
Return/Respond Strings:
A1 Return/Respond Strings
Command Sent ACK
Command Sent NACK (busy)
Receive Data ACK
Receive Data NACK (busy)
Control-S Return/Respond Strings
Command Sent ACK
Continuous Command Sent ACK
Receive Control-S Status
A1/Control-S Common Return/Respond Strings
All OFF ACK
4
Command Number 1
Send A1 Data
st
1
Byte2
Attention
Byte
nd
Byte3
Command
Number
rd
Byte4
Number
of Bytes
th
Byte
Product
code
5
th
Data
Byte
Data
1st Byte: Attention Byte
<8xH> 80H logically OR’d with ID number (80H for CIS-200).
2nd Byte: Command Number
<1>Send A1 Data
3rd Byte: Number of Bytes
The 3rd byte is equal to the total number of bytes including the 4th byte (Product Code)
to the last data byte.
4th Byte: Product Code
5th Byte: Data
Data can be from 1 to 19 bytes in length
Example: <CD1> <PLAY>
st
1
Byte2
nd
01H80H70H02H01H
Attention
Byte
Command
Number
Byte3
rd
Byte4
Number
of Bytes
th
Byte
Product
code:
CD 1
th
5
Byte
Request
code:
PLAY
5
Command Number 2
Request A1 Data
st
1
Byte2
Attention
Byte
nd
Byte3
Command
Number
rd
Byte4
Number
of Bytes
th
Byte
Product
code
5
th
Data
Byte
Data
1st Byte: Attention Byte
<8xH> 80H logically OR’d with ID number (80H for CIS-200).
2nd Byte: Command Number
<2> Request A1 Data
3rd Byte: Number of Bytes
The 3rd byte is equal to the total number of bytes including the 4th byte (Product Code)
to the last data byte.
4th Byte: Product Code
5th Byte: Data
Data can be from 1 to 19 bytes in length
Example: <CD3> <TRACK TEXT REQUEST>
st
1
Byte2
nd
02H80H72H02H28H
Attention
Byte
Command
Number
Byte3
rd
Byte4
Number
of Bytes
th
Byte
Product
code:
CD 3
th
5
Byte
Request
code:
TRACK
TEXT REQ
6
Responses to Send A1 Data
After initiating a Command Number 1 (Send A1 Data) an ‘ACK’ or ‘NACK’ response
must be received before initiating next command.
Command Sent ACK
1 Byte: Response
<FDH> Command acknowledged. A1 data sent.
Example: <CD 1> <PLAY >
CD 1PLAY
TX
RX
01H80H70H02H
01H
FDH
Command
Sent ACK
7
Responses to Send A1 Data
After initiating a Command Number 1 (Send A1 Data) an ‘ACK’ or ‘NACK’ response
must be received before initiating next command.
Command Sent NACK (busy)
1 Byte: Response
<FEH> Command received. A1 data NOT sent
Example: <AMP> <POWER ON>
AMPPOWER ON
TX
RX
TX
RX
01H80HA0H02H
01H80HA0H02H
41H
FEH
Command
Sent NACK
AMPPOWER ON
41H
FDH
Command
Sent ACK
8
Responses to Request A1 Data
After initiating Command Number 2 (Request A1 Data) an ‘ACK’ or ‘NACK’ response
must be received before initiating next command.
Receive Data ACK
1st Byte: Response
<FDH> Command acknowledged. A1 data sent.
2nd Byte: Product Code
3rd Byte: Data
Example: <CD3> <TRACK TEXT REQUEST>
TX
RX
TX
RX
TX
RX
st
1
Byte3
nd
2
72HFDH00HxxH
Receive
Data ACK
th
Product
Code
Byte
45H48H4CH50H00H00H
ASCII
‘H’
ASCII
TRACK
CD 3
TEXT REQ
02H80H72H03H28H
Byte
rd
Byte4
th
Byte5
th
Byte
28H
Language
Code
11
th
Byte
Byte20
‘P’
th
Byte7
‘E’
TRACK
TEXT DATA
th
9
Byte8
ASCII
‘L’
Track No.
th
10
ASCII
Track No.
00H
Current Track
th
6
Byte
xxH
Copy Control
Flag
th
continued
Byte
9
Responses to Request A1 Data
After initiating Command Number 2 (Request A1 Data) an ‘ACK’ or ‘NACK’ response
must be received before initiating next command.
Receive Data NACK (busy)
1 Byte: Response
<FEH> Command received. A1 data NOT sent
VOLUME
AMP
POSITION REQ
TX
RX
TX
RX
02H80HA0H02H
02H80HA0H02H
AMP
VOLUME
POSITION REQ
21H
21H
FDH
Command
Sent ACK
FEH
Command
Sent NACK
A0H
AMP
POSITION DATA
7AH
VOLUME
10
Command Number 3
Send Control-S Data
st
1
Byte2
Attention
Byte
nd
Byte3
Command
Number
rd
Byte4
Channel
th
Byte
Product
code - HI
1st Byte: Attention Byte
<8xH> 80H logically OR’d with ID number (80H for CIS-200).
2nd Byte: Command Number
<3>Send Control-S Data
3rd Byte: Channel
Control-S channel 1 through 4
4th Byte: Product Code HI Byte
5th Byte: Product Code LO Byte
th
5
Byte
Product
code - LO
th
Byte
6
Command
6th Byte: Command
st
1
Byte2
Attention
Byte
Example: <VCR1> <PLAY>
nd
Byte
rd
3
Byte4
th
Byte
th
5
03H80H00H01H12H
Command
Number
Control-S
Channel
Product code: VCR1
11
LO ByteHI Byte
Byte
th
6
Byte
24H
Command:
PLAY
Command Number 4
Send Control-S Data Continuous
st
1
Byte2
Attention
Byte
nd
Byte3
Command
Number
rd
Byte4
Channel
th
Byte
Product
code - HI
1st Byte: Attention Byte
<8xH> 80H logically OR’d with ID number (80H for CIS-200).
2nd Byte: Command Number
<4>Send Control-S Data Continuous
3rd Byte: Channel
Control-S channel 1 through 4
4th Byte: Product Code HI Byte
5th Byte: Product Code LO Byte
th
5
Byte
Product
code - LO
th
Byte
6
Command
6th Byte: Command
st
1
Byte2
Attention
Byte
Example: <TV> <VOLUME +>
nd
Byte
rd
3
Byte4
th
Byte
th
5
04H80H00H03H10H
Command
Number
Control-S
Channel
Product code: TV
12
LO ByteHI Byte
Byte
th
6
Byte
13H
Command:
VOLUME +
Command Number 5
Request Control-S Status
st
1
Byte2
Attention
Byte
nd
Byte3
Command
Number
rd
Byte
Channel
1st Byte: Attention Byte
<8xH> 80H logically OR’d with ID number (80H for CIS-200).
2nd Byte: Command Number
<5>Request Control-S Status
3rd Byte: Channel
Control-S channel 1 through 4
Example: <REQUEST STATUS> <Channel 4>
st
1
Byte2
nd
Byte3
rd
Byte
05H80H04H
Attention
Byte
Command
Number
13
Control-S
Channel
Responses to Send Control-S Data
After initiating either Command Number 3 (Send Control-S Data) or #4 (Send Control-S
Data Continuous) an ‘ACK’ response must be received before initiating next command.
Command Sent ACK or Continuous Command Sent ACK
1 Byte: Response
<FDH> Command acknowledged. Control-S data sent.
Example: <VCR 1> <PLAY >
PLAYVCR1
TX
RX
03H80H00H01H
12H
24H
FDH
Command
Sent ACK
14
Response to Request Control-S Status
After initiating Command Number 5 (Request Control-S Status).
Receive Control-S Status
1st Byte: Response
<FDH> Command acknowledged. Control-S data sent.
2nd Byte: Channel
Control-S channel 1 through 4
3rd Byte: Status
0 = ‘OFF’ , 1 = ‘ON’
Example: <REQUEST STATUS > <Channel 4>
TX
RX
Request Control-S
StatusChannel 4
05H80H04H
FDH
Command
Sent ACK
04H
Channel 4
01H
‘ON’
15
Control-S Commands / Responses
Stop All Data
This command stops all Control-S continuous data being sent, and also stops A1 data from
being received. This must be sent after any continuous command has been initiated,
otherwise the next command(s) sent will be ignored.
1 Byte: Attention Byte
<9xH> 90H logically OR’d with ID number (90H for CIS-200).
All Off ACK
1 Byte: Response
<FDH> Command acknowledged. All data stopped
TX
RX
Example: <AMP/VOL+> <STOP ALL DATA>
04H80H00H01H
AMPVOLUME +
40H
12H
FDH
Command
Sent ACK
STOP ALL DATA
90H
FDH
All Off ACK
16
Programmers Notes:
Since CONTROL-A1 is a half-duplex "network" running at an equivalent baud rate of
approximately 600 bps, it is recommended that the following guidelines be observed to
achieve maximum efficiency:
1. The CIS-200 Command #1 (Send A1 Data), is intentionally designed NOT to read back
the A1 returned data, as to achieve a faster response time. It is recommended to use
Command #1 for commands such as "PLAY", "STOP", "PAUSE", etc. that would require
instant response.
2. The CIS-200 Command #2 (Request A1 Data), will read back ALL A1 data on the A1
bus immediately after "ACK" is received. It is recommended to use this command only
when data reception is necessary (i.e. obtaining product status’s) as to minimize A1 "data
clog". After data is received, a "Stop ALL Data" Command (90H) or a subsequent
Command #1 should be sent to minimize data throughput.
01~99 (1 to 99)b7 : fixed to 0
00 (100)b6 : fixed to 0
9A~FE (100 to 200) b5 : fixed to 0
FF (Current Disc) b4 : GUI support
0 : not supported
1 : supported
b3 : GROUP FILE
0 : not available
1 : available
b2 : LEVEL FILE
0 : not available
1 : available
b1 : DELETE FILE
0 : not available
1 : available
b0 : DISC MEMO
0 : not available
1 : available
b7b6 : Fixed to 0
b5 : TRACK TEXT b2 : LEVEL FILE
0 : not available0 : not available
1 : available1 : available
b4 : DISC TEXTb1 : DELETE FILE
0 : not available0 : not available
1 : available1 : available
b3 : TRACK MEMO b0 : DISC MEMO
0 : not available0 : not available
1 : available1 : available
2ADISC TEXT REQ.6DISC No.(if no text is available for the disc, disc memo will be returned, if any)
2ADISC TEXT DATA20DISC No.Language CodeCopy Control flag ASCII DATA x 14 bytes (pad "00H")
01~99 (1 to 99)
00 (100)
9A~FE (100 to 200)
FF (Current Disc)
2BDISC TEXT CONTINUED20PACKET No.ASCII DATA x 16 bytes (the last data is "00H")
Hex, 02 or greater Note: Text data has an undefined length so that it is divided into 16 byte code
and transmitted at 15-ms intervals. The last data is "00H " and any
subsequent data will be padded with "00H". If no more packets are
needed subsequent packet transmission can be canceled by sending
TEXT CANCEL code to the CD player.
or15NO DISC TEXT3(DISC TEXT REQ. has been received but no corresponding data exists.)
28TRACK TEXT REQ.6No. 00 indicates the current track (If no text is available, track memo will be returned (if any)
28TRACK TEXT DATA20Track No.Language CodeCopy Control flag ASCII DATA x 14 bytes (pad "00H")
29TRACK TEXT CONTINUED20PACKET No.ASCII DATA x 16 bytes (the last data is "00H")
Hex, 02 or greater Note: Text data has an undefined length so that it is divided into 16 byte code
and transmitted at 15-ms intervals. The last data is "00H " and any
subsequent data will be padded with "00H". If no more packets are
needed subsequent packet transmission can be canceled by sending
TEXT CANCEL code to the CD player.
or16NO TRACK TEXT3(TRACK TEXT REQ. has been received but no corresponding data exists.)
26OTHER TEXT REQ.7DATA1DATA2
26OTHER TEXT DATA20DATALanguage CodeCopy Control flagASCII DATA x 14 bytes (pad "00H")
27OTHER TEXT REQ.20PACKET No.ASCII DATA x 16 bytes (the last data is "00H")
Hex, 02 or greater Note: Text data has an undefined length so that it is divided into 16 byte code
and transmitted at 15-ms intervals. The last data is "00H " and any
subsequent data will be padded with "00H". If no more packets are
needed subsequent packet transmission can be canceled by sending
TEXT CANCEL code to the CD player.
or1FNO OTHER TEXT3(OTHER TEXT REQ. has been received but no corresponding data exists.)
• • •33TRACK START (ACCESS END)7DISC No.Track No.MINSEC
Equivalent to conventional track gap code.01~99 (1 to 99)Track length (0AAH if unknown)
Transmitted including the track length,
after an access or upon any change in TNO 9A~FE (100 to 200)
00 (100)
FF (Current Disc)
• • •34ELAPSED TIME7Track No.INDEX No.MINSEC
Transmitted if the elapsed time when ELAPSED TIME REQ. has been received. Transmitted at 200-ms intervals during FF/FR
• • •32DISC CHANGE with No.4DISC No.
Transmitted when changing the disc.01~99 (1 to 99)
01~99 (1 to 99)
00 (100)
9A~FE (100 to 200)
FF (Current Disc)
or18NO POS DATA3 (POS DATA REQ. has been received but no corresponding data exists.)
73ISRC DATA REQ.5
73ISRC DATA17ISRC DATA x14 bytes (Q data address 3 information)
or17NO ISRC DATA3 (ISRC DATA REQ. has been received but no corresponding data exists.)
33DISC/TRACK PLAY7DISC No.Track No.(PLAY by directly specifying the disc and track)
34DISC/TRACK PAUSE7DISC No.Track No.(PAUSE by directly specifying the disc and track)
32DISC CHANGE with No.4DISC No.Transmitted when changing the disc
30NO DISC (with No.)4DISC No.Transmitted when no disc is found for 33 or 34 command
35TOC READ START4DISC No.Transmitted when starting TOC read after chucking the disc
31DISC PRESENT with No.4DISC No.Transmitted when TOC has been read
01~99 (1 to 99)
00 (100)
9A~FE (100 to 200)
FF (Current Disc)
98 • • •DISC MEMO WRITE19DISC No.ASCII DATA x 13 byte (Pad "00H" when less than 13 characters)
01~99 (1 to 99)
00 (100)
9A~FE (100 to 200)
FF (Current Disc)
99 • • •GROUP MEMO WRITE19GROUP No.ASCII DATA x 13 byte (Pad "00H" when less than 13 characters)
9A • • •TRACK MEMO WRITE19TRACK No.ASCII DATA x 13 byte (Pad "00H" when less than 13 characters)
76 • • •POINTER POSITION DATA7X position (0-0B)Y position (0--17) VisionTouch point data (ENTER)
• • •35TOC READ START4DISC No.Transmitted when starting TOC read after chucking the disc
TOC READ START is transmitted at 2-s intervals during TOC READ.
64TOC GET5Transmitted within 500 ms if another device reads TOC (e.g., upon digital out)
If the CDP receives TOC GET within 1 s of TOC READ START, it will hold the TOC READ state even after TOC READ has been completed.
63TOC GET END5Transmitted once another device has read TOC (the CDP then proceeds to next operation)
3DFADE OUT REQ.6FADE TIME (2-30) Fade-out within specified time then mute play
32FADE IN REQ.6FADE TIME (2-30) Fade-in within specified time during PAUSE
70MODEL NAME REQ.5
70MODEL NAME DATA17ASCII DATA x 14 byte (Case sensitive. Any empty bytes will be padded with "00")
or12NO TOTAL TIME3TOTAL TIME REQ. received but no corresponding data exists
2DPROGRAM TIME REQ.6PROGRAM No.(01~99)
75 PROGRAM TIME DATA8PROGRAM No.THTMTSTF
or13NO PROGRAM TIME3PROGRAM TIME REQ. received but no corresponding data exists
2ATAPE NAME REQ.5
2ATAPE NAME DATA2000H fixedASCII DATA x 16 byte (Pad "00H" when less than 13 characters)
2BTAPE NAME continue20PACKET No.ASCII DATA x 16 byte
Hex, 02 or greater Note: Name data has an undefined length so that it is divided into 16 byte cod
and transmitted at 15-ms intervals. The last data is "00H " and any
subsequent data will be padded with "00H". If no more packets are
needed subsequent packet transmission can be canceled by sending
NAME CANCEL code.
or10NO TAPE NAME3TAPE NAME REQ. received but no corresponding data exists
34 • • •PROGRAM PLAY6PROGRAM No.Playback of a specified program No.
31 • • •PROGRAM PAUSE6PROGRAM No.Pause at a directly specified program No.
0ESTATUS REQ.5
51STATUS DATA8DATA1DATA2PROGRAM No.
b7 : TAPEb7 : TOC + digits, - digits
0 : OFF0 : OFFNote : "-" is displayed for "00H" and AAH"
1 : ON1 : ON
b6b5b4 :b6 : SKIP PLAY
000 fixed0 : OFF
b3b2b1b0 :1 : ON
0000 : STOPb5 :
0001 : PLAY0 : NORMAL mode
0010 : PAUSE1 : SPECIAL mode
0011 : EJECTb4b3 :
0100 : REC PLAY 00 : REPEAT off
0101 : REC PAUSE 01 : REPEAT all
0110 : FF10 : REPEAT 1
0111 : REW11 : REPEAT A-B
1000 : F. AMSb2b1b0 :
1001 : R. AMS000 : NORMAL
1010 : CUE001 : RMS
1011 : REVIEW010~111 reserved
1100~1110 rsrvd
44MODEL DATA REQ.5
74MODEL DATA4FEATURE
70MODEL NAME REQ.5
70MODEL NAME DATA17ASCII DATA x 14 byte (Exactly input upper- and lowercase letters with spaces padded with "00")
b7b6b5b4 : 0000 fixed
b3 : CLOCKb1 : END ID func.
0 : OFF0 : OFF
1 : ON1 : ON
b2 : Skip ID func.b0 : Recording
0 : OFF0 : OFF
1 : ON1 : ON
30
Category: MD1, MD2Control-A1Product Code : 90, 91
REQUEST CODESANSWER CODES
5th byte CODE NAME3rd byte CODE NAME
00STOP KEY00STOP
01PLAY KEY01PLAY
02PAUSE KEY02EJECT
03PAUSE ON03PAUSE
04REC KEY04REC PAUSE
08TIME MACHINE REC05DISC CHANGE
0ANEXT06TRACK LAST 30S
0BPREV07PGM PAUSE
0ESTATUS REQ.0ADISC EXIT
10CURSOR LEFT0B1 TRACK END
11CURSOR RIGHT0CREC PLAY
12CURSOR UP0DNO DISC
13CURSOR DOWN0ENO FUNCTION
14CURSOR ENTER0FNON EXECUTABLE
19FF10NO DISC NAME
1AFR11NO TRACK NAME
1EOFF CODE12NO TOC DATA
20MOVE REQ.13NO TRACK TIME DATA
21ERASE REQ.17NO ISRC DATA
22COMBINE REQ.18NO POS DATA
23COMBINE MODE REQ.26ALL NAME END
25DIVIDE ADJUST28TRACK NAME DATA
26(ALL NAME REQ.)29TRACK NAME CONTINUE
28TRACK NAME REQ.2ADISC NAME DATA
2ADISC NAME REQ.2BDISC NAME CONTINUE
2CTOC DATA REQ.32REMAINING REC TIME
2DTRACK TIME REQ.33PGM TOP CODE (Disc track)
2ADISC NAME DATA20DISC No.ASCII DATA x 16 bytes (the last data is "00H")
01 to FF (255)
00 is current disc
2BDISC NAME continue20PACKET No.ASCII DATA x 16 bytes (the last data is "00H")
Hex, 02 or greater Note: Text data has an undefined length so that it is divided into 16 byte code
and transmitted at 15-ms intervals. The last data is "00H " and any
subsequent data will be padded with "00H". If no more packets are
needed subsequent packet transmission can be canceled by sending
TEXT CANCEL code to the CD player.
or10NO DISC NAME3(DISC NAME REQ. has been received but no corresponding data exists.)
28TRACK NAME REQ.6TRACK No.
28TRACK NAME DATA20TRACK No.ASCII DATA x 16 bytes (the last data is "00H")
01 to FF (255)
29TRACK NAME continuePACKET No.ASCII DATA x 16 bytes (the last data is "00H")
Hex, 02 or greater Note: Text data has an undefined length so that it is divided into 16 byte code
and transmitted at 15-ms intervals. The last data is "00H " and any
subsequent data will be padded with "00H". If no more packets are
needed subsequent packet transmission can be canceled by sending
TEXT CANCEL code to the CD player.
or11NO TRACK NAME3(TRACK NAME REQ. has been received but no corresponding data exists.)
26ALL NAME REQ.6DISC No.Requests all track names of specified disc. Transmitted in the order of
01 to FF (255)disc name, name of track 1, 2, ...., at 15 ms intervals.
b7b7 b7 : TOC01 to FF (255)01 TO FF (255)
00 fixed0 : not yet read00 is current disc
b5 : NO DISC?1 : read ended
0 : DISC LOADED b6 :
1 : NO DISC0 : 1 DISC mode
b4 POWER1 : ALL DISCS
0 : ON b5 :
1 : OFF0 : REC disabled
b3b2b1b0 :1 : REC ENABLED
0000 : STOPb4b3 :
0001 : PLAY00 : REPEAT off
0010 : PAUSE01 : REPEAT all
0011 : EJECT10 : REPEAT 1
0100 : REC PLAY 11 : REPEAT A-B
0101 : REC PAUSE b2b1b0 :
0110~1110 rsrvd000 : CONTINUE
1111 playback001 : SHUFFLE
impossible 010 : PROGRAM
011~111 reserved
• • •33PGM TOP (access ended)7DISC No.TRACK NO.MINSEC
Equivalent to in-program code, 01 to FF (255)01 TO FF (255)MIN, SEC are BCD code. However, for
and transmitted including the 00 is current discthe second digit for minutes:
program length at access end orA is 100 minutes and F is 150 minutes.
a TNO change.For example,
123 minutes 50 seconds = C3 50
• • •34ELAPSED TIME7TRACK NO.01H FIXEDMINSEC
01 TO FF (255)MIN, SEC are BCD code. However, for
the second digit for minutes:
A is 100 minutes and F is 150 minutes.
For example,
123 minutes 50 seconds = C3 50
92• • •DISC NAME WRITE21DISC NO.ASCII DATA x 16 bytes (the last data is "00H")
01 to FF (255)
00 is current disc
93• • •DISC WRITE continue21PACKET No.ASCII DATA x 16 bytes (the last data is "00H")
Returns NON-EXECUTABLEHex, 02 or greater
when the data cannot be received
90• • •TRACK NAME WRITE21TRACK NO.ASCII DATA x 16 bytes (the last data is "00H")
01 TO FF (255)
91• • •TRACK WRITE continue21PACKET No.ASCII DATA x 16 bytes (the last data is "00H")
Returns NON-EXECUTABLEHex, 02 or greater
when the data cannot be received
04EQ OFF0ENO FUNCTION
05EQ ON0FNON-EXECUTABLE
08SURROUND GENRE +11BNO PRESET NAME
09SURROUND MODE +11CNO PRESET DATA
0AEFFECT ON20CENTER LEVEL DATA
0BEFFECT OFF21REAR LEVEL DATA
0CSURROUND ON28PRESET DATA
0DSURROUND OFF2APRESET NAME DATA
0ESTATUS REQ.2BPRESET NAME CONTINUE
19CENTER LEVEL +40POWER OFF
1ACENTER LEVEL -41POWER ON
1BREAR LEVEL +51STATUS DATA
1CREAR LEVEL -70MODEL NAME DATA
1EOFF CODE74MODEL DATA
b7 : METHOD 1(01H or greater,b7 :HEX - FM : x0.1MHz - AM : x1KHz
0 : (Random)for both RandomForced to MONOTransmits after
b6b5b4 :and Band Select0 : OFFreceiving
000 fixedtypes.)1 : ON
b3b2b1b0 : SHIFTb6 :
0000 : NoneReceiving Condition
0001 : A0 : NOT TUNED
0010 : B1 : TUNED
0011 : Cb5b4 :
0100~1111 : PTuning mode
b7 : METHOD 200 : NORMAL
1 : (Band Select)01 : TUNING b6b5b4 :10 : TUNING +
000 fixed11 : reserved
b3b2b1b0 : BANDb3 :
0000 : FMRDS station?
0001 : AM0 : Not RDS
0010 : LW1 : RDS
0011 : MWb2b1b0 : BAND
0100 : SW000 : FM
0101 : TV001 : AM
0110~1111 : rsrvd010 : LW
011 : MW
100 : SW
101 : TV
110~111 reserved
92PRESET NAME WRITE20DATA 1PRESET No. ASCII DATA x 13 byte (Last data is "00H")
b7 : METHOD 1(01H or greater,
0 : (Random)for both Random
b6b5b4 :and Band Select
000 fixedtypes.)
b3b2b1b0 : SHIFT
0000 : None
0001 : A
0010 : B
0011 : C
0100~1111 : P
b7 : METHOD 2
1 : (Band Select)
b6b5b4 :
000 fixed
b3b2b1b0 : BAND
0000 : FM
0001 : AM
0010 : LW
0011 : MW
0100 : SW
0101 : TV
0110~1111 : rsrvd
19VIDEO 14FDISPLAY
1ATAPE 151DIMMER ON / OFF
1BTAPE 252DIMMER ON (DARK)
1CCD53DIMMER OFF (BRIGHT)
1DBAL LEFT54REC OUT SET ON/OFF
1EBAL RIGHT55REC OUT SET ON
1FSTART56REC OUT SET OFF
20STOP57ON SCREEN ON/OFF
21MUTE58SLEEP
22MEMORY SCAN59WAKE UP
23MPX MAIN / SUB5ATIMER ON / OFF
24MW (AM)7ACD 2
25SW 1
26SW 2
27AUX 1
28FM
29LW
2AVIDEO 2
2BEQ ON / OFF
2CSKIP
2D( MIX )
2ECUE
00POWER ON/OFF3011[ P ]
011[ F ] 3112[ Q ]
022[ G ] 3213[ R ]
033[ H ] 3314[ S ]
044[ I ] 3415[ T ]
055[ J ] 3516[ U ]
066[ K ] 3617[ V ]
077[ L ] 3718[ W ]
088[ M ] 3819[ X ]
099[ N ] 39AUTO SPACE[ ( ]
0A10[ O ] 3AMUSIC SCAN[ ) ]
0B>25[ / ] 3CCAPS