Search Criteria
Package Details: qmodmaster 0.5.2-5
Package Actions
| Git Clone URL: | https://aur.archlinux.org/qmodmaster.git (read-only, click to copy) |
|---|---|
| Package Base: | qmodmaster |
| Description: | QModMaster is a free Qt-based implementation of a ModBus master application. A graphical user interface allows easy communication with ModBus RTU and TCP slaves. QModMaster also includes a bus monitor for examining all traffic on the bus. |
| Upstream URL: | https://sourceforge.net/projects/qmodmaster/ |
| Keywords: | modbus rtu tcp |
| Licenses: | LGPLv3 |
| Submitter: | nezu |
| Maintainer: | nezu |
| Last Packager: | nezu |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-08-20 16:57 (UTC) |
| Last Updated: | 2026-03-02 22:45 (UTC) |
Dependencies (3)
- libmodbus (libmodbus-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-tools (make)
Latest Comments
nezu commented on 2026-03-02 22:49 (UTC)
@A_Bart I decided to patch it to use normal libmodbus instead of the vendored version. The vendored version has a patch, but it's only enabled on the Windows builds. The version in the repos is slightly newer, please report any regressions here first.
A_Bart commented on 2026-02-28 22:34 (UTC)
As noted by @mattalxndr the compilation is broken.
I have made a ticket upstream explaining the problem and solution: https://sourceforge.net/p/qmodmaster/tickets/134/
In the meantime, could we have a patch in AUR?
Adding
extern void busMonitorRawRequestData(uint8_t msg, int msg_length); extern void busMonitorRawResponseData(uint8_t msg, int msg_length);
In 3rdparty/libmodbus/modbus.c fixes the problem.
mattalxndr commented on 2025-06-13 21:43 (UTC)
I'm getting an error installing: