Hello,
I was trying to set up external control of the a MagVenture machine using Psychtoolbox. I was following the instruction as documented here:
https://mahdialavi.com/index.php/tutorial-external-control-of-tms-device-by-using-magic-toolbox/
Here are my codes:
myMV = magventure('/dev/ttyUSB0');
myMV.connect();
At the second line, I got the following error:
Error using serial/fopen (line 72)
Open failed: BaudRate could not be set to the specified value
Error in magventure/connect (line 60)
fopen(self.port);
After some search I figured the problem is in serial communication but I'm not sure how to tackle it. Please let me know if anyone has a clue! Thanks!!
Hello,
I was trying to set up external control of the a MagVenture machine using Psychtoolbox. I was following the instruction as documented here:
https://mahdialavi.com/index.php/tutorial-external-control-of-tms-device-by-using-magic-toolbox/
Here are my codes:
myMV = magventure('/dev/ttyUSB0');
myMV.connect();
At the second line, I got the following error:
Error using serial/fopen (line 72)
Open failed: BaudRate could not be set to the specified value
Error in magventure/connect (line 60)
fopen(self.port);
After some search I figured the problem is in serial communication but I'm not sure how to tackle it. Please let me know if anyone has a clue! Thanks!!