I have a nBlue Bluetooth radio connected to a MSP430G2553 which I’m trying to communicate with. The command is composed of ASCII characters “put 12 100&CR” and the response from the nBlue Radio is “LFCR”OK”LFCR” or (0a0d”OK”0a0d). I have tried a couple of examples from the website “Serial Library” one which essentially connects to the radio with a virtual serial port. It connects to the radio without any problems and I can toggle bits on my board without any issues only if I comment out the code during the poling sub that tries to read back the OK response. I’ve also used the code that is recommended to replace the first one I tried http://www.b4x.com/forum/basi...ndroid-bluetooth-bluetoothadmin-tutorial.html they both seem to have the same problem when it try to read the radios response. I pretty comfortable with my setup I have a C# and Labview program that communicates with the board I can send commands and receive the appropriate response. Both the Labview and C# programs are simple terminal emulators. My experience with basic4android is about week now I just can’t seem to get the read response to work. Does someone out there have a simple Bluetooth emulator program in basic4android I could try? Thanks for the help I know there is an answer out there.