I\'m new to Python. According to the internets I was looking for the module pyserial after receiving this error:
ImportError: No module named serial
pySerial can be installed from PyPI:
python -m pip install pyserial
NOTE : Using the python/python3 executable of the desired version (2.7/3.x).