uLory User Guide
15
Command for setup of Serial
COMMAND
DEFAULT (RANGE)
DESCRIPTION
AT+PAB=<Parity Bit>
N(N,O,E)
N=None,
O=Odd,
E=Even
Set Parity Bit
AT+BAU=<Baud rate>
6(0~13)
0=600bps,
1=1200bps,
2=2400bps,
3=3600bps,
4=4800bps,
5=7200bps,
6=9600bps,
7=19200bps,
8=38400bps,
9=57600bps,
10=115200bps,
11=230400bps,
12=460800bps,
13=921600bps
Set baud rate
AT+HF=<Hardware Flow
Control>
0=OFF, 1=RTS/CTS
Set flow control
AT+DMT=<Time>
5(1~255)
Unit: 10ms
Example) 5=50ms
-
Used to collect serial data and
transmit it to LoRa
-
Wait for the next data after the
last data has transmitted from
Serial, and then transmit data
that it has successfully read to
LoRa after specific period of
time
AT+STXL=<Length>
0(0~3) Unit: byte
0=Not used.
Set the length of STX(Start of
text) of Serial data
AT+STX=<STX1>
AT+STX=<STX1>,<STX2>
AT+STX=<STX1>,<STX2>,
00(00~7F)
-
Set STX(Start of
text) of Serial data
-
Refer to the ASCII table and