Dear Mikko,
Your android dlms library is of great help for open source community.
I want to use gurux dlms library for android.
I am already using a customised usb serial library for other non dlms applications.
Please suggest how can i integrate your dlms protocol library with existing serial library i am using.
As i can see in sample android app,it is currently using blocking i/o using synchronous method of reading from serial device.
Please also suggest how can we use the library in asynchronous way so that UI is responsive while reading data.
Appreciate your support on how to set a meter configuration like "Auto Recovery Time". using Gurux android version. kindly note that i can connect to the meter and read generic profiles, connect and disconnect the relay, but i need a sample code or steps to help configure the meter parameters.
Best wishes to you, Kurumi.
Please could you help me to read a specific row(s) for a profile generic (see pic below).
I'am using Gurux.DLMS.Android. Thank you so mutch.
Regards.
Hi Sir,
Please find Block Cipher and Authentication Keys(kept both same only) - 1234567812345678
We are trying the same thing as reading works if we use "readObject(profileGeneric, 3);(Capturing Objects)" and "readObject(profileGeneric, 2);(The Buffer Data)".
But it returns Exception like "Failed to get the certificate." from GXDLMSSettings.java class when we try to call "byte[][] data = mClient.readRowsByRange(pg, start, end);" OR "byte[][] data = mClient.readRowsByEntry(pg, 10, 10);"