File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for pyModbusTCP
2
2
3
+ 0.1.5 2017-11-23
4
+
5
+ - add long_list_to_word to utils.
6
+ - add float support as example.
7
+
3
8
0.1.4 2017-11-13
4
9
5
10
- fix port and host accessors, change check now use "==" and not "is".
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
3
# Python package: Client and Server for ModBus/TCP
4
- # Version: 0.1.4
4
+ # Version: 0.1.5
5
5
# Website: https://github.com/sourceperl/pyModbusTCP
6
- # Date: 2017-11-13
6
+ # Date: 2017-11-23
7
7
# License: MIT (http://http://opensource.org/licenses/mit-license.php)
8
8
# Description: Client/Server ModBus/TCP
9
9
# Support functions 3 and 16 (class 0)
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
- VERSION = '0.1.4 '
3
+ VERSION = '0.1.5 '
4
4
## ModBus/TCP
5
5
MODBUS_PORT = 502
6
6
## Modbus mode
You can’t perform that action at this time.
0 commit comments