send serially 1s from computer.

1 vue (au cours des 30 derniers jours)
777
777 le 10 Mar 2012
i m trying to do something in matlab ,where whenever the result is true serially 1 should be sent from the serial port.what should i do for this.plss help
thanks

Réponse acceptée

Walter Roberson
Walter Roberson le 10 Mar 2012
while ResultIsTrue()
fwrite(SerialPort, char(1));
end

Plus de réponses (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by