Erik,
? Has the binary format of the scanraw command Changed?? The following conversion no longer seems to work for me:
? ? level (in dBm)? = ( byte 3 (0x5C) + (byte 4 (0x00) * 256) )? / 2 - 128 -> -82dBm
? The above worked for me previously, but for a displayed value ~-25.5dBm?I'm receiving a byte pair of 0x9e and 0x0c.? Thought I'd check with you before spent time debugging my script.
- Herb