Dear,
I am using Arduino Mega to read the LnT Meter DLMS Part 2.
We our successfully getting data through gurux software, Now we to have implement Arduino Mega to read the specific data from meter but there is ciphering and authentication encryption. Is any there any library for Arduino to read the data.
We our referring the https://github.com/Gurux/GuruxDLMS.c. but not getting how to use this library for DLMS PART 2.
Please suggest or share any documents which guide us to read the data.
You need to set Security and block cipher and authentication keys to make the connection. Get the latest version from the client example. Check the commented changes from setup-method.
Hi,
Hi,
You need to set Security and block cipher and authentication keys to make the connection. Get the latest version from the client example. Check the commented changes from setup-method.
BR,
Mikko