qiodevice

PyQt readyRead: set text from serial to multiple labels

PyQt readyRead: set text from serial to multiple labels Question: In PyQt5, I want to read my serial port after writing (requesting a value) to it. I’ve got it working using readyRead.connect(self.readingReady), but then I’m limited to outputting to only one text field. The code for requesting parameters sends a string to the serial port. …

Total answers: 2