Page 1 of 1

Send/ Receive Byte Array vs Int Array

Posted: Thu Aug 12, 2021 10:42 am
by stefan.erni
Hi Ben

The uart or com component can Send/ Receive Byte Array or Int Array
This sending and receiving arrays is working perfect and it's so simple to use.
And it saves a lot of trouble .

One more question, why is the Byte Array unlimted in the size and the Int Array limited to a Byte size (255) ?

regards

Stefan
Send_array_2021-08-12_11-20-49.png
Send_array_2021-08-12_11-20-49.png (34.69 KiB) Viewed 1353 times

Re: Send/ Receive Byte Array vs Int Array

Posted: Mon Aug 16, 2021 3:13 pm
by BenR
Hi Stefan,
One more question, why is the Byte Array unlimted in the size and the Int Array limited to a Byte size (255) ?
No real reason, I'll see if we can move that to an UINT too without causing any knock on problems.