Loadable Function: srl_bytesize (serial, bsize)
Loadable Function: bs = srl_bytesize (serial)

Set new or get existing serial interface byte size parameter.

Inputs

serial - instance of octave_serial class.
bsize - byte size of type Integer. Supported values: 5/6/7/8.

If bsize parameter is omitted, the srl_bytesize() shall return current byte size value or in case of unsupported setting -1, as the result bs.

This function is obsolete. Use get and set method instead.

Outputs

bs -the currently set byte size.

Package: instrument-control