ed-chemnitz / qmodbus

GNU General Public License v2.0
279 stars 128 forks source link

Configure timeout #5

Open gblanc opened 10 years ago

gblanc commented 10 years ago

Hi,

I have just a question : can I configure timeout for connections with QModbus ?

Thanks in advance,

Greg

dirtycold commented 9 years ago

seems like functions like modbus_set_response_timeout was not used in the implementation. instead the result was pulled every 5 millisecond (@line 102 of mainwindow.cpp) so it is not possible currently.