Karthikeyan Singaravelan added the comment:
This tracker is for issues related to CPython. Please report issues at the
relevant repo https://github.com/pyserial/pyserial. Closing it as third party.
--
nosy: +xtreak
resolution: -> third party
stage: -> resolved
status: open -> closed
New submission from Jose Gabriel :
I was doing a small serial communication system using pyserial. when I done the
script on a .py file, it not worked. but when I opened
the python console and writed line by line the same code of the .py file, it
worked.
the .py file:
import serial
ser = seri