Hi anyone tried CPP client(https://github.com/Gurux/Gurux.DLMS.cpp) example? I need little more info on how to run makefiles in LINUX.
I tried compiling the code in VisualStudio2015,, i successfully compiled and i am starting to read from Landis, i am getting "GetObjects failed" error. I suppose i have given all manufacturer specific parameters for "CGXDLMSClient cl()". Help me out?
I'm attempting to read data from the Elster A1700 meter over serial using RS232. For example, if I try and read current values from it, I get various responses like the following:
I am trying to connect Secure Energy Meter ( Model: Sprint 350 ) which supports the following standards: IS 13779, IEC 62052-11, IEC 62053-21, DLMS Indian Companion Standard.
The Address Details:
Client Address = 0x41
Server Upper HDLC Address: 0x0002
Server Lower HDLC Address: 0x0401
Hi Gurux,
I'm trying to implement github java libraries in my android project. I have modified maven dependencies for gradle file in android (ex. compile 'org.gurux:gurux.dlms:1.0.10'). The recognition of java libraries looks good but when i try to run the app i have problems with gradle file. Is it possible to convert maven into gradel for android? if not is there any support by Gurux for android?
Thank you.