File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Revision history for pyModbusTCP
22
3- 0.x.x Next release
3+ 0.1.10 2021-03-02
44
55 - word_list_to_long() and long_list_to_word(), now support 64 bits long long with opt long_long.
66 - encode_ieee() and decode_ieee(), now support double-precision format with opt double.
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22
33# Python package: Client and Server for ModBus/TCP
4- # Version: 0.1.9
4+ # Version: 0.1.10
55# Website: https://github.com/sourceperl/pyModbusTCP
6- # Date: 2021-02-26
6+ # Date: 2021-03-02
77# License: MIT (http://http://opensource.org/licenses/mit-license.php)
88# Description: Client/Server ModBus/TCP
99# Support functions 3 and 16 (class 0)
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22
3- VERSION = '0.1.9 '
3+ VERSION = '0.1.10 '
44# ModBus/TCP
55MODBUS_PORT = 502
66# Modbus mode
You can’t perform that action at this time.
0 commit comments