How do I read from two serial ports in parallel on the same machine?
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on TCP/IP Communication in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!