Hi,
I'm currently developing using the example provided here:
https://github.com/Gurux/GuruxDLMS.c/tree/master/GuruxDLMSSimpleServerE…
I've noticed that in the svr_postWrite function, the args->size parameter is always zero. As a result, the loop inside that function never executes.
Here is the relevant source code:
https://github.com/Gurux/GuruxDLMS.c/blob/136207781359516d959ee0c3ebf26…
Could you please confirm if this is expected behavior or if there's something I might be missing?
Best regards,
Alessandro
Hi Alessandro, Have you…
Hi Alessandro,
Have you modified the source code? I just checked this and args->size was one as expected.
BR,
Mikko