C# and Bluetooth Development

  • Thread starter Thread starter DJCR
  • Start date Start date
D

DJCR

Does anyone know of any resources for developing bluetooth enabled
applications in C#. Microsoft really seems to be missing out on this, I
can't find anything information on this topic, it's all just Bluetooth and
Java.

I would appreciate any information.

Thanks.
 
DJCR,

There isn't any support for bluetooth out of the box in .NET. You will
have to code it yourself. However, I believe that there are COM apis which
will allow you to interface with bluetooth devices. You can always call
these through COM interop.

Hope this helps.
 
Back
Top