I see, yes it makes sense. Thank you.KLL wrote:i see in a other example that a
ser.write(input + '\r\n') included a add sending CRLF, because on the other side you wait for
a complete line by ser.readline()
your keyboard ENTER could be eaten by the input! and not be part of the string