Bluetooth

G

Guest

I would like to learn more about detecting blutooth devices in range around a pocket pc device. I am new to bluetooth, and I need to start from scratch. Could anyone please direct me to an introduction of bluetooth for .NET CF?

Thanks
Vish
 
G

Guest

Thanks a lot for the quick reply!

The example you pointed out requires that a bond be setup between the two devices. In my case I just want to write a program for the iPAQ Pocket PC that will receive information from bluetooth devices as and when one comes in range. These devices may not be known to the pocket pc beforehand.

Is this possible at all?

Thanks
Vish
 
G

Guest

As far as i know, before two devices can actually communicate over bluetooth, a bond has to be setup between them. I will check this up

Ali Gardezi
 
P

Peter Foot [MVP]

You can do device discovery (and service discovery) however, the method used
depends on the Bluetooth stack on the device, most iPaqs will be using the
Widcomm stack, which unfortunately you need to purchase an SDK to use. For
devices which use Microsoft's own Bluetooth stack you can get the details
straight out of the Pocket PC SDK. There is a (work in progress) Bluetooth
library for the Microsoft stack to be used in .NETCF available online here:-
http://www.opennetcf.org/sourcebrow...netPub/wwwroot/Source/OpenNETCF.Net.Bluetooth

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
 

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