-
Notifications
You must be signed in to change notification settings - Fork 949
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. #284 Async servers - Option to start reactor outside Start<server>…
…Server function 2. #283 Fix BinaryPayloadDecoder/Builder issues when using with pymodbus server 3. #278 Fix issue with sync/async servers failing to handle requests with transaction id > 255 4. #221 Move timing and transcational logic to framers for sync clients 5. #221 More debug logs for sync clients 6. Misc updates with examples and minor enhancements
- Loading branch information
1 parent
689708a
commit 900db55
Showing
32 changed files
with
1,694 additions
and
1,107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
pymodbus\.framer package | ||
======================== | ||
|
||
Submodules | ||
---------- | ||
|
||
pymodbus\.framer\.ascii_framer module | ||
------------------------------------- | ||
|
||
.. automodule:: pymodbus.framer.ascii_framer | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pymodbus\.framer\.binary_framer module | ||
-------------------------------------- | ||
|
||
.. automodule:: pymodbus.framer.binary_framer | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pymodbus\.framer\.rtu_framer module | ||
----------------------------------- | ||
|
||
.. automodule:: pymodbus.framer.rtu_framer | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pymodbus\.framer\.socket_framer module | ||
-------------------------------------- | ||
|
||
.. automodule:: pymodbus.framer.socket_framer | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: pymodbus.framer | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.