Arcam AVR250 Home Theater System User Manual


 
AVR250
E-36
AVR250
E-37
English
Appendix: Serial programming interface
Introduction
This section describes the remote control protocol for controlling the AVR250 via the RS232 interface.
Conventions
n
All values in this section are hexadecimal values, unless otherwise specied.
Data transfer format
n
Transfer rate: 38,400bps.
n
1 start bit, 8 data bits, 1 stop bit, no parity, no ow control.
Command and response formats
Communication between the remote controller (RC) and the AVR250 takes the form of sequences of
ASCII characters, with all commands and responses having the same basic format. The AVR250 shall
always respond to a received command, but may also send messages at other times (i.e., full-duplex
communication).
Each transmission by the RC is seven bytes long with the following format:
<STR> <CC> <P1> <P2> <ETR>
n
STR (Start transmission): 0x50, 0x43, 0x5F (“PC_”)
n
CC (Command code): the code for the command
n
Px (Parameter code): the parameters for the command
n
ETR (End transmission): 0xd
Each response by the AVR250 is eight bytes long with the following format:
<STR> <RC> <AC> <P1> <P2> <ETR>
n
STR (Start transmission): 0x41, 0x56, 0x5f (“AV_”)
n
RC (Reply code): = command code
n
AC (Answer code): answer code (see below)
n
Px (Parameter code): the parameters for the reponse
n
ETR (End transmission): 0xd
The AVR250 responds to each command from the RC within three seconds. The RC may send further
commands before a previous command response has been received.
Answer codes
The following answer codes are dened:
n
Command OK – ‘P’ (0x50): The command has been accepted and processed completely.
n
Command Error – ‘R’ (0x52): An error occurred relating to the command received. This may be
either an invalid command (at this time), or a command formatting error.
State changes as a result of other inputs
It is possible that the state of the AVR250 may be changed as a result of user input via the front panel
buttons or via the IR remote control. Changes resulting from these inputs is relayed to the RC using the
appropriate message type.
For example, if the user changed the front panel display brightness using the DISPLAY button on the
front panel, a display message (dened below) would be sent to the RC. A similar action would be taken
for all other state changes (including decode mode changes).
Example command and response sequence
As an example, the command to be sent to bring the main zone out of stand-by (dened below) is as
follows:
STR CC P1 P2 ETR
PC_ * 1 1 (0xd)
Assuming that the command was accepted by the AVR250, the AVR250 shall respond to this command
with the following sequence:
STR RC AC P1 P2 ETR
AV_ * P 1 1 (0xd)