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.
 
Back
Top