fopen(serial) command in Matlab too slow -
i'm using matlab 2013a , fopen(serial) command takes long time execute. used run smoothly when had installed now, seems opening ports getting slower. eg code:
port=serial('com1');
fopen(port);
the second command takes forever execute. might problem?
p.s: tried re-installing matlab did not work.
problem solved. switched off wireless networks , opens easily. had lot of unknown bluetooth devices in device manager.
fix: switching off blue tooth and/or disabling coms not being used device manager.
Comments
Post a Comment