Closed faber33 closed 3 weeks ago
Hi. I need to read the value of ReadHolding registers cyclically. I have tried to do this with the Timer. This works but makes the application very slow. How to do it correctly?
In a background thread, of course. I'm doing this with a dozen independent Modbus devices and it works flawlessly.
Hi. I need to read the value of ReadHolding registers cyclically. I have tried to do this with the Timer. This works but makes the application very slow. How to do it correctly?