I get a nameError when using Serial. I believe that i am not importing serial properly.
from serial import *
serialPort = Serial("COM3", 9600)
i've installed pyserial through pip. Am i doing something wrong? Has anyone else experienced this error?