Open GoogleCodeExporter opened 9 years ago
I am just trying, and could not get to work.
In fact, I am able to write string to StreamConnection (from the PC
application), but another device (Android phone) does not getting anything.
Here is my code on the PC side:
conn = (StreamConnection) Connector.open(url);
dout = new DataOutputStream(conn.openOutputStream());
dout.writeUTF(str);
dout.flush();
dout.close();
conn.close();
===
The same code works from Windows 7, and my phone getting message without
problem.
Original comment by J2eeIns...@gmail.com
on 29 Jan 2014 at 12:20
Have anyone figured out whether BlueCove works on Windows 8?
I have a laptop that runs Windows 8.
I tried to downgrade it to Windows 7, but they don't support the drivers.
Original comment by GeorgeY....@gmail.com
on 26 Jun 2014 at 2:11
Original issue reported on code.google.com by
kawauc...@gmail.com
on 19 Sep 2013 at 4:57