Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is it possible to create a application that create (text) chat session between pc and mobile over bluetooth, Which stack is best for this, and which language

share|improve this question

1 Answer

up vote 1 down vote accepted

Yes. It is not very hard. However it depends on the mobile it depends on the level of bluetooth suppport. Usually mobiles come with only one stack. For the PC sometimes you have a choice of stack, but I suggest using either Microsoft or Widcomm since these are most popular and usually come bundled with the devices. Same for the language use whatever you are most comfortable with and whatever has the best support.

However, why would you want such in app to begin with. Bluetooth range is rather limited, and usually instead of using the chat app you can just talk.

share|improve this answer
thank you,where could i find the information about this – JKS Mar 2 '10 at 13:02

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.