为 Windows 7 Phone 编写驱动程序的参考

发布于 2024-11-18 15:55:38 字数 61 浏览 4 评论 0原文

我需要为连接到我的 Windows 7 手机的温度探头制作一个驱动程序。有人可以帮我指出正确的方向吗?谢谢。

I need to make a driver for a temperature probe that will connect to my Windows 7 phone. Can someone help point me in the right direction? Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

甜点 2024-11-25 15:55:38

如果有问题的温度探测器通过 WiFi 公开 HTTP 接口(不太可能),那么您可以简单地使用 HTTP(如果您的目标是 Mango,则使用套接字)连接到它。

如果它需要任何其他形式的连接(BT、USB、IR),那么您将在 Stack Overflow 上找不到更多信息。 SDK 不支持自定义设备连接,向合作伙伴提供的信息可能需要遵守 NDA,就像 iOS 一样。

我建议联系微软。

If the temperature probe in question exposes an HTTP interface over WiFi (unlikely as that is), then you can simply connect to it using HTTP (or sockets if you're targetting Mango).

If it requires any other form of connectivity (BT, USB, IR) then you will find no further information on Stack Overflow. Custom device connectivity is not supported by the SDK and information provided to partners is likely under NDA as it is with iOS.

I'd recommend contacting Microsoft.

一身骄傲 2024-11-25 15:55:38

目前,Windows Phone 操作系统不支持自定义设备驱动程序。话虽如此,您无法使用公开可用的工具修改默认驱动程序库。即使您决定“到另一边”并尝试挖掘系统文件,这也会很痛苦,因为大量设备都有自己特定的互操作规则,而且我还没有看到任何设备可以让您只需访问设备驱动程序即可。

Currently, the Windows Phone OS does not support custom device drivers. That being said, you cannot modify the default driver base with publicly available tools. Even if you decide to go "on the other side" and try to dig through system files, it will be a pain because of the multitude of devices that have their own specific interop rules and I haven't seen a single one that would let you get as low as to access device drivers.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文