Hi,
Does anyone know if the FINS Driver supports Boolean Array addressing, similar to Integer Arrays (e.g., <int16[n]>0)? If so, what is the correct syntax for a Boolean Array?
Boolean in the FINS driver is only used with TIM and CNT area to read flags, it's not valid when addressing any other area.
The address might look something like:
T<bool[3]>0
C<bool[3]>0
1 Like