Hello, I'm working on an app for an uni project and I came across a problem when i try to use Bluetooth, the app just freezes when i press the button that should send a character and receive text from the program.
I'm using and HC-06 module on an LPC-845 board, in my app there's a button to send a char 'a' to the board and then receive a list of times sepparated by a comma, for example, 0900,1030,1120,1450, then, it should put the data on some labels that are distributed across the screen.
The blocks look like this (I'm not putting both at the same time, it's just that i think i cannot upload more than one picture):
I want to use the larger option as it is the one that i need, the second one was just to test if the app at least received all of the string and just pasted it, but it also freezes the app. I've also tried with creating and empty list but it also didn't work.
The LPC program doesn't have any problems, I checked already with the serial bluetooth app and when you send the 'a' char it sends the 0900,1030,1120,1450 string correctly, it's a problem from the app.
The delimiterbyte is 0 and the pollingrate is 10, if it helps (I haven't touched them)
Thanks in advance and sorry if I didn't use the forum correctly, I'm kinda in a rush