| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3-pymodbus: upgrade 3.7.4 -> 3.8.2 | Wang Mingyu | 2024-12-24 | 1 | -31/+0 |
| | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - new framer concept (utility class instead of direct) - new much simpler transactionManager - trace methods to trace/modify incoming/outgoing byte streams as well as PDUs - Convert endianness - Fix sync serial client, loop. - Correct future. - Correct #2501 - Raise exception on no response in async client. - re-instatiate Future on reconnect - Remove all trailing zeroes during string decoding - Fix too many sync client log messages. - Asyncio future removed from sync client. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
| * | python3-pymodbus: upgrade 3.7.3 -> 3.7.4 | Wang Mingyu | 2024-11-05 | 1 | -0/+31 |
| Changelog: ========== - Clean PDU init - Wrong close, when transaction do not match - Remove unmaintained (not working) example contributions - All pdu (incl. function code) tests to pdu directory - Add no_response_expected argument to requests - Resubmit: Don't close/reopen tcp connection on single modbus message timeout - 100% test coverage for PDU - Type DecodePDU - Update to use DecodePDU - Client/Server decoder renamed and moved to pdu - Move client/server decoder to pdu - Introducing PyModbus Guru on Gurubase.io - Remove IllegalFunctionRequest - remove ModbusResponse - Add typing to pdu base classes - Updated roadmap. - remove databuffer from framer - Improve retries for sync client - Move process test to framer tests - Framer do not check ids - Remove callback from framer - Auto fill device ids for clients - Reenable multidrop tests - write_register/s accept bytes or int - roadmap corrections. - Added roadmap (not written in stone) - Update README to show python 3.13. - Test on Python 3.13 - Use @AbstractMethod - Corrected smaller documentation bugs - README as landing page in readthedocs. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
