write
Write data to serial device
Description
write(
writes data to the serial device.myserialdevice,data)
The write method stops when it finishes writing the specified
data to the device, or when the timeout period elapses.
write(
writes data to the serial device and specifies precision.myserialdevice,data,precision)
Note
To generate C/C++ code for this function, you must have an Embedded Coder® license.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2016b
