send serially 1s from computer.

1 回表示 (過去 30 日間)
777
777 2012 年 3 月 10 日
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

採用された回答

Walter Roberson
Walter Roberson 2012 年 3 月 10 日
while ResultIsTrue()
fwrite(SerialPort, char(1));
end

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by