read
Read data from serial device
Description
returns data from the serial device.serialData = read(myserialdevice,count)
The read method stops when it finishes reading the specified
data from the device, or when the timeout period elapses.
overrides the default value for precision.serialData = read(myserialdevice,count,precision)
Note
To generate C/C++ code for this function, you must have an Embedded Coder® license.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2016b
