In GXDLMSDirector, I was able to successfully read data without explicitly setting the baud rate. However, in the Android application, selecting a baud rate is mandatory — there's no option to leave it unset. Even after selecting the same baud rate as used in GXDLMSDirector, the Android app fails to retrieve any data.
cannot able to understand the flow of meter communication in gurux android project
trying to connect with lnt meter but it is not getting open and read from the android application
Hi
Hope your are well!
We are using the Gurux DLMS Android Library.
We are getting the data in GXDLMSProfileGeneric object. Can we convert this data in a XML format using Gurux DLMS Android Library.
I am trying to connect to a TCP Wrapper meter but am facing issues with authentication and reading the meter nameplate details. Could you please clarify the authentication procedure for a wrapper meter? Is it the same as the HDLC settings, or does it require a different approach?
estoy utilizando la librería de DLMS en Android usando java. Estoy estableciendo botones para leer un objeto específico. El problema es que es necesario recibir todos los datos del contador para después leer el que quiero.
¿Hay alguna forma de recibir un solo objeto o lista de objetos que yo especifiqué y posteriormente leerlo sin que sea necesario recibir todos los objetos del medidor y recorrerlos para encontrar los que yo quiero leer?