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())