Apollo3zehn
Apollo3zehn
This should not happen of course but it is difficult to tell what the reason could be. The async code is very similar to the synchronous one. In fact it...
Hi, could you please shortly describe your use case? Why do you need access to the internal class? I would just like to understand if the API of the library...
I am sorry, I have no RS232 hardware available and Modbus RTU implementation was tested once via a virtual COM bridge. Is it working with other Modbus RTU tools? I...
I do not have much spare time for this project so a pull request would help to speed up bringing this features :-)
I have never used RTU over TCP so I cannot give you any input about this. But it would be great if you work on a PR to add this...
Thank you, I`ll check it today
Hi, I was able to work yesterday and today on merging some merge request and closing some issues. However, this merge request is not yet being worked on because I...
My "solution" so far is to create a `cron` job and let that restart the container until the mounted drive is available: ```cron SHELL=/snap/bin/pwsh @reboot root /autorestart.ps1 ``` copy that...