AlphonseLuca
AlphonseLuca
Hi,[Apollo3zehn](https://github.com/Apollo3zehn),For AOP please refer to: - https://en.wikipedia.org/wiki/Attribute-oriented_programming - https://en.wikipedia.org/wiki/Aspect-oriented_programming I use AOP more for logging. As for [server.RegistersChanged&server.CoilsChanged](https://apollo3zehn.github.io/FluentModbus/#events)
> Hi,[Apollo3zehn](https://github.com/Apollo3zehn),For AOP please refer to: > > * [https://en.wikipedia.org/wiki/Attribute-oriented_programminghttps://en.wikipedia.org/wiki/Attribute-oriented_programming](https://en.wikipedia.org/wiki/Attribute-oriented_programming) > * [https://en.wikipedia.org/wiki/Aspect-oriented_programminghttps://en.wikipedia.org/wiki/Aspect-oriented_programming](https://en.wikipedia.org/wiki/Aspect-oriented_programming) > > I use AOP more for logging. As for [server.RegistersChanged&server.CoilsChanged](https://apollo3zehn.github.io/FluentModbus/#events) Oh, I forgot to mention that...
Hello, SORRY for the late reply. I read the article carefully, and the _"aspect-oriented Programming with the RealProxy Class"_ approach is a good one, but it's a little too complicated....
As shown in the following table, this is my understanding of the message format sent by the client and server of Modbus-RTU. I want to log in the same format...
Hello. [Here's the simple example](https://github.com/Zoneee/FluentModbus_aop_demo)
hello First of all, I'm very sorry. I think the AOP features proposed in this issue are poorly considered. Before I proposed the issue, I wanted to add events to...
Oh, I forgot to answer your question. **Q:** "Why do you need the `RequestHandler` and the `RequestEventHandler`? Is one of them not enough to accomplish both? Or do you need...
Yes, I have been preparing for the postgraduate exam, and the development work may be late
I have a question. In the modbus-RTU example, "client.connect ("COM1"); ", how can I be sure it is currently "COM1" and not something else? https://apollo3zehn.github.io/FluentModbus/samples/modbus_rtu.html