Re: [Interest] QMutex and QTimer timeout

2014-10-07 Thread Francisco Ares
2014-10-07 12:43 GMT-03:00 Thiago Macieira : > On Tuesday 07 October 2014 08:43:42 Francisco Ares wrote: > > Sorry, I should have put this on the original post. I'm using Qt 4.8.5 > > (Gentoo distro), and "qextserialport" 1.2 (in fact, Gentoo developers > are, > > AFAIK, preparing for KDE 5, so Q

Re: [Interest] QMutex and QTimer timeout

2014-10-07 Thread Thiago Macieira
On Tuesday 07 October 2014 08:43:42 Francisco Ares wrote: > Sorry, I should have put this on the original post. I'm using Qt 4.8.5 > (Gentoo distro), and "qextserialport" 1.2 (in fact, Gentoo developers are, > AFAIK, preparing for KDE 5, so Qt 5.X will be mainstream soon, so I'll port > everything

Re: [Interest] QMutex and QTimer timeout

2014-10-07 Thread Francisco Ares
2014-10-07 1:42 GMT-03:00 Thiago Macieira : > On Monday 06 October 2014 17:23:05 Francisco Ares wrote: > > Hi, > > > > I'm trying to implement a serial communication class. Under certain > > conditions, I would like to send a message, then keep the thread locked > > until some specific answer arr

Re: [Interest] QMutex and QTimer timeout

2014-10-06 Thread Thiago Macieira
On Monday 06 October 2014 17:23:05 Francisco Ares wrote: > Hi, > > I'm trying to implement a serial communication class. Under certain > conditions, I would like to send a message, then keep the thread locked > until some specific answer arrives, then the thread could be unlocked. Ok. It's usual

Re: [Interest] QMutex and QTimer timeout

2014-10-06 Thread Rainer Wiesenfarth
Am 06.10.2014 22:23, schrieb Francisco Ares: I'm trying to implement a serial communication class. Under certain conditions, I would like to send a message, then keep the thread locked until some specific answer arrives, then the thread could be unlocked. While testing the connection, the lock

[Interest] QMutex and QTimer timeout

2014-10-06 Thread Francisco Ares
Hi, I'm trying to implement a serial communication class. Under certain conditions, I would like to send a message, then keep the thread locked until some specific answer arrives, then the thread could be unlocked. While testing the connection, the lock (using a QMutex for this) may lock forever