send serially 1s from computer.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuesta aceptada
Walter Roberson
el 10 de Mzo. de 2012
while ResultIsTrue()
fwrite(SerialPort, char(1));
end
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Acquisition Toolbox Supported Hardware en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!