Main Content
configureTerminator
Syntax
Description
configureTerminator(
defines the terminator for both read and write communications with the specified Bluetooth® device. Allowed terminator values are device
,terminator
)"LF"
(default),
"CR"
, "CR/LF"
, and integer values from
0
to 255
. The syntax sets the
Terminator
property of device
.
After you set the terminator, use writeline
and
readline
to write and read ASCII terminated string data.
configureTerminator(
defines separate terminators for read and write communications.device
,readterminator,writeterminator
)
Examples
Input Arguments
Version History
Introduced in R2020b