User's Manual

52 ProBee-ZE20S Series User Guide Rev.0.1
7.3.5 AT+OPPANID or AT+OI
Description
Get the operating 16-bit PAN ID. If PAN ID is set specific value not 0s, operating PAN
ID will equal designated PAN ID. A value of “FFFF” means the device is not joined a
network.
Execute AT+OPPANID?<CR>
Response
<value><CR>
OK<CR>
7.3.6 AT+OPEPID or AT+OE
Description
Get the operating 64-bit extended PAN ID. A value of “FFFFFFFFFFFFFFFF” means
the device is not joined a network.
Execute AT+OPEPID?<CR>
Response
<value><CR>
OK<CR>
7.3.7 AT+VERSION or AT+VR
Description Get firmware version of the module. The firmware version returns a form of “PTvx.x”.
Execute AT+VERSION?<CR>
Response
<value><CR>
OK<CR>
7.3.8 AT+PRODUCTNAME or AT+PN
Description
Get the product name. It can be used to distinguish among different hardware
platforms.
Execute AT+PRODUCTNAME?<CR>
Response
<value><CR>
OK<CR>
7.4 Network Specific Parameters
7.4.1 AT+CHMASK or AT+CM
Description
Get/Set the channel mask to use. Bits set as 1 indicate that this particular channel can
be used. Bits set as 0 indicate that this particular channel should not be used. For
example, a channel mask value of 0x00000001 indicates that only channel 0 should be
used. Valid channels range from 12 to 25 inclusive. (14 channels are available.) This
translates to a channel mask value of “0x03FFF000”.
Execute AT+CHMASK?<CR> AT+CHMASK=<value><CR>
Response
<value><CR>
OK<CR>
OK<CR> or ERROR<CR>
Default 03FFF000