I've added readyReady() support to the the POSIX implementation. It looks
like someone already took care of the Win32 side. Here is the patch.
It's pretty simple. I just used a QSocketNotifier on the file descriptor
and a SIGNAL-SIGNAL connenction to proxy QSocketNotifier::activated(int) to
QextSerialPort::readRead()
--Justin Noel (ICS)
Original issue reported on code.google.com by noel.jus...@gmail.com on 3 Jun 2009 at 3:59
Original issue reported on code.google.com by
noel.jus...@gmail.com
on 3 Jun 2009 at 3:59Attachments: