hi, i am a newbie and i want to receive data from uart ,my uart speed is 115kbps,
i have send data from avr( 2ms /packet) with packet as:
0x01 data1 data2 checksum :4bytes
0x02 data checksum : 3bytes
i want to receive each packet and calculate checksum , i have use readyRead() emit but with 2ms /packet ,i am always lost ~ 50% packet
plz help me ,i use qtserialport and qextserilport library