Instrument-control Toolkit - srl_write
- Loadable Function: 
n =srl_write(serial, data) -  
Write data to a serial interface.
Inputs
serial - instance of octave_serial class.
data - data to be written to the serial interface. Can be either of String or uint8 type.Outputs
Upon successful completion, srl_write() shall return the number of bytes written as the result n.