File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for pyModbusTCP
2
2
3
+ 0.1.8 2018-10-15
4
+
5
+ - fix ModbusServer: avoid hard coded TCP port (thanks to akobyl).
6
+ - add stop() and is_run property to ModbusServer (thanks to Rugiewitz).
7
+
3
8
0.1.7 2018-08-20
4
9
5
- - fix ModbusServer issue on Windows (thanks andreascian).
10
+ - fix ModbusServer issue on Windows (thanks to andreascian).
6
11
7
12
0.1.6 2018-05-14
8
13
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.7
4
+ # Version: 0.1.8
5
5
# Website: https://github.com/sourceperl/pyModbusTCP
6
- # Date: 2018-08-20
6
+ # Date: 2018-10-15
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.7 '
3
+ VERSION = '0.1.8 '
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