[PyQt] Basic thread question
Phil
phil_lor at bigpond.com
Fri Sep 29 21:04:36 BST 2017
On 29/09/17 21:16, Florian Bruhin wrote:
>
> While you can use PySerial in a thread (as long as you don't directly
> manipulate the GUI from that thread), the easier alternative is probably to use
> Qt's QSerialPort module which does the same kind of thing but non-blocking.
Thank you Florian and Kyle for your replies.
I had a look the QSerialPort documentation but couldn't make much sense
of it at the time and so used pyserial instead. I should search for a
QSerialPort example.
I get the feeling that Twisted is not for mere mortals.
--
Regards,
Phil
More information about the PyQt
mailing list