33
5. Get an EF reading
Command: <GETEF>>
Return: Gets the current EF reading in ascii 9 bytes
e.g.: EF = 33.9
6. Get the current RF band data (Used in RF Graphs mode)
Command: <GETBANDDATA>>
Return: Returns all the 128 channels dBm in text/string/ascii separated by commas
-88,-88,-89,-88,-89,-87,-87,-89,-88,-87,-87,-86,-87,-87,-87,-86,
-87,-88,-88,-86,-87,-87,-87,-92,-88,-86,-87,-87,-87,-87,-85,-87,
-85,-86,-86,-87,-87,-86,-87,-93,-86,-88,-87,-87,-86,-87,-89,-87,
-87,-87,-88,-89,-89,-87,-89,-92,-89,-90,-89,-88,-88,-86,-91,-86,
-89,-90,-86,-86,-87,-89,-86,-87,-87,-89,-90,-88,-86,-90,-88,-88,
-87,-87,-86,-86,-86,-87,-89,-92,-90,-89,-88,-86,-86,-85,-87,-86,
-87,-88,-89,-89,-87,-87,-86,-78,-88,-87,-88,-87,-88,-88,-86,-85, -87,-87,-90,-88,-86,-
86,-89,-90,-88,-88,-88,-90,-90,-88,-88,-88,
7. Get the current mode
Command: <GETMODE>>
Return: Current Mode in text
e.g.: 64 - 108 MHz
e.g2: EMF/EF
8. Gets the display screen in bitmap
Command: <GETSCREEN>>
Return: Returns 1024 bytes of screen data (bitmap of the LCD screen 128x64) PLUS 0xAA total of
1025 bytes
8E 51 59 95 53 51 8E FF 00 ...
9. Get configuration data
Command: <GETCFG>>
Return: The configuration data. Total 256 bytes will be returned.
10. Erase all configuration data
Command: <ECFG>>
Return: 0xAA
11. Write configuration data
Command: <WCFG[A0][D0]>>
A0 is the address and the D0 is the data byte(hex).
Return: 0xAA
12. send a key
Command: <key[D0]>>
D0 is the key value from 0 to 3. It represents software key S1~S4.
Return: none