Good day every one! So I have this android app which acts as a client and tries to connect to a java application on my PC that has a Bluetooth server component in it.
The issue I'm facing is that the connection only establishes when I don't have my…
Has anyone tried to run BlueCove on Windows 8?
I have a Win8 laptop. I tried downgrading it to Win7, but they don't support Win7 drivers.
Does the newest Snapshot allow BlueCove to be run on Win 8?
I actually work on a raspberry Pi with a bluetooth dongle and I need to create a bluetooth server on that devices.
I want to be notify when an other devices is pairing with the pi.
So I use the bluecove library.
I think this kind of thing isn't…
I am using Java Bluecove to establish a connection between my pc and a remote bluetooth device.
I use a a DiscoveryListener object to discover the URL of a certain service on the device; then I use that string URL as argument of Connector.open(URL)…
We are trying to send an object from an android Bluetooth client to a desktop Bluetooth server. We are trying to do this through the ObjectInputStream and ObjectOutput Stream. We are also very new to Bluetooth development, and have tried looking…
I can't get my java application to connect to a specific bluetooth device.
The device is a self build thing and works fine. Until now, my application used a serial port connection to the device, which worked perfectly. The bad thing about that was…
I'm working on an app on Android that is supposed to connect to a custom device via Bluetooth, but in order to emulate that device (which I don't have yet), I made a simulator on PC, using Java's Bluecove.
However, I'm having a hard time figuring…
I've planned to do a program where text messages are sent from an Android phone to a computer. I thought it would be simple to use Bluetooth but no. I can't find any material from these days. All of them are from years back and doesn't seem to…
I've followed a blog article about making an application which finds Bluetooth devices and by selecting a file we can upload it to phone.
web article link:…
I've been trying to operate the Sprime Bluetooth server and client application found on http://sprime.googlecode.com/svn/trunk/sprime-bt/src/org/java/bluetooth/sprime/
but the problem is that when I operate the client application, and try to connect…
Does anybody know if Bluecove for Java works with Wiondows 7 32 bit? I have tried to connect a wiimote to my computer via bluetooth and it is unable to connect after I paired the device. I know that there has been issues with the x64 computers but…
I have to send message from my (Ubuntu-12.04, 64-bit) laptop to a Bluetooth phone whose friendly name is provided as an argument. This phone may or may not have connected/paired with the laptop earlier. I am using the Java code as shown here to send…
I'd like to establish a simulated Bluetooth connection between two Java programs running on the same machine. I am writing to program that uses BlueCove's BT library to connect to a hardware device; I pass the bluetooth address (ex.…
I am trying to write a project that communicates with a Bluetooth device and receives information from it. I googled it and from what I understood I had to get a package named 'bluecove' which will contain all I need. I downloaded the jar file, and…