简体   繁体   English

Windows 8低功耗蓝牙-需要自定义驱动程序

[英]Windows 8 Bluetooth Low Energy - Custom driver required

I'm trying to connect a Glucose and Heartrate monitor LE devices using Windows 8. It is being detected just fine and default LE is used for the device. 我正在尝试使用Windows 8连接葡萄糖和心率监测器LE设备。检测到情况很好,该设备使用了默认LE。 I'm trying to use the sample BLE http://code.msdn.microsoft.com/windowsapps/Bluetooth-LE-Metro-sample-a2ba1b5b but getting 80070057 error. 我正在尝试使用示例BLE http://code.msdn.microsoft.com/windowsapps/Bluetooth-LE-Metro-sample-a2ba1b5b,但出现80070057错误。

I have read some post that a custom driver is required. 我已经阅读了一些需要自定义驱动程序的文章。 I run it using the sample in Mac and it works just fine. 我使用Mac中的示例运行它,效果很好。 The sample application was able to use the device without any issues. 该示例应用程序能够使用该设备而没有任何问题。 Is there a way to access and use the device without creating a custom driver? 是否可以在不创建自定义驱动程序的情况下访问和使用设备?

Thanks! 谢谢!

The sample is just a facade to the user. 该示例只是用户的门面。 Driver is always needed in order to communicate with hardware. 始终需要驱动程序才能与硬件通信。 For some standard devices the OS might include a default driver (eg, standard Web cam) with a predefined set of functionality but for all the rest a vendor-supplied driver is required. 对于某些标准设备,操作系统可能包括具有预定义功能集的默认驱动程序(例如,标准网络摄像头),但对于所有其他驱动程序,则需要供应商提供的驱动程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM