hacker-cb / modbus-dart

BSD 3-Clause "New" or "Revised" License
37 stars 22 forks source link

Added TcpBuffer to handle fragmented Modbus packets #23

Closed klaasdannen closed 1 year ago

klaasdannen commented 2 years ago

The package can now handle Modbus packets fragmented in multiple TCP packets or multiple Modbus packets in a single TCP frame.

klaasdannen commented 2 years ago

this PR fixes issue #22