structs ( variable, sendStructData, receiveStructData )

Please add any feature requests for Flowcode version 6 here

Moderator: Benj

Forum rules
Only feature requests will be considered here. General questions should not be posted in this forum.
Post Reply
Rudi
Posts: 666
Joined: Mon Feb 10, 2014 4:59 am
Has thanked: 493 times
Been thanked: 187 times

structs ( variable, sendStructData, receiveStructData )

Post by Rudi »

Hi
would be fine we can add to the future list this as new "variable" candidate.
so we can init structs, typedefs and more..
also we can better send '0' char's in array data / strings with RS232, USB

Code: Select all


struct myStruct
{
  char data1 [1];
  char data2 [2];
  char data3 [3];
};


and we can send this as "structdata" with a RS232 ( sendstring) ..USB..
sure, the second feature request is :
new functions:
send structdata
receive structdata
in RS232, USB...

best wishes and
happy Easter!
rudi ;-)

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: structs ( variable, sendStructData, receiveStructData )

Post by Benj »

Hi Rudi,

This was on the list for v7, then we took it off as we had enough on our plate and didn't think it would be that popular.

Depending on how things are going we may be able to get it back on the list again or release it as an update after the initial launch.

Would anyone else be interested in this feature?

Post Reply