# OpenModScan **Repository Path**: IoT-Protocol/OpenModScan ## Basic Information - **Project Name**: OpenModScan - **Description**: OpenModScan 是一个免费的开源 Modbus 主站(客户端)实用程序,支持 Modbus-TCP 和 Modbus-RTU 协议。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2025-07-24 - **Last Updated**: 2025-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenModScan OpenModScan is a free and open-source Modbus Master (Client) utility supporting both Modbus-TCP and Modbus-RTU protocols. ![image](https://github.com/user-attachments/assets/aaa2b5c8-9f47-4e17-803d-2af7d24fb0c7) ![image](https://github.com/user-attachments/assets/19451264-2b0f-4821-897e-0cbee5831b14) ## Features The following Modbus functions are available: Discrete Coils/Flags 0x01 - Read Coils 0x02 - Read Discrete Inputs 0x05 - Write Single Coil 0x0F - Write Multiple Coils Registers 0x03 - Read Holding Registers 0x04 - Read Input Registers 0x06 - Write Single Register 0x10 - Write Multiple Registers 0x16 - Mask Write Register ## Modbus Logging ![image](https://github.com/user-attachments/assets/8d24e149-e6db-47e1-a3d2-b2d5ed207ed4) ## Extended Featues - Modbus Address Scan ![image](https://github.com/user-attachments/assets/798ed74a-c5fc-413f-a173-e223c9c7d3f3) - Modbus Scanner (supports both Modbus RTU and Modbus TCP scanning) ![image](https://github.com/user-attachments/assets/17d5f43d-c341-455d-a9b8-67db50a35699) - Modbus Message Parser ![image](https://github.com/sanny32/OpenModScan/assets/13627951/4f05f38e-d739-4c49-8bc3-f12e7b74d8ab) - Modbus User Message ![image](https://github.com/sanny32/OpenModScan/assets/13627951/1aba6329-873c-4ff2-8db8-939245a50722) ## Building Building is available via cmake (with installed Qt version 5.15 and above) or Qt Creator. Supports both OS Microsoft Windows and Linux. ## About supported operating systems The following operating systems are supported for OpenModScan. - Microsoft Windows 7 x86 and amd64 or later. - Ubuntu Linux 22.04 amd64 or later. - Fedora Linux 41 amd64 or later. - Alt Linux 11 amd64 or later. - Astra Linux 1.7 amd64 or later. - RedOS 8 amd64 or later. ## MIT License Copyright 2025 Alexandr Ananev [mail@ananev.org] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.