serialportfind
Description
finds existing persistent
serial port connections and returns an array of S
= serialportfindserialport
objects corresponding to each connection.
finds connections with property values matching those specified by one or more name-value
arguments. For instance, S
= serialportfind(Name=Value
)S = serialportfind(Tag="Scope")
returns existing
serial connections whose Tag
property is set to
"Scope"
.
Examples
Name-Value Arguments
Output Arguments
Tips
serialportfind
finds existingserialport
connections. To get a list of all available serial ports whether or not connections exist, useserialportlist
.
Version History
Introduced in R2024a