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.