3
1. Read System Status Command
ThePCsendstheReadStatusrequesttotheClearOneReceiverandthereceiverreturnsthestringdefinedbelow.
• Thecommandretrieves4channels(slots)ofstatusinfoatatime.
• Togetstatusofchannels0-3,use0fortheslotvalue.
• Togetstatusofchannels4-7,use4fortheslotvalue.
• Eachchannel’sinfouses14bytes,soall4channelsuseatotalof56databytes.Bytes6through19are
theblockofdataforthefirstchannel,bytes20through33areforthesecondchannel,etc.
Bytes 10, 11, and 18 are bit-mapped. The bits are defined as follows:
BYTE 11:
• Bit7:AESEncryptionon/off
• Bit6:Conferencemodeorstagemode
(1=Confmode)
• Bits5-4:Powerswitchmode(0=On/Off,1=On/
Mute,2=On/On)
• Bits3-2:TXRFPower(0=1mW,1=10 mW,
2=25mW,3=50mW)
• Bit1:LowCut
• Bit0:Pad
29 x HPoutputlevel2
30 x BERMSB
31 x BERLSB
32 x TXLock/logicmut/Model/btnmd
33 x reserved
34 x RSSI1a
35 x RSSI1b
36 x AUDIO3
37 x CHAN3
38 x diversity/TXstatus/batterytype/
39 x AES/conf/swmod/txpwr/lc/pad
40 x txrunhours3
41 x BAT3
42 x mainoutputlevel3
43 x HPoutputlevel3
44 x BERMSB
45 x BERLSB
46 x TXLock/logicmut/Model/btnmd
47 x reserved
48 x RSSI1a
49 x RSSI1b
50 x AUDIO4
51 x CHAN4
52 x diversity/TXstatus/batterytype/
53 x AES/conf/swmod/txpwr/lc/pad
54 x txrunhours4
55 x BAT4
56 x mainoutputlevel4
57 x HPoutputlevel4
BYTE 10:
• Bit7:diversitystatus(0=AntA,1=AntB)
• Bits6-5:TXstatus(0=Off,1=On,2=Mute)
• Bits4-3:BatteryType(0=NIMH,1=Alkaline)
• Bit1:AntennaARFclippingindicator
• Bit0:AntennaBRFclippingindicator
BYTE 18:
• Bit5-4:ButtonMode(0=Toggleon/off,
1=Pushtotalk,2=Pushtomute)
• Bit3-2:Model(0=Beltpack,1=Handheld,
2=Podium,3=Tabletop)
• Bit1:LogicMute(1=Enabled)
• Bit0:TXButtonLock
The PC sends:
• 0xFD startbyte
• 0 device
• 0 slot
The ClearOne receiver returns:
byte Receiver Returns:
1 0xFD startbyte
2 0 device
3 0 slot
4 1 command
5 58 databytes
6 x RSSI1a
7 x RSSI1b
8 x AudioLevel1
9 x RFChannel1
10 x diversity/TXstatus/batterytype/
11 x AES/conf/swmod/txpwr/lc/pad
12 x txrunhours1
13 x BAT1
14 x mainoutputlevel1
15 x HPoutputlevel1
16 x BERMSB
17 x BERLSB
18 x TXLock/logicmut/Model/btnmd
19 x reserved
20 x RSSI1a
21 x RSSI1b
22 x AUDIO2
23 x CHAN2
24 x diversity/TXstatus/batterytype/
25 x AES/conf/swmod/txpwr/lc/pad
26 x txrunhours2
27 x BAT2
28 x mainoutputlevel2
• 1 command
• 0 data#
• 0xFE endbyte