Open
Description
I notice that the receive buffer is 60 BYTES ?
// the byte array used while receiving and sending.
byte buffer[60];
RDM allows 231 Bytes, so why set at 60 ?
I noticed this as the OLA rdm-tests fail several tests, like E120_DEVICE_LABEL, > 32char
when set to 60, it truncates the RDM message at exactly 32char (I don't know why a buffer of 60 truncates the RDM Data at 32bytes)?
when i increase the buffer to [231] - we now capture the NACK for > 32 char test
BUT, not that the buffer is [231] it fails 41 instead of 6 !!!
any ideas ?
Metadata
Metadata
Assignees
Labels
No labels
Activity