Skip to content

Commit 08ff191

Browse files
committed
Update readme
1 parent 28c126c commit 08ff191

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Build status: [![Build](https://github.com/ModbusScope/ModbusSim/actions/workflows/ccpp.yml/badge.svg?branch=master)](https://github.com/ModbusScope/ModbusSim/actions/workflows/ccpp.yml)
44

55
# What is ModbusSim
6-
ModbusSim is an application that can be used to test a modbus master. The application consists of 2 main set of modules. A GUI-less part that contains all logic that can also be used in automated tests. The second part is a GUI that can be used for manual testing.
6+
ModbusSim is a Modbus slave test application for validating Modbus master implementations.
7+
8+
Key features:
9+
10+
- Implements multiple configurable holding registers (values can be automatically incremented).
11+
- Generates a sine-wave signal as register values.
12+
- Can inject configurable communication errors to exercise master error handling.
713

814
![ModbusSim demo](ModbusSim.png)

0 commit comments

Comments
 (0)