ASCII terminator for serial port read and write communication, specified as a
string, character vector, or numeric integer value 0 to 255. Use this form when setting
the same terminator for both read and write. When reading from the port with a
terminator value of "CR/LF"
, the read terminates on the occurrence of
CR and LF together. When writing to the port with a terminator value of
"CR/LF"
, the write terminates by adding both.
Example: "CR"
Data Types: single
| double
| int8
| int16
| int32
| int64
| uint8
| uint16
| uint32
| uint64
| char
| string