Hello when i use Gurux Dlms Director i can see Logical and Physical adress in my response <!-- Logical address:1, Physical address:18 -->, but if i use GXDLMSTranslator in python library i can`t see this. Can you fix this option?
It'll be cool.
Respons in Gurux Director:
BlockCipher key: 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
Authentication Key:D0 D1 D2 D3 D4 D5 D6 D7 D8 D9 DA DB DC DD DE DF
1: 7E A0 1F 21 02 25 73 36 93 81 80 12 05 01 90 06 01 90 07 04 00 00 00 01 08 04 00 00 00 01 0B C0 7E
<HDLC len="1E" >
<TargetAddress Value="10" />
<!-- Logical address:1, Physical address:18 -->
<SourceAddress Value="92" />
<!-- UA frame. -->
<FrameType Value="73" />
<PDU>
<Ua>
<MaxInfoTX Value="144" />
<MaxInfoRX Value="144" />
<WindowSizeTX Value="1" />
<WindowSizeRX Value="1" />
</Ua>
</PDU>
</HDLC>
Respons in Gurux.dlsms Python:
<HDLC len="1E" >
<TargetAddress Value="10" />
<SourceAddress Value="92" />
<!--UA frame.-->
<FrameType Value="73" />
<PDU>
<Ua>
<MaxInfoTX Value="144" />
<MaxInfoRX Value="144" />
<WindowSizeTX Value="1" />
<WindowSizeRX Value="1" />
</Ua></PDU>
</HDLC>