Answer the question
In order to leave comments, you need to log in
Does the program freeze when calling a function in a slot?
void MainWindow::readData()
{
QByteArray data = serial->readAll();
console->putData(data);
//ProcessRawData();
}
Answer the question
In order to leave comments, you need to log in
Well, for example, it would be possible to provide the code of the function on which everything hangs (I mean ProcessRawData)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question