Hello,
is it possible to stream progmem declared array directly without using tmp array, if yes kindly indicate how.
Regards
is it possible to stream progmem declared array directly without using tmp array, if yes kindly indicate how.
Regards
B4X:
tmparray = getProgmemArray
astream.write2(tmparray,0,tmparray.length)
B4X:
astream.write2(PmemArray,0,PmemArray.length)