3

I have a low power RF bluetooth device that requires to be accessed using a GATT interface (Generic Attribute Profile). I have found examples for Windows 8 and Visual Studio 2012.

I run Visual Studio 2010.

Could someone either describe how to access a GATT device (using C++ or C#) and/or point to examples on how to access such devices?

Thanks

4

1 回答 1

0

阅读您的文字,我假设您想在普通的 Windows PC 应用程序中建立蓝牙连接。

据我所知,Windows 不允许以这种方式进行蓝牙连接,Windows 应用商店的 Windows 8.1 应用程序除外。这些应用程序也可以在 PC 上运行,因此最好的做法是将您的想法实现为应用程序。

当您想要将蓝牙集成到现有应用程序中时会出现问题,因为 Windows 应用程序和 Windows 8.1 应用程序由于库的差异而彼此不兼容。

于 2015-03-01T11:26:26.710 回答