User`s manual

Crown Broadcast FME 350W to 2000W User Manual– 05/2013
Page 92
Crown Broadcast, a division of International Radio & Electronics Corporation 25166 Leer Drive, Elkhart, Indiana, 46514-5425 USA
Ph +1 (574) 262 8900
However, the format of values returned by serial commands is hexadecimal.
You must then convert each 4 digit set as per the following table:
Hexadecimal Binary
0 0000
1 0001
2 0010
3 0011
4 0100
5 0101
6 0110
7 0111
8 1000
9 1001
A 1010
B 1011
C 1100
D 1101
E 1110
F 1111
Examples:
If the command
SYS.GPIO.IN.ACT
returns
8A
You must convert the hexadecimal value in binary, ie 8A=10001010, which indicates that RC 2, 4 and 8 are
activated.
To control RM 3 and 5, convert the binary value 00010100: you get 14 as per the above table. You must
then send the command:
SYS.GPIO.OUT.MASK=14