I have a very simple python script that uses pySerial to send data over the serial port to my Arduino. When I execute this line-by-line in the python shell, it works just f
In my case the following worked.
time.sleep(1) ser.setDTR(level=1) time.sleep(1)