i am trying to take data using specific sensor MAGT to get brainwave, the code is already with me from the store.
please help me it is a mini project for my university.
Please don’t post pictures, copy the text from the terminal and put it in a code block as explained here.
Have you installed the library? Note that if you’re using pip to install libraries, you need to use the pip that is paired with the python you’re using.
The serial module isn’t part of the standard distribution. You need to install it. The module is called serial but the package is called pyserial.
On Windows, it’s recommended that you use the Python Launcher py:
py -m pip install pyserial
2 Likes
