In keeping with the Kachina control protocol (q.v.), RX frequency
interrogation is achieved by sending the following command:
(STX) "b" (37H) (ETX)
The transceiver responds with an acknowledgement byte (FFH), followed by
the frequency in the block format shown below:
(FDH) (aa) (bb) (cc) (dd) (ee) (ff)
Concatenated bytes (aa:bb:cc:dd) contain the frequency and antenna port
data. Concatenated bytes (ee:ff) are a 16-bit checksum value, found by adding all the
previous bytes in the block together:
ee:ff=aa+bb+cc+dd
Bits 7 and 6 of byte (aa) contain the antenna port data as shown below:
0 0 = TX on B, RX on A
0 1 = TX on A, RX on A
1 0 = TX on B, RX on B
1 1 = TX on A, RX on B
To find the frequency in hertz, ignore these two bits and use the
least-significant 28 bits in the following formula:
F(Hz) = [0.4470348358221 * (aa:bb:cc:dd)] -75,000,000
This shows that the internal synthesizer moves in 0.447035 Hz steps.