Hello I would have a question because I can't seem to find an answer.
So the Gurux- DLMS library prints the result like this:
TX: 07:00:11 00 01 00 01 00 01 00 38 60 36 A1 09 06 07 60 85 74 05 08 01 01 8A 02 07 80 8B 07 60 85 74 05 08 02 01 AC 0A 80 08 31 32 33 34 35 36 37 38 BE 10 04 0E 01 00 00 00 06 5F 1F 04 00 00 1E 5D FF FF
RX: 07:00:11 00 01 00 01 00 01 00 2B 61 29 A1 09 06 07 60 85 74 05 08 01 01 A2 03 02 01 00 A3 05 A1 03 02 01 00 BE 10 04 0E 08 00 06 5F 1F 04 00 00 1E 5D 04 C8 00 07
TX: 07:00:11 00 01 00 01 00 01 00 0D C0 01 C1 00 03 01 01 01 08 00 FF 02 00
RX: 07:00:11 00 01 00 01 00 01 00 09 C4 01 C1 00 06 00 42 36 6F
DisconnectRequest
TX: 07:00:11 00 01 00 01 00 01 00 09 62 03 80 01 00 03 80 01 00
RX: 07:00:11 00 01 00 01 00 01 00 05 63 03 80 01 00
Ended. Press any key to continue.
So my question is, how do print this result into a decimal number. I tried many methods, but sadly all unsuccessful.
Any help would be appreciated.
With regards,
Domen
Hi Domen, That is not…
Hi Domen,
That is not possible. Those are WRAPPER frames and the data is inside of the frames.
You have established the connection for the meter and then read register 1.1.1.8.0.255 and close the connection.
You can use Gurux DLMS libraries to read the meter.
BR,
Mikko
Hi Kurumi, I solved it. With…
Hi Kurumi,
I solved it.
With regards