64
ProBee-ZE10 User Guide Rev.1.1
OK
# Response
MSG06+++
# send data(MSG06) and leave data mode
ATD00019500002FDC40<CR>
# enter the unicast mode using 64-bit long address
OK
# Response
MSG07+++
# send data(MSG07) and leave data mode
ATM<CR>
# enter the multicast mode using destination group ID
OK
# Response
MSG08+++
# send data(MSG08) and leave data mode
ATM0001<CR>
# enter the multicast mode using 16-bit group ID
OK
# Response
MSG09+++
# send data(MSG09) and leave data mode
ATB<CR>
# enter the broadcast mode
OK
# Response
MSG10+++
# send data(MSG10) and leave data mode
AT+TRANSMITMODE=1<CR>
# set transmit mode
OK
# Response
ATZ<CR>
# Apply the change
OK
# Response
MSG11+++
# send data(MSG11) and leave data mode
ATO<CR>
# return to the current data mode
8.3
UART Settings
AT+BAUDRATE=115200<CR>
# set baud rate (115,200bps)
OK
# Response
AT+DATABIT=8<CR>
# set data bit (8bit)
OK
# Response
AT+PARITY=0<CR>
# set parity (none)
OK
# Response
AT+STOPBIT=1<CR>
# set stop bit (1bit)
OK
# Response
AT+FLOWCTRL=2<CR>
# set flow control (hardware)
OK
# Response
ATZ<CR>
# Apply the change
OK
# Response