Good day :)
Not sure the issue is due to the library.
I'm using library V 4.3.1 on an Arduino MEGA 2560, and I'm stuck on an issue where the maximum size of a receivable SysEx message is 63bytes.
Although all defaults setting are at 128 bytes, I'm still limited at 63. This means:
If I set the SysExMaxSize = 16 , then it limits to 16 bytes
If I set the SysExMaxSize = 58 , then it limits to 58 bytes
If I set the SysExMaxSize = 64 or beyond , then it limits to 63 bytes, whatever is the max size setting.
Here is a post on the ARDUINO forum, including the code https://forum.arduino.cc/index.php?topic=476508.0
I've no idea how to fix this.... Maybe you could help?
Cheers,
Lionel