Hi!
Sorry, my English is not very good.
I have a very simple program, that receives data over bluetooth connection from an Arduino device. Because of the loads of bytes I would like to display the process during the transmission by displaying the received-byte-counter in a Text.Label.
But there is no text printout during the process, the counter is shown only after the whole process ( While cycle ) is done.
I tried to “trace” and inserted a Text printing to the very beginning of the Click procedure, and interestingly this is also executed only after the data transmission has finished ( about 5 seconds ). I don’t have any idea why it is. ( The data transmission itself and the rest of the program works well, anyway ).
Thank you !