readbinblock
Read one binblock of data from serial port
Description
reads a binblock of data interpreted as the type specified by data
= readbinblock(device
,precision
)precision
.
For numeric types, the data is returned as a 1-by-N array of doubles. For text types, the
data is returned as character vector or string, as specified.
The function blocks MATLAB and waits until a binblock is read from the serial port.