jan iversen
jan iversen
I think there are a bigger misunderstanding here (Or it is in my head). UnitId in tcp is the same as slaveid in serial, so why do we want to...
According to the modbus protocol there can only be one request "in flight" at one connection. Please unitId addresses the slave (device) on the open connection, so we have to...
The server must be able to handle multiple transactions because it can have multiple clients connected, that is true for a number of the transport protocols. The server do not...
thanks for the nice words.
Your reference is correct, but you are referencing a gateway which is more correctly named a forwarder, this is a different topic, because that can e.g. have 1 server (tcp)...
I am not aware to have removed any “read only” parameter….where did you see that earlier? Writes should not be reads let me test what happens. I am pretty sure...
and please do remember that Pull Requests are welcome, that is the best way to get things changed.
you wrote "Please don't remove the "read only" feature" and I am still not aware of having removed that, I am also not aware of such a feature in the...
I think it states it pretty clear: ``` This is a repeater or converter and an example of just how powerful datastore is. ``` Using a "datastore" means storing the...
Pull requests are welcome. And yes storing and fetching implies directly that the original request is not forwarded.