Serhii Marchuk
Serhii Marchuk
Unfortunately, I don't plan to work on the GUI improvement in the near future.
Hello. I'm not sure I understand the question correctly, but for build you need to execute 2 commands like: ```console > cmake --preset "Win64-MSVC" > cmake --build --preset "Win64-MSVC-Debug" ```...
Hello again. I've made support for Modbus RTU over TCP version. It's a fisrt step for version `0.5`. You can download source code, build it and then test. To do...
I guess I've understood what you mean. The delay is present (when using serial port) because of `Timeout Inter byte` serial port setting which by default is 50 millisec. There...
Well, I'll think about it.