
11 GSM RSSI 0
1
2
... (3 ~ 29)
30
31
99
-113 dbm or less
-111 dbm
-109 dbm
... (1 for +2 dbm)
-53 dbm
-51 dbm or greater
Not known or not
detectable
12 GSM/GPRS PIN
Code
0
1
Disabled
PIN code required
GET_NET_STATUS
Purpose
To get network status.
Syntax
A% = GET_NET_STATUS(index%)
Remarks
Note that it is necessary to define the DNS server IP before executing this
command.
"A%" is an integer variable to be assigned to the result.
"index%" is an integer variable indicating a specific configuration item by index
number.
Example
nQuality = GET_NET_STATUS(2) ' check communication quality
See Also
GET_WLAN_STATUS, TCP_ERR_CODE
GET_WLAN_STATUS
Purpose
To get network status..
Syntax
A% = GET_WLAN_STATUS(index%)
Remarks This command is to be replaced by GET_NET_STATUS.
Example
nQuality = GET_WLAN_STATUS (2) ' check communication quality
See Also
GET_NET_STATUS, TCP_ERR_CODE
Kommentare zu diesen Handbüchern