Michael Pliskin
Michael Pliskin

Reputation: 2352

Bluetooth SPP server on Windows

I need to write a Windows application that accepts connections over Bluetooth SPP - i.e. other devices can see the SPP service and connect there. Tried googling but not much information available - any examples/meaningful docs/pointers out there?

The OS is Windows 7, using native Bluetooth drivers.

The preferred language is C#, but other ideas are welcome as well.

Upvotes: 2

Views: 5178

Answers (1)

alanjmcf
alanjmcf

Reputation: 3440

32feet.NET seems the obvious choice? http://32feet.codeplex.com/wikipage?title=Bluetooth%20Server-side

Speaking as its maintainer... :-,)

Upvotes: 4

Related Questions