Instrument-control Toolkit - @octave_serialport/get
- Function File: 
struct =get(serial) - Function File: 
field =get(serial, property) Get the properties of serialport object.
Inputs
serial - instance of octave_serialport class.
property - name of property.
Outputs
When property was specified, return the value of that property.
otherwise return the values of all properties as a structure.
See also: @@octave_serial/set.