I found (kind of) a solution.

If I put a timer generating an update and sendig a signal every milisecond(! the minimum of QTimer) I can actually read from the serial port every milisecond. Which is what I wanted.
Still, If I want to improve the sampling rate I cannot do that...

Any ideas?