Search found 3 matches

by ilanbiala
Tue Jun 12, 2018 7:08 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: MESSAGE Size Limitation to 255 Bits?
Replies: 9
Views: 6902

Re: MESSAGE Size Limitation to 255 Bits?

After a bit more investigation, I checked which changes are necessary for the COM type we're using ( CCCB ) and the changes seem more localized within the EE_com_* functions, which is good. I wanted to check though what underlying memory the COM functions are using, since sending larger messages wil...
by ilanbiala
Tue Jun 12, 2018 5:38 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: MESSAGE Size Limitation to 255 Bits?
Replies: 9
Views: 6902

Re: MESSAGE Size Limitation to 255 Bits?

Thanks for the update. Does Erika v3 also have this limitation? Is there a public repository for Erika v2 that we could open a PR against and submit the changes to if we decide to move forward and attempt to make this change within the RTOS? Also, do you know if the changes should be contained to th...
by ilanbiala
Tue Jun 12, 2018 5:05 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: MESSAGE Size Limitation to 255 Bits?
Replies: 9
Views: 6902

Re: MESSAGE Size Limitation to 255 Bits?

Has there been any progress on this? Is there a fix that allows for messages of larger sizes? Some of the messages we're sending (or are trying to get to send) are in the 1-2 KB range.