I'm using Matlab 2013a and the fopen(serial) command takes a long time to execute. It used to run smoothly when I had installed it but now, it seems opening ports is getting slower. eg code:
port=serial('com1');
fopen(port);
the second command takes forever to execute. What might be the problem?
P.S: I tried re-installing Matlab but it did not work.
serial/fclose
) after you're done using it? Does the above code take "forever" on fresh restart of Matlab? – horchler