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.
 

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

Similar Threads

Bluetooth and Mobile Phones?! 7
C# and gps 1
Bluetooth in c# ? 2
Bluetooth Support in C# 1
Acer 4820t bluetooth 2
using existsing C++ or C API in C# 1
Bluetooth: minimal connectivety testing. 1
USB Bluetooth 7

Back
Top