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

 Respuesta aceptada

Walter Roberson
Walter Roberson el 10 de Mzo. de 2012

0 votos

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

Más respuestas (0)

Preguntada:

777
el 10 de Mzo. de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by