coassoftwaresystems/delphi-modbus

Can support Modbus RTU over TCP?

Opened this issue · 3 comments

Can we add support for RTU over TCP, which means adding CRC segments at the end of the data?Can we add support for RTU over TCP, which means adding CRC segments at the end of the data?

source.zip

I try to wirte, could you merge to lib?

Looks like your implementation is a copy with addition of the new functionality. Please change it to avoid code duplication: add a new property to enable RTU over TCP, and implement the additional logic in the existing components.

Please also do not touch the formatting of the existing code. This causes a lot of irrelevant updates in git, making it difficult to spot the actual changes.

ok