Is there any way to use Bluetooth LE from a c# desktop app in windows 10?

后端 未结 2 556
难免孤独
难免孤独 2020-12-01 19:33

Everything I found online regarding bluetooth LE requires a universal windows app, which is completely unsuitable for me.

Is there a way to use bluetooth LE from c#

2条回答
  •  不知归路
    2020-12-01 20:24

    I have worked with and around the Microsoft partial Bluetooth API solutions since the XP days. I found a library from BTFramework that I have used extensively, on many platforms and in several languages. The Bluetooth Classic and Low Energy API packages from BTFramework have been easy to use, very reliable, and they've been super-responsive to any defects I did find. Our commercial product, as a result, has zero failures arising from the Bluetooth side. The team at BTFramework has taken on the job of working around Microsoft's partial implementations of the standard. We mainly code in C# dot NET, by the way. And we use many threads in the application.

提交回复
热议问题