AMX Duet Module Interface Specifications
54 Mi-Series & Tango Audio Controllers

Command Feedback

The COMM module provides feedback to the User Interface module for receiver changes via command

events.

The commands supported are listed below.

Feedback is only provided when there is a state change. If no state change resulted

from the command sent in, then no feedback will be returned.

Mi-Series & Tango Controllers - Command Feedback

Command Description
BAND Returns the current tuner band.
Syntax:
BAND-<band>
This reply is received on the port matching the source number.
<band> : FM
AM
INVALID
Example:
BAND-FM
DEBUG Returns the state of debugging messages in the UI module and the Comm module.
Syntax:
DEBUG-<value>
This reply is received on port 1.
<value> : 1 = set only error messages on
2 = set error and warning messages on
3 = set error, warning and info messages on
4 = set all messages on
Example:
DEBUG-1
FWVERSION Returns the device's firmware version.
Syntax:
FWVERSION-<version>
This reply is received on port 1.
<version> : firmware version number
Example:
FWVERSION-501
INPUT Returns the currently selected input source.
Syntax:
INPUT-<source>,<number>
This reply is received on the port matching the room number.
<source> : INTERNAL TUNER,EXTERNAL TUNER, CD, DVD,
SATELLITE, DELPHI XM, AUDIO SERVER, OTHER,
NONE, INVALID
<number> : 1...8 = valid input source number
0 = disconnected
Example:
INPUT-INTERNAL TUNER,1
INPUT-NONE,0