lacithehun
lacithehun
> How should that work? To read a modbus register/value, you have to write on the Bus. > > The only "read only" modus i can image is a simple...
> Feel free to create a pull request if the approach above does not suit your needs. Creating pull request doesn't work for unknown reason. But the solution would be:...
Yes, please. With replacing line 205 in main.c with `"p:s:m:A:P:C:N:R:W:T:c:b:o")) != RC_ERR)`
I got upset because I couldn't make a pull request.Then I found that a fork is needed first, so I forked.Made the changes, but only could make PRs file-by-file.Despite the...
The simplest (and) way is to ignore the write function (timeout method). The more elegant way is to give an exception with code = 0x01 (illegal function), this would give...