While all our platforms support the "IR learning" option to be able to "learn" any commands, some of you might want to use a 3rd party control system (AMX/CRESTRON/Logitech) to control their miniDSP units. Here are the commands and protocol.
0x35 is the Address | ||||||
0xCA is the Complement of the Address (i.e. 0xFF - 0x35 = 0xCA) | ||||||
0x40 is the Command | ||||||
0xBF is the Complement of the Command (i.e. 0xFF - 0x40 = 0xBF) | ||||||
All the functions below follow the same command sequence definition (A = Available , N/A = Not Available) | ||||||
Code | miniDSP / nanoDIGI series | OpenDRC series | C-DSP series | DDRC series | SHD series | |
Src Selection | 35 CA 0E F1 | A | A | A | A | A |
Preset 1 | 35 CA 01 FE | A | A | A | A | A |
Preset 2 | 35 CA 02 FD | A | A | A | A | A |
Preset 3 | 35 CA 05 FA | A | A | A | A | A |
Preset 4 | 35 CA 00 FF | A | A | A | A | A |
Volume Up | 35 CA 0A F5 | A | A | A | A | A |
Volume Down | 35 CA 09 F6 | A | A | A | A | A |
Mute/Unmute | 35 CA 0C F3 | A | A | A | A | A |
Filter On/Off | 35 CA 06 F9 | N/A | A | A | A | A |
TOSLINK | 35 CA 22 DD | N/A | N/A | N/A | N/A | A |
SPDIF | 35 CA 23 DC | N/A | N/A | N/A | N/A | A |
AES-EBU | 35 CA 24 DB | N/A | N/A | N/A | N/A | A |
RCA | 35 CA 25 DA | N/A | N/A | N/A | N/A | A |
XLR | 35 CA 26 D9 | N/A | N/A | N/A | N/A | A |
USB | 35 CA 27 D8 | N/A | N/A | N/A | N/A | A |
LAN | 35 CA 28 D7 | N/A | N/A | N/A | N/A | A |
Rewind | 35 CA 41 BE | N/A | N/A | N/A | N/A | A |
Fast-forward | 35 CA 42 BD | N/A | N/A | N/A | N/A | A |
Play | 35 CA 43 BC | N/A | N/A | N/A | N/A | A |
Power On/Off | 35 CA 40 BF | N/A | N/A | N/A | N/A | A |