Send/ Receive Byte Array vs Int Array

Post here to discuss any new features, components, chips, etc, that you would like to see in Flowcode.
Post Reply
stefan.erni
Valued Contributor
Posts: 738
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 149 times
Been thanked: 170 times

Send/ Receive Byte Array vs Int Array

Post 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 1354 times

BenR
Matrix Staff
Posts: 1707
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 435 times
Been thanked: 598 times

Re: Send/ Receive Byte Array vs Int Array

Post 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.

Post Reply