We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df1767 commit 72c7023Copy full SHA for 72c7023
app/modbus_server.py
@@ -1,10 +1,8 @@
1
# -*- coding: utf-8 -*-
2
""" ***************************************************************************
3
-Modbus simulation script for the StEP project MVP Lab environment
4
-Author: Michael Oberdorf, bridgingIT GmbH
+Modbus TCP server script for debugging
+Author: Michael Oberdorf IT-Consulting
5
Datum: 2020-03-30
6
-
7
-example taken from: https://pymodbus.readthedocs.io/en/latest/source/example/synchronous_server.html
8
*************************************************************************** """
9
import sys
10
import os
0 commit comments