Справочник Пользователя для Iotek Systems LLC HXC900

Скачать
Страница из 59
HXC Client Module User Guide
Version 1.09
© 2017 All rights reserved. Iotek Systems, LLC
Page 44 of 59
AT+TXP=? 
>>>
5   
 
 
// Region_US915
AT+TXP=6 
>>>
OK 
Users  can  receive  AT_PARAM_ERROR  if  the  input  parameter  is  not  supported  by  the
region.
AT+TXP=0 
>>>
AT_PARAM_ERROR 
// Region_US915
8.7.4.15 AT+PNM: Public Network Mode
 
This command allows the user to read and modify the public network mode. The input
parameter can take 0(:Disable, i.e. network mode will be private) and 1(:Enable). The
default value is 1.
AT+PNM? 
>>>
Get or Set Public Network Mode 
>>>
OK 
AT+PNM=? 
>>>
1   
 
 
// Enabled (Default Value)
AT+PNM=0   
 
// Disable i.e. Private mode
 
>>>
OK 
Users can receive AT_PARAM_ERROR if the input parameter is not either 0 or 1.
AT+PNM=2 
>>>
AT_PARAM_ERROR