P
I am implementing MODBUS protocol in C++. So far, I have implemented data link layer (Master/Slave) with State design patten. Currently, I have used RS-232 serial communication, but in future if TCP communication is chosen, then there is no need to change Master/Slave implementation.
However, my question is regarding Request message from Master.
Does master record information of memory allocations of all slaves (e.g. Starting Address, this address is part of Request message, sent from master to slave)?
Thank you
However, my question is regarding Request message from Master.
Does master record information of memory allocations of all slaves (e.g. Starting Address, this address is part of Request message, sent from master to slave)?
Thank you
