also, I found bug with mac address (octet string), that it is not printed also. Trying to find where is the problem.
EDIT: probably there is no octetstring handling, because now bb_toString returns trash values, but bb_toHexString() returns something similar what it should be.
EDIT2:
wanted to ask why there is difference in obj_getAttributeIndexToRead():
DLMS_IGNORE_EXTENDED_REGISTER is if (!((gxExtendedRegister*)object)->unit == 0)
differs from other two registers types: if (!((gxDemandRegister*)object)->unitRead)
because i get error with extended register "invalid parameter". Is this expected?
Hi,
Hi,
I believe that you are right and thank you for pointing this out. This is released after the tests are over. I hope it's today.
BR,
Mikko
also, I found bug with mac
also, I found bug with mac address (octet string), that it is not printed also. Trying to find where is the problem.
EDIT: probably there is no octetstring handling, because now bb_toString returns trash values, but bb_toHexString() returns something similar what it should be.
EDIT2:
wanted to ask why there is difference in obj_getAttributeIndexToRead():
DLMS_IGNORE_EXTENDED_REGISTER is if (!((gxExtendedRegister*)object)->unit == 0)
differs from other two registers types: if (!((gxDemandRegister*)object)->unitRead)
because i get error with extended register "invalid parameter". Is this expected?
any updates on this issue?
any updates on issue about extended register?