Re: pyserial: loose connection after inactivity
"Frank Aune" wrote: > Hello, > > I configure the serial connection using: > > self.port = serial.Serial(baudrate=57600, > timeout=0.06, > parity=serial.PARITY_EVEN, > stopbits=serial.STO
pyserial: loose connection after inactivity
Hello, I configure the serial connection using: self.port = serial.Serial(baudrate=57600, timeout=0.06, parity=serial.PARITY_EVEN, stopbits=serial.STOPBITS_TWO,