75 Microphone Mode Commands
<CR><LF>
x 00A225 3720 79 263001 00<CR><LF>
zm00A225_1z2<CR><LF>
DSP[42]=0x04<CR><LF>
>
As soon as the MU (in this example with the
serial number 0xA225) is muted, the controller
receives the following command structure.
First an x message is sent, which is followed
by a command line with no further comment
(service message); this line starts with zm,
also contains the MU ID in hexadecimal
number representation and ends with 1z2 (no
further explanation). The last command line
reads the DSP register 0x42; 0x04 describes
the mute status values, which in this case
shows the muting of channel 3 with a set
second bit.
<CR><LF>
x 00A225 3720 79 263001 00<CR><LF>
zm00A225_0z2<CR><LF>
DSP[42]=0x00<CR><LF>
>
As soon as the MU (in this example with the
serial number 0xA225) is no longer muted, the
controller receives the following command
structure. First an x message is sent, which is
followed by a command line with no further
comment (service message); this line starts
with zm, also contains the MU ID in
hexadecimal number representation and
ends with 0z2 (no further explanation). The
last command line reads the DSP register
0x42; 0x00 describes the mute status values,
which in this case show that all channels are
open.