Pymodbus can be used without any third party dependencies (aside from pyserial) and is a very lightweight project. Pymodbus also provides a lot of ready to use examples as well as a server/client ...
Can't get this simple example to work: #!/usr/bin/env python """ Pymodbus Server With Updating Thread ----- This is an example of having a background thread updating the context while the server is ...