I noted that if I try to send a char array via I2C from an Arduino sender to an Arduino receiver, if this array exceeds 32 elements it won't be correctly read by the reciver.
More specifically, I won't see any data, just "?????" on the serial monitor.
If the lenght of this char array is less or equal than 32 it works fine.
Do you know why I have this issue and if it can be overcomed?