| View previous topic :: View next topic |
| Author |
Message |
madmanrob
Joined: 19 Feb 2008 Posts: 2
Digg It |
Posted: Tue Feb 19, 2008 11:28 am Post subject: Error getting device |
|
|
ive tried searching for quite a long time. there have been two topics on this forum that have been quite useful, however have not completely answered my problem. bascially, i have bluesoleil and bluecove and i am trying to get it to work with WiiRemoteJ. ive got all the classpaths working fine, in fact im using eclipse to make sure of it. ive tried using the LocalDevice class to see if i can connect to the WiiRemote, and yes i can. however, when i try using WiiRemoteJ to find remotes, it comes up with this error:
| Code: | BlueCove version 2.0.2 on bluesoleil
19/02/2008 22:17:07 wiiremotej.WiiRemoteDiscoverer getWiiRemote
SEVERE: Error getting device!
java.io.IOException: WiiRemote failed to connect!
at wiiremotej.WiiRemote.construct(WiiRemote.java:287)
at wiiremotej.WiiRemote.<init>(WiiRemote.java:211)
at wiiremotej.WiiRemoteDiscoverer.getWiiRemote(WiiRemoteDiscoverer.java:86)
at wiiremotej.WiiRemoteJ.findRemote(WiiRemoteJ.java:226)
at wiiremotej.WiiRemoteJ.access$100(WiiRemoteJ.java:22)
at wiiremotej.WiiRemoteJ$1.run(WiiRemoteJ.java:256)
at java.lang.Thread.run(Unknown Source)
Caused by: com.intel.bluetooth.NotSupportedIOException: Not Supported on bluesoleil
at com.intel.bluetooth.BluetoothStackBlueSoleil.l2OpenClientConnection(BluetoothStackBlueSoleil.java:380)
at com.intel.bluetooth.BluetoothL2CAPClientConnection.<init>(BluetoothL2CAPClientConnection.java:32)
at com.intel.bluetooth.MicroeditionConnector.openImpl(MicroeditionConnector.java:397)
at com.intel.bluetooth.MicroeditionConnector.open(MicroeditionConnector.java:506)
at javax.microedition.io.Connector.open(Connector.java:95)
at wiiremotej.WiiRemote.construct(WiiRemote.java:281)
... 6 more
19/02/2008 22:17:07 wiiremotej.WiiRemoteJ findRemote
WARNING: Error checking cached devices.
java.io.IOException: Can't query remote device
at com.intel.bluetooth.RemoteDeviceHelper.getFriendlyName(RemoteDeviceHelper.java:215)
at javax.bluetooth.RemoteDevice.getFriendlyName(RemoteDevice.java:131)
at wiiremotej.WiiRemoteJ.findRemote(WiiRemoteJ.java:212)
at wiiremotej.WiiRemoteJ.access$100(WiiRemoteJ.java:22)
at wiiremotej.WiiRemoteJ$1.run(WiiRemoteJ.java:256)
at java.lang.Thread.run(Unknown Source) |
the only code that is in reference to WiiRemoteJ is
| Code: | | WiiRemote remote = WiiRemoteJ.findRemote(); |
Im running an XP machine on SP2, using a bluetooth dongle. my bluecove version is 2.02, java version is 1.6.2 and my bluesoleil version is 2.6.0.8
help is greatly appreciated |
|
| Back to top |
|
 |
Cha0s Site Admin
Joined: 17 Jan 2007 Posts: 449
Digg It |
Posted: Tue Feb 19, 2008 5:22 pm Post subject: |
|
|
Try using a WIDCOMM stack if possible. People seem to have better luck with those than with BlueSoleil. _________________ Cha0s |
|
| Back to top |
|
 |
madmanrob
Joined: 19 Feb 2008 Posts: 2
Digg It |
Posted: Wed Feb 20, 2008 8:58 am Post subject: |
|
|
| got it working. cheers |
|
| Back to top |
|
 |
geco82
Joined: 26 Feb 2008 Posts: 1 Location: Italy
Digg It |
Posted: Tue Feb 26, 2008 4:58 pm Post subject: |
|
|
Hi all, I tried to use the widcomm driver but it doesn't with my usb dongle...anuyone figures how can i do?
thanks
Giacomo |
|
| Back to top |
|
 |
|