Help setting up a basic server #2197
-
here is what i have so far: ` store = ModbusSlaveContext( server = StartTcpServer(context, address=("localhost", 5020))
spent some time aggravating chatgpt but still couldn't get it |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
please see our examples and api definition in the documentation. you are not calling starttcpserver correctly. |
Beta Was this translation helpful? Give feedback.
-
when i copy paste directly from the example from the documentation and run, i try to connect with radzio and get message timeouts. ` async def run(): |
Beta Was this translation helpful? Give feedback.
please see our examples and api definition in the documentation. you are not calling starttcpserver correctly.