Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: TcomGregg on November 22, 2008, 04:09:01 PM

Title: Want to work with one Bluetooth Adapter (radio) only every time
Post by: TcomGregg on November 22, 2008, 04:09:01 PM
My application is only every going to use the same bluetooth adapter (Radio) everytime. Does that mean I have to Enum the computer everytime or can I just use the address of the adapter. Can someone post the VB.Net code to do just this.
As you can probably tell I am new to using WCL.
Thank You
TcomGregg
Title: Re: Want to work with one Bluetooth Adapter (radio) only every time
Post by: Mike Petrichenko on November 22, 2008, 06:15:08 PM
Good day!

It's easy:

dim Radio as wclBluetoothRadio

Radio = new wclBluetoothRadio()
Radio.API = baMicrosoft



I think, I already posted the VB.NET demos on the forum, but I do it again. Please, find the attached VB.NET demo for WCL

[attachment deleted by admin]