Fading Coder

One Final Commit for the Last Sprint

Compiling libmodbus on the Kylin Operating System and Setting Up a Development Environment

To implement ModbusTcp and Modbus232/485 communication on the Kylin operating system, use the libmodbus library. This article details compiling the libmodbus library on the specified Kylin system and migrating the modbusTcpDemo project. Related blogs include: Qt modbus485 Debugging Tool (v1.3.0) Qt...

Building a Modbus RTU Master and Slave with Qt 5 and libmodbus on Windows

How to integrate libmodbus with a Qt 5 application on Windows to implement both a Modbus RTU master (client) and a Modbus RTU slave (server). The examples use a simple Widgets-based UI, periodically enumerate serial ports, and demonstrate reading holding registers from multiple slave IDs. Environmen...