[PyQt] Using QSerialPort() instead of pyserial

Phil phil_lor at bigpond.com
Mon Nov 20 09:03:35 GMT 2017


On 20/11/17 18:33, Florian Bruhin wrote:
>

Thank you once again Florian for a swift reply and explanation.

> I usually do bytes(data).decode('ascii').
> That converts the QByteArray to a Python bytes object, and then decodes that.

That, of course, works well.

-- 
Regards,
Phil


More information about the PyQt mailing list