Page 1 of 1

structs ( variable, sendStructData, receiveStructData )

Posted: Sun Mar 27, 2016 3:28 am
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 ;-)

Re: structs ( variable, sendStructData, receiveStructData )

Posted: Wed Mar 30, 2016 3:53 pm
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?