Nicolas Torneri
Nicolas Torneri
This pull request adds support for configurable timeout on Modbus TCP.
This pull request slightly modifies the source code tree structure (it turns the `bin/modbus` script into a `modbus` module) and updates the `setup.py` to enable installation under Linux and Windows.
See issue https://github.com/wez/libssh-rs/issues/30
I am getting a linker error when trying to build for the `x86_64-pc-windows-gnu` target. My executable links correctly for the `x86_64-pc-windows-msvc` target. The root cause is that the MSVC and...