|
|
User login
Feeds |
BH4-X driver for testing Bluetooth by CodeWarrior emulator?
|
|||||
| Fri, 2005-03-11 12:34 | |
|
Hello.
I'm trying to test Bluetooth applications between Symbian phones and CodeWarrior emulator but I can't by now. Do you know if the CodeWarrior can work directly with a dongle? I founded some references to this driver BH4-X (driver for USB adapters enabled with Bluetooth wireless technology). Do you know if this driver is really needed for being able to use CodeWarrior emulator as a bluetooth device? Do you know if it's free? Thank you very much for your attention and help. Atreo. |
|
Forum posts: 1379
Do you know if the CodeWarrior can work directly with a dongle?
Nope. You need compatable BT hardware, or a stub driver like BH4-X to convert non-compatable HCI commands into compatable ones.
Do you know if this driver is really needed for being able to use CodeWarrior emulator as a bluetooth device?
Not CodeWarrior per-say, but the emulator. Basically, it enables the emulator to work with off the shelf USB BT dongles. Not it doesn't work will all SDKs though.
Not a chance. It's $29.95.
Thank you very much for your attention and help.
Atreo.
didster
Forum posts: 34
Do you know about another driver for free?
Forum posts: 34
I have already bought this driver " BH4-X" from cyberabi.
The installation of the driver was fine, but now I don`t know very well how to edit bt.esk file. I have already read its documentation (provided by cyberabi) but for me it's not very clear.
Can you show me your bt.esk file please, or at least an example?.
Thank you very very much.
Atreo.
Forum posts: 1379
So if your driver is running on COM3, you put "port=2"
didster
Forum posts: 34
[sockman]
protocols= btlinkmanager,l2cap,rfcomm,sdp
[hci]
hcidllfilename= hci_h4.dll
port= 2
[btlinkmanager]
filename= bt.prt
index= 1
[l2cap]
filename= bt.prt
bindto= btlinkmanager
index= 2
[rfcomm]
filename= bt.prt
bindto= l2cap
index= 3
[sdp]
filename= bt.prt
bindto= l2cap
index= 4