AdvancedClimateSystems / uModbus

Python implementation of the Modbus protocol.
Mozilla Public License 2.0
211 stars 81 forks source link

Add feature Modbus RTU over TCP #93

Open azat385 opened 4 years ago

azat385 commented 4 years ago

Sending rtu ADU over tcp socket aka "modbus rtu over tcp"

Should fix #91

usage example: response = rtu.send_message_over_tcp(message, sock)

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.5%) to 95.565% when pulling 24d405060343c8172e13452eb11c00997220c87c on azat385:feature-rtuOverTcp into 749d69f62fcda09a6d0bc1776f301ee819cb6076 on AdvancedClimateSystems:master.