During HDLC Test #1 in the conformance test, the client sends a Receiver Ready frame with SenderFrame = 0x10, but the meter does not respond. The test fails with “Receiver Ready failed.”
Good day
I am learning how to develop DLMS server. I am able to create a client app to read meter, and send it to a database. I used ESP32 to achieve that. Now I want to make a DLMS server to simulate a meter, let's say it's MyMeter. I want to combine/accumulate the data from two meters' profile generic into one profile generic that this MyMeter have. I plan to code in C or C++ for this. Is this possible? If it is, how to accomplish that?