Skip to content

Commit fe8172d

Browse files
authored
Update README.md
1 parent 8aec5da commit fe8172d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
Modbus Tools is set of program (client and server) with graphical user interface to work with standard Modbus Protocol. Modbus Tools are a free, open-source tools with a simple user interface written in C++/Qt. It implements TCP, RTU and ASCII versions of Modbus Protocol.
66
Software implements such Modbus functions as:
7-
1 (0x01) – `READ_COILS`;
8-
2 (0x02) – `READ_DISCRETE_INPUTS`;
9-
3 (0x03) – `READ_HOLDING_REGISTERS`;
10-
4 (0x04) – `READ_INPUT_REGISTERS`;
11-
5 (0x05) – `WRITE_SINGLE_COIL`;
12-
6 (0x06) – `WRITE_SINGLE_REGISTER`;
13-
7 (0x07) – `READ_EXCEPTION_STATUS`;
14-
15 (0x0F) – `WRITE_MULTIPLE_COILS`;
15-
16 (0x10) – `WRITE_MULTIPLE_REGISTERS`.
7+
- 1 (0x01) – `READ_COILS`;
8+
- 2 (0x02) – `READ_DISCRETE_INPUTS`;
9+
- 3 (0x03) – `READ_HOLDING_REGISTERS`;
10+
- 4 (0x04) – `READ_INPUT_REGISTERS`;
11+
- 5 (0x05) – `WRITE_SINGLE_COIL`;
12+
- 6 (0x06) – `WRITE_SINGLE_REGISTER`;
13+
- 7 (0x07) – `READ_EXCEPTION_STATUS`;
14+
- 15 (0x0F) – `WRITE_MULTIPLE_COILS`;
15+
- 16 (0x10) – `WRITE_MULTIPLE_REGISTERS`.
1616

1717
## About Modbus Client
1818

@@ -28,4 +28,4 @@ All work is performing within a single project. The main entities in the project
2828

2929
Modbus Tools binary using Qt5.15.2 version lib.
3030
Modbus Tools was compiled for Windows 64 bit.
31-
Binary files is located in <root>/bin/Windows/x64
31+
Binary files are located in <root>/bin/Windows/x64

0 commit comments

Comments
 (0)