User Manual
Table Of Contents
Chapter 3. Commands
link_key
Link key for authenticated connection
To remove device from list of known devices left link_key parameter empty.
Tip: To remove every known device use * as addr (SET BT PAIR *).
SET CONTROL
Common ASCII Interface settings.
SET CONTROL BAUD
List format
SET CONTROL BAUD {baud_rate},8{parity}{stop_bits}
Set format
SET CONTROL BAUD {baud_rate} ,8 {parity} {stop_bits}
Important: Parameters in SET CONTROL BAUD must be typed together!
baud_rate
UART baud rate in bps
",8"
Static string indicating UART uses 8 data bits
parity
UART parity setting
"n"
None parity
"e"
Even parity
"o"
Odd parity
stop_bits
Number of stop bits in UART communications
14