configureTerminator
Description
configureTerminator(
defines the terminator for both read and write communications with the client connected to
the TCP/IP server t
,terminator
)t
. Allowed terminator values are
"LF"
(default), "CR"
, "CR/LF"
,
and integer values from 0 to 255. The syntax sets the Terminator
property of t
.
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.t
,readterminator,writeterminator
)
Examples
Input Arguments
Version History
Introduced in R2021a