Hello,

I'm currently working on a MODBUS TCP project. Right now, I'm able to read out and write to the network/sensors.

My next task is to automaticly read out the values of the sensor. The sensor are sending some kind of push notification with the current value to the network (every 20 seconds).

Is the Listener function the correct way of getting these automatic transmissions?

greets

(sorry for my bad english)