send serially 1s from computer.

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일

0 개 추천

while ResultIsTrue()
fwrite(SerialPort, char(1));
end

추가 답변 (0개)

질문:

777
2012년 3월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by