Hello, I ran into this issue as well. So there are 3 options for messages larger than 4 bytes:1) Use the Message Q for pointers to messages in a defined local buffer. The issue here is that you have to write code to pop/push the buffer, which defea...