Azat Sharafetdin
Results
4
issues of
Azat Sharafetdin
I have started the uModbus tcp server on **89.223.127.70:502** for online debuging of the clients. Available registers from 0-150 for reading and 6-150 for writing. Code: ```python import logging from...
Sending rtu ADU over tcp socket aka "modbus rtu over tcp" Should fix #91 usage example: `response = rtu.send_message_over_tcp(message, sock)`
Hello, How to use(send and receive) modbus RTU frames over TCP connection? Thanks a lot.