got you...here's the document I'm looking at
[Link: google.com]Say's
Simulate RC5 IR command (0x08). See page 7 for details of this command. The RC5 IR code set is listed from page 28.
So page 7
Simulate RC5 IR Command (0x08)
Simulate an RC5 command via the RS232 port. An additional status message
will be sent in most cases as a result of the IR command.
Example
Command/response sequence to RC5 16-17 (AVR volume down in zone 1):
Command: 0x21 0x01 0x08 0x02 0x10 0x11 0x0D
Response: 0x21 0x01 0x08 0x00 0x02 0x10 0x11 0x0D
COMMAND:
Byte: Description:
St 0x21
Zn Zone number
Cc 0x08
Dl 0x02
Data1 RC5 System code
Data2 RC5 Command code
Et 0x0D
RESPONSE:
Byte: Description:
St 0x21
Zn Zone number
Cc 0x08
Ac Answer code
Dl 0x02
Data1 RC5 System code
Data2 RC5 Command code
Et 0x0D
And on page 13 says this is the set volume command for rs232
13
Set/request Video Output Resolution (0x13)
Set/request the Video Output Resolution of zone 1.
Example
Command/response sequence to request the video output in zone 1 where the
resolution is 1080p:
Command: 0x21 0x01 0x13 0x01 0xF0 0x0D
Response: 0x21 0x01 0x13 0x00 0x01 0x05 0x0D
COMMAND:
Byte: Description:
St 0x21
Zn 0x01
Cc 0x13
Dl 0x01
Data 0x01 – Set resolution to SD Interlaced.
0x02 – Set resolution to SD Progressive.
0x03 – Set resolution to 720p.
0x04 – Set resolution to 1080i.
0x05 – Set resolution to 1080p.
0x06 – Set resolution to ‘Preferred’.
0xF0 – Request the video output.
0xF1 – Increment the resolution setting.
0xF2 – Decrement the resolution setting.
Et 0x0D
RESPONSE:
Byte: Description:
St 0x21
Zn 0x01
Cc 0x13
Ac Answer code
Dl 0x01
Data 0x01 – SD Interlaced.
0x02 – SD Progressive.
0x03 – 720p.
0x04 – 1080i.
0x05 – 1080p
0x06 – ‘
I'm just getting the impression I should be able to convert the SET VOLUME to an IR via the data they document...maybe not. I did use the IR codes at the bottom of the document for special cmds I wanted. But, I don't see a set vol in their IR codes.