本文介绍了Windows嵌入式标准7中的SM总线设备驱动程序支持的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不确定在哪个论坛上提出这个问题。

I am not sure which forum to ask this question.

我对Windows驱动程序开发有很多经验我有一个运行Windows Embeded Standard 7(WES 7)OS的VIA芯片组的硬件平台。

I have very some experience on windows driver development.I have a hardware platform with VIA chipset running Windows Embeded Standard 7(WES 7) OS . 

我的主要目的是开发一个简单的应用程序和驱动程序,以便与SM总线通信用于上述平台的设备。

My main aim is to develop an simple application and driver to communicate with SM bus device for the above platform.

任何人都可以告诉我,开发驱动程序的最佳方法是什么,以便WES 7 OS能够读写SM总线设备?以及我需要写的所有驱动程序?

Can any one tell me what would be the best approach for the developing driver for WES 7 OS to read and write to the SM bus device? and what all drivers I need to write ?

微软为WES 7 OS中的SM总线设备通信提供了哪些支持?

What kind of support does microsoft provide for SM bus device communication in WES 7 OS ?

是否有任何可用的示例驱动程序 以 开头? 

Is there any sample driver available to start with? 

我确实浏览了一些博客和论坛,我没有足够的信息来了解有关SM总线设备的WES 7支持。

I did go through some blogs and forums ,I haven't got enough information on WES 7 support for SM bus devices.

我是否需要开发驱动程序并重新构建WES 7  OS映像或开发驱动程序并在运行的WES 7 OS中安装驱动程序也可以使用?

Do I need to develop the driver and re-build the WES 7 OS image or develop the driver and installing the driver in the running WES 7 OS would also work?

提前感谢您的帮助。

Reagards,

VBKR

推荐答案

您应该能够在运行的Standard 7 OS中安装驱动程序。

You should be able to install the driver in the running Standard 7 OS.

-Preston V

-Preston V


这篇关于Windows嵌入式标准7中的SM总线设备驱动程序支持的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-15 14:06