Skip to content

Commit 72c7023

Browse files
author
Michael Oberdorf
committed
fixes
1 parent 7df1767 commit 72c7023

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/modbus_server.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# -*- coding: utf-8 -*-
22
""" ***************************************************************************
3-
Modbus simulation script for the StEP project MVP Lab environment
4-
Author: Michael Oberdorf, bridgingIT GmbH
3+
Modbus TCP server script for debugging
4+
Author: Michael Oberdorf IT-Consulting
55
Datum: 2020-03-30
6-
7-
example taken from: https://pymodbus.readthedocs.io/en/latest/source/example/synchronous_server.html
86
*************************************************************************** """
97
import sys
108
import os

0 commit comments

Comments
 (0)