PySerial with Qt6
Let's dive in with developing a simple GUI that receives serial data.
Simple Qt6 GUI Example
soon...
References
- [Ref 1] “PySerial Documentation”, [Website]
- [Ref 2] “A "live" data monitor with Python, PyQt and Pyserial”, Eli Bendersky's Website [Article]
- [Ref 3] “Practical Guide to Asyncio, Threading & Multiprocessing”, Mikael Koli [Article]