User`s guide
110
CipherLab BASIC Compiler
User's Guide
SET_RF_POWER
Purpose
To set the RF output power.
Syntax
SET_RF_POWER(N%)
Remarks
"N%" is an integer variable, indicating the power level of the terminal.
Value Meaning
1
2
3
4
5
10 dbm
5 dbm
4 dbm
0 dbm
-5 dbm
Example
SET_RF_POWER(2)
See Also
GET_RF_POWER, SET_RF_CHANNEL, SET_RF_ID
SET_RF_TIMEOUT
Purpose
To set the duration of retries in seconds, for sending data.
Syntax
SET_RF_TIMEOUT(N%)
Remarks
"N%" is an integer variable, indicating a specified period of time in units of 1
second.
If set to 0, it will be determined by the system.
Example
SET_RF_TIMEOUT(5)
See Also
SEARCH_RF_CHANNEL