QSerialPort.write() integrity
-
Hi,
As @ChrisW67 suggests, the protocol, checksum, etc is for you to implement. Serial ports are nothing more than a wire transfert. You are responsible for establishing all the higher level data frame format, transfert checks etc.