Vidya Jejurkar

Results 6 comments of Vidya Jejurkar

Still not working :-( public void run() { byte[] buffer; ArrayList arr_byte = new ArrayList(); // Keep listening to the InputStream while connected while (true) { try { int data...

@swallowsonny :And also not able to connect right na? I am facing same problem :-(

public void run() { byte[] buffer; ArrayList arr_byte = new ArrayList(); // Keep listening to the InputStream while connected while (true) { try { int data = mmInStream.read(); if(data ==...

did u get any solution? same thing happens with me.

What should I do to recieve data? I m not able to get it.

lazy21tr: Hi I am not able to send and recieve using setup(). I read ur comment to modify public void setOnDataReceivedListener (OnDataReceivedListener listener) { mDataReceivedListener = listener; } modify it:...