-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I installed the requirements and GUI opened. I connect my Mindwave Mobile via Bluetooth to my Desktop. In GUI, I can not connect to the GUI. I am getting the error down below.
Task exception was never retrieved
future: <Task finished coro=<ProgramUI.async_gen_tgam_conn() done, defined at C:/Users/Asus01/PycharmProjects/BCI/BrainGenDesktop.py:245> exception=SerialException("could not open port 'COM3': PermissionError(13, 'Erişim engellendi.', None, 5)")>
Traceback (most recent call last):
File "C:/Users/Asus01/PycharmProjects/BCI/BrainGenDesktop.py", line 257, in async_gen_tgam_conn
self.serial_tgam.open()
File "C:\Users\Asus01\anaconda3\envs\BCI\lib\site-packages\serial\serialwin32.py", line 62, in open
raise SerialException("could not open port {!r}: {!r}".format(self.portstr, ctypes.WinError()))
serial.serialutil.SerialException: could not open port 'COM3': PermissionError(13, 'Erişim engellendi.', None, 5)
Erişim engellendi. means Permission Denied in Turkish.
I have another code and I can get raw data from it. IT uses pyserial too. Mindwave uses COM3 but I down know which baud is.
Can you help me for connecting my MindWave Mobile 2.
Have a nice day.