User's Manual

MOD090-HP
User’s Manual
PAGE 20
Technical support (650) 384-0000 www.avalanwireless.com
b7 b6 b5 b4 b3 b2 b1 b0
Byte 2 BASE7 BASE6 BASE5 BASE4 BASE3 BASE2 BASE1 BASE0
Byte 3 BASE15 BASE14 BASE12 BASE10 BASE9 BASE8
BASE is a 16-bit integer constant that provides the index offset for establishing the
RF frequency. For the MOD090-HP, this value is 1688.
b7 b6 b5 b4 b3 b2 b1 b0
Byte 4 NUM7 NUM6 NUM5 NUM4 NUM3 NUM2 NUM1 NUM0
Byte 5 DEN7 DEN6 DEN5 DEN4 DEN3 DEN2 DEN1 DEN0
Byte 6 MAX7 MAX6 MAX5 MAX4 MAX3 MAX2 MAX1 MAX0
MAX is an 8-bit integer constant that represents the number of RF channels that
the radio uses. For the MOD090-HP, this value is 19. It is important to save this
number because it tells you how many bytes of data to read next:
b7 b6 b5 b4 b3 b2 b1 b0
Byte 7 MK7 MK6 MK5 MK4 MK3 MK2 MK1 MK0
Byte 8 MK15 MK14 MK13 MK12 MK11 MK10 MK9 MK8
... Repeat MAX times to read all the values
MK is a 16-bit integer that contains the Index value for each RF channel. Bytes 7
and 8 will repeat until MAX values have been read. (For the MOD090-HP, this will
total 24 bytes, Byte7 through Byte30.)
b7 b6 b5 b4 b3 b2 b1 b0
Byte 31 DP7 DP6 DP5 DP4 DP3 DP2 DP1 DP0
Byte 32 DP15 DP14 DP13 DP12 DP11 DP10 DP9 DP8
DP is the 16-bit integer number of data points in the spectrum scan. The value will
depend upon the frequency step size specied in Byte1. The next 4 data bytes will
be repeated DP times.
b7 b6 b5 b4 b3 b2 b1 b0
Byte 33 OFS7 OFS6 OFS5 OFS4 OFS3 OFS2 OFS1 OFS0
Byte 34 OFS15 OFS14 OFS13 OFS12 OFS11 OFS10 OFS9 OFS8
Byte 35 PEAK7 PEAK6 PEAK5 PEAK4 PEAK3 PEAK2 PEAK1 PEAK0
Byte 36 AVG7 AVG6 AVG5 AVG4 AVG3 AVG2 AVG1 AVG0
... Repeat DP times to read all the spectrum data