By Bhaumik , 6 September, 2021 Forums Gurux.DLMS Hi Mikko, I am creating one test application using Gurux.DLMS library. In that I want to print plain text (decrypted) of request-response in log. Is that possible to take plain text from client? Or anyother way Please suggest. Hi, Hi, What programming language are you using? BR, Mikko Hi, I am using c# language. Hi, I am using c# language. Hi, Hi, If you listen GXDLMSClient.OnPdu notification you can print decrypted messages. BR, Mikko Hi Mikko, Hi Mikko, As per your suggestion, I am able to print PDU. But, Is it possible to print full payload instead of only PDU. Hi, Hi, You can use GXDLMSTranslator to convert PDU to XML. You should check GXDLMSTranslator.PduToXml-method. BR, Mikko
Hi Mikko, Hi Mikko, As per your suggestion, I am able to print PDU. But, Is it possible to print full payload instead of only PDU.
Hi, Hi, You can use GXDLMSTranslator to convert PDU to XML. You should check GXDLMSTranslator.PduToXml-method. BR, Mikko
Hi,
Hi,
What programming language are you using?
BR,
Mikko
Hi, I am using c# language.
Hi,
I am using c# language.
Hi,
Hi,
If you listen GXDLMSClient.OnPdu notification you can print decrypted messages.
BR,
Mikko
Hi Mikko,
Hi Mikko,
As per your suggestion, I am able to print PDU.
But, Is it possible to print full payload instead of only PDU.
Hi,
Hi,
You can use GXDLMSTranslator to convert PDU to XML. You should check GXDLMSTranslator.PduToXml-method.
BR,
Mikko