Download Print this page
Ayre DX-5 Control Protocol

Ayre DX-5 Control Protocol

Universal a/v engine
Hide thumbs Also See for DX-5:

Advertisement

Quick Links

Ayre DX-5 Universal A/V Engine
Note: The Ayre DX-5 Universal A/V Engine comes with AyreLink connectors for system
communications. The advantage of AyreLink is that it utilizes opto-isolators to ensure that no
ground loops are formed, and that any RFI generated by the CPU in the system controller is
completely isolated from the audio and video systems.
To use an RS-232C controller link for wired system control, an external Ayre RS-232C-to-
AyreLink adapter unit is required. The RS-232C port is configured as a DCE device using a
female 9-pin D-Sub type connector.
RS-232 Pin Configuration:
The pin out of the DX-5 RS-232C-to-AyreLink adapter unit port is as follows:
Pin
Signal
This pin configuration allows a PC running a serial terminal program (such as HyperTerminal) to
communicate with the player using a straight-through DB9 9-pin RS-232 serial cable. Do NOT
use a "Null-Modem" type cable for PC connection. For connection to a system controller (eg,
Crestron, AMX), please refer to the documentation that comes with the controller.
Communication Settings:
Data Bits
Baud Rate
8
9600
Command Structure:
Each command starts with a # sign (ASCII 0x23), followed by a 3-character command code. If
there are any parameters for the command, the parameters are given in text format, separated
by a space (ASCII 0x20) from the command code. The # character (ASCII 0x23) must never
appear in the parameters. A carriage return (ASCII 0x0D) indicates the end of the command.
Each command must not exceed 25 bytes including the start of command and end of command
bytes.
The illustration of the command structure is as the followings:
<Command> = <Start of Command><Command Code>[<sp><Parameters>]
<End of Command>
where:
<Start of Command> = # (ASCII 0x23)
<Command Code> = <byte><byte><byte> (three ASCII characters)
<sp> = space (ASCII 0x20)
<Parameters> = command-specific (ASCII characters)
<End of Command> = CR (ASCII 0x0D)
RS-232 Control Protocol -- May 2010
2
TXD
Parity
None
3
RXD
Stop Bit
1
1
5
GND
Flow Control
None

Advertisement

loading
Need help?

Need help?

Do you have a question about the DX-5 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Ayre DX-5

  • Page 1 Ayre DX-5 Universal A/V Engine RS-232 Control Protocol -- May 2010 Note: The Ayre DX-5 Universal A/V Engine comes with AyreLink connectors for system communications. The advantage of AyreLink is that it utilizes opto-isolators to ensure that no ground loops are formed, and that any RFI generated by the CPU in the system controller is completely isolated from the audio and video systems.
  • Page 2 Response Structure: Upon receiving a command, the player shall try to execute the command and send back a response. Two response formats are supported: the short response and the verbose response. The short response is used by default. If the verbose mode (See command reference for SVM) is set, the verbose response will be used instead.
  • Page 3 Command Sequence: Commands are executed in the order received. The host should wait for a response from the player before sending the next command. If the player receives a new command before executing the previous command, the player may discard the previous command. If the host does not receive a response from the player 10 seconds after the command is issued, the host may consider the command lost during transmission, and can retransmit the command.
  • Page 4 Go To Play from a specified location Home Go to Home Menu Page Up Show previous page Page Down Show next page Display Show/hide on-screen display Top Menu Show BD top or DVD title menu OK PopUp Menu Show BD pop-up or DVD menu OK Up Arrow Navigation Left Arrow...
  • Page 5 B. Query Commands This group of commands issues queries to the player. The player shall respond according to its current status. Command Function Response Example Code Query verbose mode OK 0 OK 1 OK 2 OK 3 Query power status OK ON OK OFF Query firmware version...
  • Page 6 Query disc type OK BD-MV OK DVD-VIDEO OK DVD-AUDIO OK SACD OK CDDA OK HDCD OK DATA-DISC Query subtitle type OK OFF OK 1/1 English Query subtitle shift OK -5 (valid returns are -5 .. 00 .. 05) Query OSD position OK 0 (valid returns are 0 ..
  • Page 7 Set HDMI output resolution OK 480P SDI – Standard definition interlaced (480i/576i) (OK followed by the 720P SDP – Standard definition progressive (480p/576p) original parameter) 1080I SRC – Source Direct 1080P AUTO NTSC Set output TV system OK NTSC OK PAL AUTO OK AUTO Set zoom ratio.
  • Page 8 Status Update Messages: The following status update messages are sent by the player automatically when the verbose mode is set to 2 or 3. Verbose Mode 2: UPW - Power Status Update: Sent when there is a change of power on/off status. Possible parameters: 1 digit 1 –...
  • Page 9 UDT - Disc Type Update: Sent when a new disc type is detected. Possible Parameters: 4 chars BDMV - Blu-ray Disc DVDV – DVD-Video DVDA – DVD-Audio SACD CDDA HDCD DATA – Data disc VCD2 – VCD 2.0 SVCD - SVCD Example: @UDT DVDV UAT - Audio Type Update: Sent when a new audio track is encountered.
  • Page 10 Verbose Mode 3: UTC - Time Code Update: Sent every second when the playback time advances. The time information is the same as the front panel display. To switch to a different type of time information, please refer to the STC command. Parameters: Title (3 digits), space, Chapter (3 digits), space, Type (1 chars), space, time (8 chars HH:MM:SS) Title: Current title number.
  • Page 11 Examples: The following are examples of playing a Blu-ray movie using the RS-232 control protocol. The comments are placed after the semicolon. Example 1 – No verbose mode in use. Backwards compatible to the original version of the RS232 control protocol. #PON ;...
  • Page 12 #PLA ; Start playback @PLA OK PLAY ; Player confirms playback action @UPL CLOS ; Player indicates that the tray is closing @UPL LOAD ; Player indicates that the disc is loading @UDT BDMV ; Player indicates that the disc type is Blu-ray @UAT DT 01/01 ENG 5.1 ;...
  • Page 13 @UAT DT 01/01 ENG 0.0 ; Current audio is Dolby TrueHD English with unknown ; number of channels @UST 00/00 UNK ; Current subtitle is none @UTC 126 002 T 00:01:27 ; Playback resumes at Title 126, Chapter 2, title elapsed ;...