Bluetooth server application accepting connections from mobile devices

Posted by Bruno Reis on Stack Overflow See other posts from Stack Overflow or by Bruno Reis
Published on 2010-04-09T21:04:15Z Indexed on 2010/04/10 14:33 UTC
Read the original article Hit count: 290

Filed under:
|
|
|

Hello,

I'd like to develop a desktop application (on Windows, and preferably on .NET) that accepts bluetooth connections from mobile devices, that would then send commands to this application.

I've never worked with bluetooth before. I've looked for open-source examples of such applications, but I had no luck. I've actually found on Microsoft a managed (.NET) wrapper for the bluetooth stack on Windows CE, but wasn't able to use it on my Windows 7.

Do you know of any good texts discussing this topic? Any other source of information on the subject? Where should I start?

Thanks.

© Stack Overflow or respective owner

Related posts about bluetooth

Related posts about wrapper