pafra88 / qextserialport

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

ability to display progress dialog #78

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This feature may already exist but if it does I can't figure out how to do it.  
Is there some variable or signal that I can read that will tell me exactly how 
many bytes of a data buffer/file have been written to the physical serial port 
at any given time??  If so, then I could set a QTimer to read this value as 
given intervals and display a cool little progress bar.  Any help would be much 
appreciated!

Thanks!!

Jonathon

Original issue reported on code.google.com by jwdo...@gmail.com on 1 Oct 2010 at 8:00

GoogleCodeExporter commented 8 years ago
Hi, this support for Windows is already there

Using following signal under event-driven mode:
@
bytesWritten()
@

For other posix platforms, as event-driven not fully supported, so ...

Original comment by dbzhang...@gmail.com on 13 Jun 2012 at 6:47