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.
Sélectionner un site web
Choisissez un site web pour accéder au contenu traduit dans votre langue (lorsqu'il est disponible) et voir les événements et les offres locales. D’après votre position, nous vous recommandons de sélectionner la région suivante : .
Vous pouvez également sélectionner un site web dans la liste suivante :
Comment optimiser les performances du site
Pour optimiser les performances du site, sélectionnez la région Chine (en chinois ou en anglais). Les sites de MathWorks pour les autres pays ne sont pas optimisés pour les visites provenant de votre région.