简体   繁体   中英

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. I'm trying to use the sample BLE http://code.msdn.microsoft.com/windowsapps/Bluetooth-LE-Metro-sample-a2ba1b5b but getting 80070057 error.

I have read some post that a custom driver is required. I run it using the sample in Mac and it works just fine. 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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