IoT驱动程序与其他设备的兼容性 [英] IoT driver compatibilty to other devices

查看:233
本文介绍了IoT驱动程序与其他设备的兼容性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好。

如果我根据物联网核心编写驱动程序,可以在PC和手机上运行驱动程序吗?

If I write a driver based on IoT Core the driver can be run on PC and Phone?

我发现了一篇文章,它说的是
a开发人员可以编写一个在Windows 10和"桌面"上运行的驱动程序。和Windows IoT Core,以及共享一组通用接口的其他Windows 10 Technical Preview版本"

I found a article and it says that a developer can write one driver that runs on both Windows 10 "Desktop" and Windows IoT Core, as well as other Windows 10 Technical Preview versions that share a common set of interfaces"

谢谢。

推荐答案

是的,如果您将驱动程序开发为"通用驱动程序"它应该能够在Iot Core,Phone和Desktop上运行。 唯一的问题是你需要为目标处理器类型构建驱动程序。 所以对于Phone来说它将是ARM,对于Iot Core来说它可能是b $ b b或者是ARM或x86。 桌面将是x86或x64。

Yes, if you develop the driver as a 'Universal Driver' it should be able to run on Iot Core, Phone and Desktop.  The only thing is you'll need to build the driver for the target processor type.  So for Phone it'll be ARM, for Iot Core it might be ARM or x86.  Desktop will be x86 or x64.

此驱动程序示例可作为物联网核心上驱动程序开发的起点:

This driver sample serves as a starting point for driver development on IoT core:

http://ms-iot.github.io/content/win10/samples/DriverLab.htm


这篇关于IoT驱动程序与其他设备的兼容性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆