Skip to content

Commit 033bdb1

Browse files
committed
Update docs
1 parent d67f620 commit 033bdb1

File tree

13 files changed

+602
-38
lines changed

13 files changed

+602
-38
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,11 @@ List of changes of new v0.4 version of ModbusTools:
136136
# 0.4.2
137137

138138
* Fixed Odd and Even Parity mixed up
139+
[](https://github.com/serhmarch/ModbusTools/issues/34)
139140
* Fixed the inability to set an address after 99 for 'SendMessage' and 'Item(s)' dialogs
141+
[](https://github.com/serhmarch/ModbusTools/issues/36)
142+
* Fixed error message appearing for income packets not aimed for the configured unit addresses
143+
[](https://github.com/serhmarch/ModbusTools/discussions/28#discussioncomment-12639172)
144+
* Added device byte and register order settings support for scripting
145+
* Added get/set string functions for working with strings for scripting
146+
* Improved default project for client and server

doc/DoxyfileClient

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = ModbusClient
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 0.4.1
51+
PROJECT_NUMBER = 0.4.2
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

doc/DoxyfileServer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = ModbusServer
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 0.4.1
51+
PROJECT_NUMBER = 0.4.2
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

doc/output/ModbusClient.chm

4 Bytes
Binary file not shown.

doc/output/ModbusClient.qch

0 Bytes
Binary file not shown.

doc/output/ModbusClient.qhc

0 Bytes
Binary file not shown.

doc/output/ModbusServer.chm

13.5 KB
Binary file not shown.

doc/output/ModbusServer.qch

20 KB
Binary file not shown.

doc/output/ModbusServer.qhc

8 KB
Binary file not shown.

examples/server/test_script2.pjs

Lines changed: 557 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)