Mr-Ntic / qextserialport

Automatically exported from code.google.com/p/qextserialport
Other
0 stars 0 forks source link

Too slow in order to get all data #96

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I use QextSerial Port 1.2 under Windows Seven.

I've made a program that print on a textEdit all the data that come on the port.

So I've connected the signa readyRead() to one of my own slot where I put a 
getchar() in order to get the data and I print it on a textEdit.

When I send data at a slow rate, all the data are got. But if I send a trame of 
20 bytes, I get only the 5-10 first (depend of the baudrate).

Is it normal ?
Is there a solution ?
Or do I need to develop my appliation differently ?

Thanks.

Original issue reported on code.google.com by webfree...@hotmail.fr on 2 Jun 2011 at 10:18

GoogleCodeExporter commented 8 years ago
HI webfreenet, 

It's normal behavior.

Thanks for your feedback.

Original comment by dbzhang...@gmail.com on 16 Aug 2012 at 7:51