File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for pyModbusTCP
2
2
3
+ 0.1.6 2018-05-14
4
+
5
+ - fix multiple TCP packets recv issue in ModbusClient and ModbusServer (thanks Farin94).
6
+
3
7
0.1.5 2017-11-23
4
8
5
9
- add long_list_to_word to utils.
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.5
4
+ # Version: 0.1.6
5
5
# Website: https://github.com/sourceperl/pyModbusTCP
6
- # Date: 2017-11-23
6
+ # Date: 2018-05-14
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.5 '
3
+ VERSION = '0.1.6 '
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