write(device,data,datatype)
writes the row or column vector data to the specified serial port
connection device. The function writes the data in the specified data
type datatype, regardless of the format in data.
The function suspends MATLAB® execution until the specified values are written.
Serial port connection, specified as a serialport
object.
Example: write(device,1:5,"uint8") writes to the serial port
connection device.
Numeric or ASCII data, specified as a row (1-by-N) or column
(N-by-1) vector of numeric values or as a character vector or
string scalar of text. For all numeric datatype types,
data is a row vector of values.
Example: write(device,[20:24],"int16") writes the values
[20,21,22,23,24].
Size and format of each value, specified as a character vector or string.
datatype determines the number of bytes to write for each value
and the interpretation of those bytes as a MATLAB data type. For ASCII text, you can specify datatype
as either "char" or "string".
Example: write(device,1:5,"int16") writes data as int16 data
type.
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Seleccione un país/idioma
Seleccione un país/idioma para obtener contenido traducido, si está disponible, y ver eventos y ofertas de productos y servicios locales. Según su ubicación geográfica, recomendamos que seleccione: .
También puede seleccionar uno de estos países/idiomas:
Cómo obtener el mejor rendimiento
Seleccione China (en idioma chino o inglés) para obtener el mejor rendimiento. Los sitios web de otros países no están optimizados para ser accedidos desde su ubicación geográfica.