Part Number: AM2432
Hi,
I am using AM2432 with the Industrial SDK 11.00.00.08.
Our project involves acyclic responses of up to 2000 byte in size. I checked the Stack and this should be supported, because there is the define PN_API_IOD_MAX_RECORD_LEN (2U * 1024U).
In my code, I see that I am correctly filling the response buffer to the end, but then the response I get is always truncated at 1300 bytes, with the rest filled with zeros. I attach this image as example, on the left the reply and on the right the buffer before is sent.

Even in Wireshark, it seems that the len is always 1384.

Is this a known issue? What am i doing wrong?
Thank you,
Best Regards,
Andrea