AdvancedClimateSystems / uModbus

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

Flush input buffer #125

Open yy123xiang opened 1 year ago

yy123xiang commented 1 year ago

The receive cache should be emptied before sending, otherwise the previous frame of data may be received.