72 Microphone Mode Commands
Examples
Set Mute Mode to Push-to-Mute
& Deactivate Global Mute
& Read Mute Settings
The J A command is the first command needed to set
the mute mode. In this example the mute mode is set
to push-to-mute by parameter 1.
The E 105 command is the second command required
to set the mute mode. Bit 1 is set in the binary number
representation of 0x2, which sets the mute mode to
push-to-mute.
<CR><LF>
GlobalMute=off<CR><LF>
PushToMute=on<CR><LF>
>
The CU provides a short response to the currently
settings; in this case, global mute is deactivated and
push-to-mute is activated.
The E 105 command reads the byte at register 0x105;
the latter contains all relevant mute settings, which
can be interpreted correctly in binary number
representation of the memory contents.
<CR><LF>
EE[0105]=0x02<CR><LF>
>
Bit 1 has the value 1 in the binary number
representation of 0x2, so the mute mode is set to
push-to-mute. Global mute is deactivated.