I am a beginner and I am unable to send Data from Arduino to the MobilePhone. The other direction isn't a problem. I spend a lot of time to solve this Problem but I cann't.
Please could somebody so friendly to help a beginner !
RegisterForBytes is not the same as ReadBytes. The first registers the receiver, and data is received automatically when it arrives. The second reads the data only when this block is called, in your case only once after connecting to the bt module. Replace the ReadBytes block with RegisterForBytes.