ed-chemnitz / qmodbus

GNU General Public License v2.0
274 stars 126 forks source link

RTU mode: exception popup #13

Closed diggit closed 6 years ago

diggit commented 8 years ago

Every time, exception message is received, popup window about this exception appears. This behavior is annoying when I try to debug/fiddle with some device. Is there any way to suppress this popup window?

tobydox commented 8 years ago

Currently not but should be easy to implement. Do you want to try to code it?

diggit commented 8 years ago

I'd spend too much time of code reading and understanding. It should be done by someone familiar with qmodbus code.

There is another thing. Exceptions are "normal" frames. They should be handled as responses. In current state, you don't know if exception reply checksum is ok. Request gets marked as exceptioned and that is all.

tobydox commented 6 years ago

This has been fixed through #16