Hi,
i am using the example with an Arduino DUE
when i define in the sample code a array of pins like
and init this array in the AppStart like
then i have two problems:
1)
no data was send with the stream !!!
init up to 15 ports it works correctly
I have try to increase the StackBufferSize without success
2) the logging dont work
any suggestions ????
i am using the example with an Arduino DUE
when i define in the sample code a array of pins like
B4X:
Private leds(40) As Pin
and init this array in the AppStart like
B4X:
For i= 0 To 40
leds(i).Initialize(i,leds(i).mode_output)
leds(i).DigitalWrite(True)
Next
1)
no data was send with the stream !!!
init up to 15 ports it works correctly
I have try to increase the StackBufferSize without success
2) the logging dont work
any suggestions ????