# ModbusTool **Repository Path**: coder_live/ModbusTool ## Basic Information - **Project Name**: ModbusTool - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-07 - **Last Updated**: 2023-11-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ModbusTool ## A modbus TCP and RTU master and slave tool with import and export functionality. Buy Me A Coffee [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FClassicDIY%2FModbusTool&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com) [![GitHub All Releases](https://img.shields.io/github/downloads/ClassicDIY/ModbusTool/total?style=for-the-badge)](https://github.com/ClassicDIY/ModbusTool/releases) [![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/ClassicDIY/ModbusTool?style=for-the-badge)](https://github.com/ClassicDIY/ModbusTool/releases) [![GitHub stars](https://img.shields.io/github/stars/ClassicDIY/ModbusTool?style=for-the-badge)](https://github.com/ClassicDIY/ModbusTool/stargazers) [![GitHub issues](https://img.shields.io/github/issues-raw/ClassicDIY/ModbusTool?style=for-the-badge)](https://github.com/ClassicDIY/ModbusTool/issues) [![GitHub](https://img.shields.io/github/license/ClassicDIY/ModbusTool?style=for-the-badge)](https://github.com/ClassicDIY/ModbusTool/blob/master/LICENSE)

## Installation There are two options available to download and install ModbusTool. ### Option 1: Download from Github Releases 1. Visit the [Github Releases page](https://github.com/ClassicDIY/ModbusTool/releases) of ModbusTool. 2. Choose `ModbusTool.msi` to downloaad. 3. Once the file is downloaded, double-click on it to initiate the installation process. 4. Follow the on-screen instructions to complete the installation. For detailed installation instructions and additional information, refer to the [Github Wiki tutorial](https://github.com/ClassicDIY/ModbusTool/wiki) dedicated to this option. ### Option 2: Install using `winget` > `Winget` is a command-line package manager for Windows that allows users to quickly and easily install, manage, and uninstall software applications from the terminal. 1. Ensure that you have `winget` installed on your system. If not, follow the instructions to install `winget` from the official Microsoft [documentation](https://learn.microsoft.com/en-us/windows/package-manager/winget/). 2. Open a powershell or terminal window. 3. Execute the following command to install ModbusTool using `winget`: ```shell winget install ClassicDIY.ModbusTool ``` 4. Wait for the installation process to complete. Once installed, you can launch ModbusTool and start using its master and slave test functionalities with import and export capabilities. ## License ``` Copyright (c) 2020. ClassicDIY Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ``` ## Release notes ----------------- version 2.0.1.1 ----------------- version 2.0.1.0 -----------------