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

Скачать
Страница из 59
HXC Client Module User Guide
Version 1.09
© 2017 All rights reserved. Iotek Systems, LLC
Page 25 of 59
AT+DEVEUI=8899aabbccddeeff
>>>
OK 
Users can receive AT_PARAM_ERROR if the parameter has less than 16 digits (8 bytes).
AT+DEVEUI=8899aabbccddee 
>>>
AT_PARAM_ERROR 
Users can receive AT_BUSY_ERROR if this command is used during a LoRa transmission
(Join,  Data  Send  or  Continuous  Tx).  The  user  will  have  to  wait  till  the  transmission  is
done.
AT+DEVEUI=11de45ad0000face 
>>>
AT_BUSY_ERROR 
Users can receive AT_BUSY_ERROR during AUTO command if the processor fails to read
the EUI64 bytes.
AT+DEVEUI=AUTO 
>>>
AT_BUSY_ERROR 
8.7.2.2  AT+DEVADR: Device Address
 
This  command  allows  users  to  access  the  device  address.  Default  value  is  00:00:00:00.
OTAA  authentication  scheme  will  provide  the  DEVADR  during  JOIN  procedure.  During
ABP,  the  user  will  have  to  define  the  DEVADR.  The  command  takes  8digit  (4byte)  hex
value.  Hex  values  are  case-insensitive.  Any  change  of  DEVADR  using  Set  command  is
saved in EEPROM and can be retained after a Reset.
Format: AT+DEVADR = <param>
AT+DEVADR? 
>>>
Get or Set Device Address 
>>>
OK 
AT+DEVADR=? 
>>>
00:00:00:00 
>>>
OK 
 
AT+DEVADR=112233AA 
>>>
OK 
 
Users can receive AT_PARAM_ERROR if the parameter has less than 8 digits (4 bytes).
AT+DEVADR=112233A 
>>>
AT_PARAM_ERROR