Tagged Questions
0
votes
0answers
120 views
Remove paired devices from Bluetooth device discovery program output
I used the code given here to find devices with active bluetooth around my laptop(using Bluecove API).
Surprisingly, it gave me the devices also which are already paired with my laptop also. Now the ...
1
vote
0answers
135 views
Keeping Java Bluetooth connection alive
I’m building a simple Java Bluetooth server for my computer using the Bluecove API. I’m building an Android client side app as well but the problem seems to be stemming from the server side app.
I’m ...
0
votes
0answers
240 views
Connecting to RemoteDevice using JSR-82 or BlueCove
I've a EGBT-046S bluetooth module. You can check its properties here.
Some info:
Baud Rate: 9600 bps
Data : 8 bits
Stop Bits: 1 bit
Parity : None
Handshake: None
Passkey: 1234
Device Name: linvor
...
1
vote
1answer
5k views
BlueCove library bluecove not available - Error using Bluecove/Java
How do I install Bluecove in Ubuntu 11/Eclipse IDE?
As far as i was aware, all I had to do was add the bluecove.jar and bluecove-gpl.jar to the Build-Path of the project within Eclipse.
I'm using ...
1
vote
2answers
3k views
Java JSR-82 Implementation (javax.Bluetooth.*) - Using Bluecove
I am searching for some help with JSR-82. I have searched for a long time, and even had my project supervisor at uni helping me out, and so far, I have had no luck.
My Problem...
I have a project ...
6
votes
1answer
2k views
Bluetooth client/server communication between computer and mobile phone
I need just a basic example or tutorial of making a mobile phone and a computer communicate via Bluetooth.
A good link/website to start from is also appreciated.
Server part (computer part) can be ...