You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please refer to the <ahref="https://github.com/ClassicDIY/ModbusTool/wiki">ModbusTool wiki</a> for the installation procedure.
16
-
</p>
17
-
18
14
<palign="center">
19
15
<imgsrc="./Pictures/Master.PNG"width="600"/>
20
16
</p>
21
17
18
+
## Installation
19
+
20
+
There are two options available to download and install ModbusTool.
21
+
22
+
### Option 1: Download from Github Releases
23
+
24
+
1. Visit the [Github Releases page](https://github.com/ClassicDIY/ModbusTool/releases) of ModbusTool.
25
+
2. Choose `ModbusTool.msi` to downloaad.
26
+
3. Once the file is downloaded, double-click on it to initiate the installation process.
27
+
4. Follow the on-screen instructions to complete the installation.
28
+
29
+
For detailed installation instructions and additional information, refer to the [Github Wiki tutorial](https://github.com/ClassicDIY/ModbusTool/wiki) dedicated to this option.
30
+
31
+
### Option 2: Install using `winget`
32
+
33
+
> `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.
34
+
35
+
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/).
36
+
2. Open a powershell or terminal window.
37
+
3. Execute the following command to install ModbusTool using `winget`:
38
+
39
+
```shell
40
+
winget install ClassicDIY.ModbusTool
41
+
```
42
+
43
+
4. Wait for the installation process to complete.
44
+
45
+
Once installed, you can launch ModbusTool and start using its master and slave test functionalities with import and export capabilities.
46
+
22
47
## License
23
48
```
24
49
@@ -39,7 +64,7 @@ Please refer to the <a href="https://github.com/ClassicDIY/ModbusTool/wiki">Modb
0 commit comments