pySerial getting writeTimeout exeption when sending data
Hi, I'm getting a writeTimeout on a serial connection using pyserial. I have googled a lot and so far i have found nothing. I thought some other might have had the same problem and solved it. However here is my example code ser = serial.Serial('COM10', baudrate=115200, timeout=2, ...