GitHub user splatch added a comment to the discussion: Handling Protocols that require fixed communication coordinates?
There are options such `SO_REUSEADDR` which in theory should help, with at least part of the problem. Sadly, this applies only to network sockets and will not help with serial nor ethernet level access. Making further thought on transports will definitely not harm them. Making one serial port using more than one protocol will heavily depend on protocols themselves, its possible but in order to work both protocols must have a clear start and termination sequences, otherwise it will lead to conflicts. GitHub link: https://github.com/apache/plc4x/discussions/949#discussioncomment-6175080 ---- This is an automatically sent email for dev@plc4x.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@plc4x.apache.org