Thread that read from QSerialPort
Mobile and Embedded
21
Posts
4
Posters
12.9k
Views
1
Watching
-
Hi guys,
the main point to use QtSerialPort's objects in different thread - a bug with the stopping of I/O at moving window or expanding window. Of course, this problem only in Windows OS. :)
[quote]
GUI thread
thread for operations on serialport 1
thread for operations on serialport 2
thread for network operations
[/quote]
IMHO, it is better:
-
GUI thread
-
thread for operations on serialport 1, serialport 2, network
-