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