sendCommand
Send message to Arduino device from MATLAB
Syntax
Description
[
sends a command to the Command Handler implemented by your add-on library. dataOut
,payloadSize
]
= sendCommand(arduinoObj
,libName
,commandID
,dataIn
)
[
sends a command to the Command Handler implemented by your add-on library with a
user-specified acknowledgement timeout.dataOut
,payloadSize
]
= sendCommand(arduinoObj
,libName
,commandID
,dataIn
,timeout
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2015b