hi
I want to read from serial port (rs232) then processing and in the same time saving in a file. one way is using QThread but could i use "readyRead" signal with two slots like this instead of QTread?
signal(readyRead) , slot(doing some things and processing)
signal(readyRead) , slot(saving_file())


Reply With Quote

irectConnection emiting a signal is equivalent to calling the method. Read documentation.

Bookmarks