I managed to perform a get using the global cyphering adding the DLMS_CONFORMANCE_GENERAL_PROTECTION to the negotiatedConformance just before the com_readValue().
It is the correct way or there is a better solution?
Thanks again!
PD: I need the GENERAL_PROTECTION in order to communicate with the meter using the Pre-Established client.
I managed to perform a get…
I managed to perform a get using the global cyphering adding the DLMS_CONFORMANCE_GENERAL_PROTECTION to the negotiatedConformance just before the com_readValue().
It is the correct way or there is a better solution?
Thanks again!
PD: I need the GENERAL_PROTECTION in order to communicate with the meter using the Pre-Established client.
Hi, If you want to…
Hi,
If you want to communicate with General Global ciphering you need to set DLMS_CONFORMANCE_GENERAL_PROTECTION.
This is the correct way to do it. Usually the meter will tell it, but if you are using pre-established connection you need to set it manually.
BR,
Mikko
Perfect! Thank you so much…
Perfect!
Thank you so much Mikko.
Hi, DLMS_CONFORMANCE_GENERAL…
Hi,
DLMS_CONFORMANCE_GENERAL_PROTECTION is not set as default conformance because it's causing problems with some meters and connection fails.
BR,
Mikko
Ok. I will take it into…
Ok.
I will take it into account.
Thanks.