Hi,
I have set the NXT to wait for a bluetooth connection through the code connection = Bluetooth.waitForConnection(4000,NXTConnection.PACKET); Unfortunately I am having some issues to terminate the application due to this command.
The code is executed within a thread. If the cancel button is pressed the System.exit(0); code executed which should also terminate this thread however for a reason which I cannot identify, the application is not closing and it keeps showing a message on the LCD.
Any ideas what's wrong here?
Thanks
