Traceback (most recent call last):
File “test.py”, line 2, in
import serial
ModuleNotFoundError: No module named ‘serial’
This does not work for command ‘Import serial’ even I had proper installed PySerial. Can someone help me how to fix this, so i can use my serail port for communication with other devices?