import serial runs successfully but while executing command (from serial import Serial), giving the following error
Asked
Active
Viewed 316 times
0
-
Serial? Are you sure it's not `pyserial`? – pinegulf Mar 23 '18 at 07:06
-
3Possible duplicate of [Serial import python](https://stackoverflow.com/questions/19728535/serial-import-python) – Pirate X Mar 23 '18 at 07:07
-
@PirateX No, that is not the problem here – Artemis Apr 23 '18 at 18:47