ModbusScope is an QT application that can be used to log data using the modbus protocol and put the data into a nice graph. It is also possible to export the data or even an image of the graph.
ModbusScope depends on two libraries:
ModbusScope aims to be cross platform. Main development is currently done in linux. But the release are done for Windows. Releases are statically linked with the QT library. This ensures that the ModbusScope runs smoothly on windows without installing any libraries.
Currently only modbus TCP is supported. Eventually modus RTU will also be supported.