File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for pyModbusTCP
2
2
3
- 0.x.x next release
3
+ 0.1.9 2021-02-26
4
4
5
5
- add module error MB_SOCK_CLOSE_ERR (occur if frame send on close socket).
6
6
- add modbus exception EXP_NEGATIVE_ACKNOWLEDGE (code 0x07) to constants.
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.8
4
+ # Version: 0.1.9
5
5
# Website: https://github.com/sourceperl/pyModbusTCP
6
- # Date: 2018-10-15
6
+ # Date: 2021-02-26
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.8 '
3
+ VERSION = '0.1.9 '
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