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

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -