Read characters from serial port
str = serialread(handle, limit, binary)
number, handle to open serial port.
number, optional, number of characters to read.
boolean, optional, default %f, return array of int8 instead of string.
Low level procedure.
Read characters from serial port.
Return read characters as a string or as array of bytes.