COM port programming & Bluetooth

  • Thread starter Thread starter pei_world
  • Start date Start date
P

pei_world

I have a project with Bluetooth technology.
I want to know if it is possible to obtain the effect like
devices and services discovery in my PC with a Bluetooth adapter.
 
pei_world,

It should be possible. I am not too familiar with the bluetooth
technologies (or the apis used to access them), but I believe there is a COM
API for it, which means that you can use COM interop. Also, if they are
treated as network devices with IP addresses, then you can use the classes
in the System.Net.Sockets namespace to access them over an IP network.

Hope this helps.
 

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

Back
Top