Skip to content

Commit 1f69e26

Browse files
committed
Update docs
1 parent b054aa6 commit 1f69e26

23 files changed

+98
-47
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ and for registers memory (`mem3x`, `mem4x`) it work with `uint16` values:
198198
__*New in version 0.4.3*__:
199199
> Starting with this version, the server supports script modules -
200200
the ability to include Python modules in a single `*pjs` project file.
201-
201+
202202
To view all documentation and possible uses of objects and methods, use the built-in help system.
203203

204204
### Server Simulation window

changelog.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,14 @@ List of changes of new v0.4 version of ModbusTools:
160160
* Added 'Enable Script' setting for server device
161161
* When closing the script editor window, synchronized the code with the current project
162162
* Fixed when opening the context menu on the Device node in ProjectView may open the wrong Device window
163-
* Added python 'modbus.py' module to work with modbus protocol
163+
* Added python `modbus.py` module to work with modbus protocol
164164
* Extended `mbserver.py` script library
165+
* Added option menu `Window->View SubWindow/Tabbed`
165166
* Improved MDI window management
166167
* Improved script text editor
167-
* Added 'Import Project' functionality which unites current project with the imported one
168-
* Implemented Drag`n`Drop for ProjectView window
168+
* Added Find/Replace text functionality for script editor
169+
* Added `Import Project` functionality which unites current project with the imported one
170+
* Implemented Drag'n'Drop for ProjectView window
171+
* Fixed `Send Message` func `23 (0x17) ReadWriteMultipleRegisters` error for registers to write
172+
[](https://github.com/serhmarch/ModbusTools/discussions/51)
173+
2.38 KB
Loading

doc/images/client_settings_log.png

4.62 KB
Loading
833 Bytes
Loading
4.51 KB
Loading
13.2 KB
Loading
458 Bytes
Loading

doc/images/server_settings_log.png

-12.5 KB
Binary file not shown.
21.4 KB
Loading

0 commit comments

Comments
 (0)