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?
I have an APDU byte array, and I'd like to convert it to GXDLMSObject so I can inspect and further work with it. I see that I can use GXDLMSTranslator to translate the byte array to XML, but I want to parse the byte array to a native GXDLMSObject. Is there any way to do that?