Hi all,
I have a nasty task. I'vo to program a multi-platform Bluetooth application in java.
In java we should use JSR-82 Specification implementations. That is: using javax.bluetooth and javax.obex (for stream connections).
To use these packages we need a bluetooth stack to be initialized. There are a few available on the net.
(
www.control.lth.se/~johane/harald/ ,
http://www.javabluetooth.org/) Some of them use javax.comm the Java Communication Api which would be cool, because there are implementations for many platforms.
I've tried to make some little examples of communication with the bluetooth chip, using BT serial ports all with the same result: nothing. The commands were sent to the BT COM port but nothing happened.
My question is: has somebody managed to let it work ? Remember I need a crossplatform solution. I know I could use BlueZ in linux, but what about windows and OSX ?
thanks in advance
Oreste
Start Free Trial