manniru / bluecove

Automatically exported from code.google.com/p/bluecove
0 stars 0 forks source link

Broadcom stack not detected as WIDCOMM #129

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Just issue LocalDevice.getLocalDevice();

What is the expected output? What do you see instead?
From my understanding, WIDCOMM and BROADCOMM are the same company, but when I 
try to use my bluetooth device I get:
java.lang.RuntimeException: WIDCOMM BluetoothStack not found
    at com.intel.bluetooth.BluetoothStackWIDCOMM.initialize(BluetoothStackWIDCOMM.java:128)

PS: my class has been forced to use WIDCOMM with: 
System.setProperty(BlueCoveConfigProperties.PROPERTY_STACK, "widcomm");

Using WINSOCK, bluecove works fine, but obviusly I cannot use L2CAP (and I need 
it).

What BlueCove version are you using (include build number for SNAPSHOT)? On 
what operating system and jvm? Is this 64-bit or 32-bit OS and jvm?
bluecove-2.10 on Windows 7 home premium 64-bit, using jdk 1.6.0_20 (32bit).

Please provide any additional information below.
Please use "Attach a file" when uploading stack traces or other big files!

Original issue reported on code.google.com by fcapon...@gmail.com on 24 Feb 2012 at 8:34

Attachments:

GoogleCodeExporter commented 9 years ago
I have a similar issue. I also want to use WIDCOMM because it supports RSSI 
measurement but even after installing WIDCOMM it gets detected as WINSOCK.

I'm using Windows 8 x64 but I'm running a 32-bit JVM for this project. Any 
ideas on how to make WIDCOMM work? It seems this is a common error on Windows 
Vista+(NT 6.0+).

Original comment by petersai...@gmail.com on 19 May 2013 at 10:03

GoogleCodeExporter commented 9 years ago
Petersai, your problem is different from Fcapon's.

@Petersai: create a text file in which you will only type: widcomm
Save the file and rename it to: "bluecove.stack" (no .txt extension).
Place this file into the Bluecove's .jar library (using winzip, WinRAR or any 
compressing tool, as JAR are actually Zip files).
At next execution, Bluecove should load WIDCOMM.

@Fcapon: I meet the same troubles. I cannot fix it so far.

Original comment by corentin...@gmail.com on 28 Nov 2013 at 12:28