Instrument-control Toolkit - @octave_tcpclient/configureTerminator
- Function File: configureTerminator 
(tcp, term) - Function File: configureTerminator 
(tcp, readterm, writeterm) Set terminator on a tcpclient object for ASCII string manipulation
Inputs
tcp - tcpclient object
term - terminal value for both read and write
readterm = terminal value type for read data
writeterm = terminal value for written data
The terminal can be either strings "cr", "lf" (default), "lf/cr" or an integer between 0 to 255.
Outputs
None
See also: tcpport.