How do I read from two serial ports in parallel on the same machine?
Afficher commentaires plus anciens
I would like to read in data from two serial ports on my machine in parallel. Currently, executing FREAD or FSCANF will read the data into MATLAB one after the other. I also do not want one read to wait for data and block the other read command from the input buffer. Is there a way I can read from the ports in parallel?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Distributed Arrays dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!