data=LSS.bus.read_until(lssc.LSS_CommandEnd.encode('utf-8'))#Otherwise (without ".encode('utf-8')") the received LSS_CommandEnd is not recognized by read_until, making it wait until timeout.
data=LSS.bus.read_until(lssc.LSS_CommandEnd.encode('utf-8'))#Otherwise (without ".encode('utf-8')") the received LSS_CommandEnd is not recognized by read_until, making it wait until timeout.