Answer the question
In order to leave comments, you need to log in
How to ensure the processing of a set of requests via ModBus?
I am writing a program to work with a device I am developing using ModBus RTU.
At the moment, the exchange is arranged in such a way that there is a ModBus client class that provides sending requests and processing responses via ModBus.
Its interface is:
class IModBusClient {
virtual void ReadHoldingRegs(uint16_t startRegAddres, uint16_t RegsCount, IModBusReponseListener *listener) = 0;
...
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question