Hi, I am successfully receiving AARE Response using Java.
When I try to read energy parameter using this code
GXDLMSRegister obj = new GXDLMSRegister("1.0.1.8.0.255");
byte[][] bytes= client.Read(obj, 2);
I just receive the bytes array which should send to the meter for reading energy, but nothing is sending to the meter (checked using Wireshark), please guide me the way to read a single parameter.
Reading Energy Parameter
Hi,
You should check the client example. That function only generates bytes. It doesn't send them anywhere.
BR,
Mikko