Thanks Zahid,
For demo purposes, I am trying to connect between the MSP430 and an android phone.
I am currently using a terminal on a computer or android phone, but later on I will use an App.
What I'm looking to achieve is basically getting data off of my electronic board, which is for now the MSP430 development board. And send that data to the App on the phone.
As an example, you can imagine the phone have a screen with buttons, once clicking on any of the buttons, there will be a message sent to the MSP430 and a reply should come. One button might be requesting the current ADC measurement.
For that I would need to run a simple firmware on the MSP430, that would run the Bluetopia stack, and would do some other things, like ADC and I2C - collecting some information to be sent to the phone.
I should have a message handler, that would send the requested data back to the phone, upon request.
I found it a bit easier to use the SPPLEDemo Lite, since all the server setup is done and in a simple loopback. But still it is a bit overwhelming.
For example, how would I open more ports to connect few devices?
Any guidance will help and will be greatly appreciated.
Thank you very much!