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

I am on kind of project that uses mobile bluetooth technology. here i made a java program that run on pc & open up bluetooth SPP service where assumed that a java enabled mobile will connect to pc service , transfer a string request where service process string , construct result & sent back result to that mobile.

Here everything is ok untill i pass out string to service but afterword both system hang up & communication block down. i used simple InputStream & OutputStream class methods to read & write both way. Is is kind of IO block problem? Or something different i need to do? Hope anyone already handled such problem.

Any feedback will greatly appreciated.

Thanks in advance.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.