Bluetooth in c# ?

B

Blue Doorman

Hi,

I need to scan for bluetooth devices in a c# program.
I dont want to use components that you can buy, but write it my self.
But i cant find a good and working sample on the net.
Can anyone help me out please ?

I am working on a Vista Premium 64bit machine with Visual Studio 2005.

Thanks!
 
S

Sheng Jiang[MVP]

Basically bluetooth is an industrial specification, not a component.
If you plan to use the Windows's implementations, take a look at Windows
Bluetooth API
(http://msdn2.microsoft.com/en-us/library/aa362927(VS.85).aspx).

Quote from http://msdn2.microsoft.com/en-us/library/aa362932(VS.85).aspx

Bluetooth is designed for use by C/C++ programmers. Some Bluetooth features
are available with Windows Sockets. Familiarity with Microsoft Windows
networking and Windows Sockets programming is required.

To discuss the Bluetooth API, visit the Windows Vista Wireless SDK Forum or
the Windows XP Wireless SDK Forum.

You may also want to take a look at a discussion on this topic
(http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=267432&SiteID=1)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top