20080116pm--Windows Embedded从入门到精通系列课程(6):深入探索
微软培训 wince 6.0驱动开发

Windows Embedded从入门到精通系列课程Windows CE6.0的流驱动—I/O驱动刘立明FAE经理深圳市亿道电子技术有限公司市术本次课程内容包括收听本次课程需具备的条件Level 200本次课程内容包括•Windows CE6.0流驱动分析析驱动的开发工具•Platform BuilderVisual studio 2005•Visual studio2005•EVC流驱动的结构通用的流驱动设备文件名流驱动作为一个特殊的设备文件系统;三种不同的设备文件的命名方式:三种不同的设备文件的命名方式–传统方法:前缀+ 索引+ 冒号•例: “COM1:”,“FSD1:”例“”“”–前缀•三个大写字母•存储在驱动程序对应注册表键的”Prefix”子键中–索引•区分同一驱动程序管理的不同设备•缺省: 0~9; 可通过“index”的值指明起始索引数–适合大多数流式驱动,最大只能指定10个设备;设备文件名Device:\$device\+前缀+ 索引•例:“\$device\COM1”–命名方法与传统命名方法相似;–支持多于10个流设备名;支持多于个流设备名•例:“\$device\COM27”标准的流接口函数本次课程内容包括•驱动的硬件接口电路分析硬件接口电路分析PXA270的片选地址本次课程内容包括•I/O驱动分析Led驱动程序分析(1/5)#define LED_BASEADDR10x10200000 #define LED_BASEADDR20x10300000 #define LED BASEADDR2#define LED_BASEADDR30x10400000_#define LIGHT BASEADDR0x10500000Led驱动程序分析(2/5)驱动程序分析(/)DWORD LED_Init(DWORD dwContext)DWORD LED Init(DWORD dwContext){……PHYSICAL_ADDRESS ioPhysicalBase = { LED_BASEADDR1, 0 }; PHYSICAL ADDRESS i Ph i lB{LED BASEADDR10}v_pLEDBaseAddr[0]=MmMapIoSpace(ioPhysicalBase,0x400,FALSE); ioPhysicalBase.QuadPart = LED_BASEADDR2;v_pLEDBaseAddr[1]=MmMapIoSpace(ioPhysicalBase,0x400,FALSE); ioPhysicalBase.QuadPart = LED_BASEADDR3;v_pLEDBaseAddr[2]=MmMapIoSpace(ioPhysicalBase,0x400,FALSE);……return TRUE;}Led(3/5)驱动程序分析()该函数完成对系统资源的回收。
windows操作系统原理的书籍

windows操作系统原理的书籍Windows操作系统原理是计算机科学与技术领域的一门重要课程,它涉及到操作系统的概念、原理、设计与实现。
针对这个主题,以下是几本经典的书籍,可以帮助读者深入理解Windows操作系统的原理。
1.《现代操作系统》(原书名:Modern Operating Systems)- 作者:Andrew S. Tanenbaum,Herbert Bos- 这本畅销教材被广泛认为是操作系统领域的经典之作,非常适合初学者入门。
书中介绍了操作系统的基础原理,如进程管理、内存管理、文件系统等。
同时,还包括对多处理器系统、分布式系统和实时操作系统的介绍。
文中还提供了大量的示例代码和实际案例,有助于读者更好地理解原理并应用于实践。
2.《Windows核心编程(第5版)》(原书名:Windows Internals)- 作者:Mark E. Russinovich,David A. Solomon,Alex Ionescu- 这本书是关于Windows操作系统内部原理的权威指南。
它详细展示了Windows操作系统的架构、设计和实现,系统地介绍了进程管理、内存管理、I/O管理、安全性等关键概念。
此外,书中还囊括了对Windows Vista至Windows 10的最新版本的深入分析和说明。
对于想要深入了解Windows操作系统内部工作原理的读者来说,这本书是不可或缺的参考资料。
3.《Windows操作系统设计与实现(原书名:Windows Operating System)》- 作者:郭炜- 这本书是国内一位资深教授在Windows操作系统原理领域的经典著作。
它详细介绍了Windows操作系统的设计与实现,包括系统软件体系结构、进程管理、内存管理、文件系统、网络与I/O管理、系统调度等方面内容。
此外,书中还涉及了Windows系统的调试与性能优化技术。
作者通过理论与实践相结合的方式,为读者提供了一种全面、系统的学习和研究Windows操作系统原理的路径。
Clonezilla Basics for Windows Embedded说明书

Clonezilla Basics for Windows EmbeddedBy Sean D. Liming and John R. MalinAnnabooks –August 22, 2014Cloning a master image for mass production is an important step for Windows Embedded Standard and Windows Embedded Industry. First, the image must be rolled back to create the master, which is accomplished using sysprep. Here is an example command:Sysprep /generalize /oobe /shutdown /unattend:c:\myunattend.xmlThe unattended XML file is a small answer file that handles several of the Out-of-Box Experience (OOBE) screens as well as accounts, run–time key, computer names, etc. There are those that say you don’t need sysprep, but failure to run sysprep and just copy the image can run into technical consequences. In short, one must run sysprep to duplicate the image.Once the image has been rolled back, the next step is to capture the master image for deployment to other systems. The books: Starter Guide for Windows® System Image Manager, Professional's Guide To Windows® Embedded 8 Standard, and Professional's Guide To Windows® Embedded Standard 7 - 2nd Edition cover creating the unattended file and running sysprep, but what is not covered is an actual full disk capture utility. There are several hardware disk duplication solutions for hard drive and compact flash cards. International Microsystems I nc. and Logicube are two companies that offer hardware duplication products. . There are also software solutions, but some of the most popular like Norton Ghost are going end-of-life in favor of licensed server-based solutions. Microsoft has solutions to capture partitions into WIM files, but when multiple partitions need to be captured, the WIM file solution is very cumbersome. Simple and inexpensive software image capture solutions are becoming hard to find. Luckily, the Linux community has developed a solution called Clonezilla that captures full disk images; and best of all, it is a free solution that can be used to capture a Windows Embedded master image.This paper walks through the steps to create a Clonezilla disk to capture and deploy a Windows Embedded master disk image. You will need two USB flash disks. One will hold the Clonezilla boot disk image (USB disk size 8 GB), and the other will hold the captured image (USB flash disk size 32 GB or greater recommended).Note: This paper is based on Clonezilla 2.2.3-25 live image. The steps and pictures will be different for later versions.Generate Clonezilla boot diskWe start on the development machine, and download a utility to help create the Clonezilla boot disk.1. Download Tuxboot from . The actual download comes from SourceForge.2. Format the smaller USB flash disk as FAT 32. Format the larger flash disk as exFAT.3. Plug the smaller USB flash disk into the development machine and run Tuxboot.4. The Tuxboot application will start. Make sure that clonezilla_live_stable is selected forthe On-Line Distribution. Also, point to the correct USB flash drive.5. Click OK to start the process. The Clonezilla ISO will be downloaded, mounted locally,and then copied over to the flash disk.6. Do not reboot when asked. Just Exit Tuxboot.7. Safely eject the USB flash drive.Capture Disk ImageNow, we move to the target system that holds the master image.1. Plug the Clonezilla boot disk that we just created into the target system.2. Boot the target and make sure the BIOS is set up to boot from the USB flash disk.3. The Clonezilla boot screen appears. Select Clonezilla Live (Default settings, VGAXXXxYYY) and hit Enter.4. The OS will load. Select English as the language to use and hit Enter.5. Keep the default Don’t touch keymap and hit Enter.6. The default Start_Clonezilla Start Clonezilla should be selected, hit Enter.7. In the next menu, select device-image work with disks or partitions using images asthe operation mode and hit Enter.8. The next menu is for the image directory. Keep the default, local_dev, and hit Enter.9. Insert the larger USB flash disk when prompted, wait about 5 seconds, and then hitEnter.10. The system will mount and prepare the UBS flash disk for the image. You will be askedfor the home directory to store the image. Select the USB flash disk image (sdx1) and hit Enter.11. The top directory is the default, hit Enter.12. A summary will appear, hit Enter.13. The clone wizard starts. Select Beginner and hit Enter.14. The Select Mode screen appears. Select save disk, and hit Enter.15. An image name with date has been started. Rename the image as you like. For example“Annabooks-2014-08-18-19-img”, hit Enter.16. The hard disk will be selected as the default source. Hit Enter.17. Select Skip checking/repairing source file system, hit Enter.18. Check save disk image option appears, the default is Yes, check the saved image. HitEnter.19. Hit Enter to continue.20. Click y at the prompt and hit Enter to begin the backup process.21. The capture and check process takes several minutes depending on image size. HitEnter when completed22. Select Poweroff to Power down the system, and hit Enter.23. Remove both flash disks after the target powers down.Deploy the Captured Disk ImageThe two USB disks to capture the image can now be used to deploy the image to other systems.1. Plug the Clonezilla boot disk into the target system.2. Boot the target and make sure the BIOS is setup to boot from the USB flash disk.3. The Clonezilla boot screen appears. Select Clonezilla Live (Default settings, VGAXXXxYYY) and hit Enter.4. The OS will load. Select English as the language to use and hit Enter.5. Keep the default Don’t touch keymap and hit Enter.6. The default Start_Clonezilla Start Clonezilla should be selected, hit Enter.7. In the next menu, select device-image work with disks or partitions using images asthe operation mode and hit Enter8. The next menu is for the image directory. The default is for local_dev, hit Enter.9. Insert the larger USB flash disk when prompted, wait about 5 seconds, and then hitEnter.10. The system will mount and prepare the UBS flash disk for the image. You will be askedfor the home directory to store the image. Select the USB flash disk image (sdx1) and hit Enter.11. The top directory is the default, hit Enter.12. A summary will appear, hit Enter.13. The clone wizard starts. Select Beginner and hit Enter.14. The Select Mode screen appears. Select restoredisk and hit Enter.15. The system will search the disk for an image. Since there is only one image on the disk, itis already select, so hit Enter.16. Select the hard drive and hit Enter.17. Hit Enter again.19. One more time, enter y at the prompt and hit Enter.20. The process can take several minutes. Hit Enter when completed.21. Select to Poweroff to power down the system, and hit Enter.22. Remove both flash disks after the target powers down.23. Boot the system again and let the Windows cloning process run on the system.Once the master Clonezilla image has been created, it can be deployed any number of times to identical target hardware systems. This could easily be incorporated as part of the manufacturing process for an embedded system product.。
Windows Server从入门到精通视频教程

推荐精品视频课程
序号
标题
1
Windows Server 2008 R2 活动目录管理演示
点击观看>>
点击观看>>
6
Windows Server 2008 R2 RMS 文档安全演示
点击观看>>
7
Windows Server 2008 R2 WDS 部署服务演示
点击观看>>
8
Windows Server 2008 R2 远程桌面管理演示
点击观看>>
9
Windows Server 2008 R2 Hyper-V 管理演示
2
Windows Server 2008 R2 名称解析服务演示
点击观看>>
3
Windows Server 2008 R2 DHCP 服务管理演示
点击观看>>
4
Windows Server 2008 R2 WSUS 更新管理演示
点击观看>>
5
Windows Server 2008 R2 存储和文件管理演示
点击观看>>
30
Windows网络安全防护:ISA防火墙应用
点击观看>>
31
Windows Server 2008 R2从入门到精通系列课程-初级课程
点击观看>>
32
企业文件服务器高可用案例视频教程
windows server 2008学习PPT1

•
详细介绍
5。Mac OS
• Mac OS是一套运行于苹果Macintosh系列电脑上的操作系统。Mac OS是首个在商用领域 成功的图形用户界面。现行的最新的系统版本是Mac OS X 10.3.x版。 主设计人:比尔·阿特金森、杰夫·拉斯金和安迪·赫茨菲尔德 出现年月:1984年 如图:
•
详细介绍
详细介绍
3。Linux
• 简单的说,Linux是Unix克隆的操作系统,在源代码上兼容绝大部分Unix标准,是一个 支持多用户、多进程、多线程、实时性较好的且稳定的操作系统。 主设计人:Linus Torvalds 出现年月:1991年 如图:
•
详细介绍
4。FreeBSD
• FreeBSD是由许多人参与开发和维护的一种先进的BSD UNIX操作系统。突出的特点 FreeBSD提供先进的联网、负载能力,卓越的安全和兼容性。 主设计:加州伯克利学校 出现年月:1993年 如图:
• •
MS-DOS
DOS系统是1981年由微软公司为IBM个人电脑开发的,即MS-DOS。它是一个单用户单任务的操作系统。 在1985年到1995年间DOS占据操作系统的统治地位。 主设计人:Tim Paterson 出现年月:1981年 如图:
•
详细介绍
Windows 1.0
• • • • 1985年11月,Microsoft Windows 1.0发布,最初售价为100美元;当时被人所青睐的GUI电脑平台 是GEM及Desqview/X,因此用户对Windows 1.0的评价并不高。 Microsoft Windows 1.0是微软第一次对个人电脑操作平台进行用户图形界面的尝试。Windows 1.0 本质上宣告了MS-DOS操作系统的终结。 Microsoft Windows 1.0是Windows系列的第一个产品,于1985年开始发行。 当时很多人认为Microsoft Windows 1.0只是一个低劣的产品。当时最好的GUI电脑平台是GEM。另 外一个选择是Desqview/X。
《WindowsXP》项目教学法崔颖

阜宁县职教中心计算机专业课程教学任务分解表课程名称: Windows XP 任教者:崔颖项目1:Windows XP入门任务:1.XP的新增功能1)用户账户和启动2)数字媒体3)家庭网络4)浏览器5)文件和文件夹6)帮助和支持2.登录和注销1)如果系统中有多个账户,必须拥有自己的用户名和对应密码才能登录。
2)如果是单用户且无密码,系统自动登录。
3.关闭1)待机:计算机进入节能状态,关闭屏幕。
外界信号可唤醒计算机,让其继续运行。
2)关闭:关闭系统、屏幕及硬盘等。
3)重新启动:再次启动操作系统。
注:如果用户在控制面板中更改了用户登录或注销方式,则登录、注销以及关闭计算机窗口都将有所不同。
项目2:Windows XP外观及主题任务:1.用户界面1)Windows XP桌面2)Windows XP标准窗口3)任务栏4)“开始”菜单2.设置外观1)设置主题2)设置桌面背景3)设置屏幕保护程序4)设置外观5)设置屏幕颜色、分辨率和刷新率3.设置字体、输入法、日期和时间1)设置字体2)设置输入法3)设置日期和时间任务:1.资源管理器1)资源管理器2)我的电脑3)回收站2.控制面板1)打开方式:“开始——设置——控制面板”2)两种视图:分类视图和经典视图3.文件夹操作1)新建、重命名2)复制、剪切和粘贴3)修改文件夹属性:只读、隐藏和存档4)设置隐藏文件任务:1.硬件概述1)硬件定义:构成计算机硬件系统的物理设备。
2)硬件类型:即插即用和非即插即用。
3)常见设备:USB、硬盘驱动器、光盘驱动器、打印机、视频适配器、监视器等。
2.硬件安装1)安装本地打印机2)安装网络打印机3.设备管理器1)打开方式:右击“我的电脑”——“属性”——“硬件”选项卡——“设备管理器”。
2)停用和启用设备3)更新和卸载驱动程序4.常用设备管理1)设置键盘参数2)设置鼠标参数3)设置扬声器参数任务:1.微软管理控制台(MMC)1)MMC简介2)添加、删除管理单元2.系统还原1)设置系统还原属性2)创建系统还原点3)还原系统3.任务计划1)添加任务2)设置任务计划4.系统属性设置1)设置计算机名、网络标识、组2)设置系统高级属性任务:1.注册表操作1)注册表打开2)查找信息3)导入和导出注册表2.注册表应用(通过修改键值)1)将“回收站”改名为“垃圾站”2)去掉桌面上快捷方式图标左下角的小箭头3)更改登录时的背景图片4)改变输入法的排列次序5)认识常用注册表修改工具:Windows优化大师、超级兔子等任务:1.用户账户1)账户分类(根据权限不同)a)管理员账户:可安装卸载软件、可访问任何文件、可更改其他账户。
易语言教程-从入门到精通之欧阳物创编

易语言教程-从入门到精通第一课.计算机的一般知识1.1电子计算机的发展及其基本结构1.1.1电子计算机的发展史1945年底,在美国首次研制成功人类第一台计算机,这台机器重30吨,占地面积达167平方米,加之它的工作原理,因此,人类后来的计算机并不是在这台机器的基础上发展起来的。
现代计算机理论的奠基人是图灵。
在美国数学家冯.诺伊曼的主持下,1949年诞生了第一台存储程序的计算机,又称第一代机,这台计算机为后来的计算机发展奠定了基础。
1959年,第一台晶体管计算机问世,由此,计算机进入了第二代。
1964年,IBM第一代360系列计算机问世,这是第一代通用计算机,为研制这种计算机,IBM投资50亿美元,比二战期间美国政府投入到原子弹研究的钱(20亿美元)还要多;由此,计算机进入了第三代。
进入到80年代以后,中大型计算机问世,于是开始了第四代计算机的时代。
70年代以后,出现了计算速度更快、存储量更大的巨型机。
70年代微处理器的问世,标志着计算机的发展开始了又一场革命。
1977年3月苹果公司的个人用计算机问世,自此,计算机开始进入千家万户。
1.1.2电子计算机的基本结构计算机由硬件和软件组成。
而硬件是由主机和外部设备组成;软件由系统软件和应用软件组成。
计算机硬件是软件的基础,是软件发挥功能的工作环境,而软件则是管理和利用硬件资源来实现计算机的功能,软件和硬件是相互促进和发展的。
硬件大体上有以下几个部分:控制器,运算器,内存储器(RAM、ROM),输入设备和输出设备。
前三者又合称主机,后两者又称作外部设备。
现在就这五个部分的功能,作一些简要说明。
1.输入设备。
输入设备是用来向主机输入原始数据和处理这些数据所使用的计算程序列的设备。
输入设备的种类很多,但在微型机上不外乎下列几种:(1)终端键盘。
利用手指击键方法向计算机输入信息。
用户自己写的程序列化和准备处理的数据,都可由键盘上敲入。
(2)磁盘。
磁盘,实际上也是存储信息的,因为它们都是主机之外的设备,所以也称为外存储器。
了解 Windows NT Embedded 和 Windows XP Embedded

了解Windows NT Embedded 和Windows XP Embedded发布日期: 7/14/2004 | 更新日期: 7/14/2004JonFincherMicrosoft Corporation欢迎阅读Get Embedded 专栏的Microsoft Windows XP Embedded 部分。
在我们向您提供大量文章的同时,我们希望您像我们一样喜欢基于NT 和XP 的嵌入式技术。
首先,我将讨论这些工具的一些历史和未来方向。
在您即将看到的文章中,我们将讨论技术性更深入的主题。
很自然地,我们将同时提供一些提示和技巧,所以,如果您想了解任何具体内容,或想解答某些问题,请告诉我们,我们欢迎您提出的任何意见。
好了,下面继续我们的讨论。
本页内容我们将讨论什么Windows XP Embedded 的新增功能Windows NT Embedded 和Windows XP Embedded 如何与Windows CE 进行比较?未来我们将讨论什么在上一篇文章中Mike 和Steve 说过,有三个主要的Microsoft 嵌入式操作系统,它们是最常见的Windows CE、Windows NT Embedded 和Windows XP Embedded。
我将在本专栏中介绍Windows NT Embedded 和Windows XP Embedded,而将Windows CE 的内部工作原理的介绍留给我的学识渊博的朋友Mike Hall(他在大西洋对岸)和他的同胞Steve Maillet。
本文不涉及针对Windows NT Embedded 和Windows XP Embedded 的应用程序开发,但随后的专栏将介绍这些内容,这不是问题,因为这些操作系统的应用程序开发不需要魔术咒语、不需要秘密握手,也不需要神秘的操作(我保证!)。
您只需为Windows NT 或Windows XP 平台编写应用程序,(稍微重新打包一下)它们就能在嵌入式环境里工作。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
D Deep i into t .NET NET MF Application Development姓名:杜伟 职位:Technical Specialist Lead微软中文技术论坛——精彩生活每一天/china forums microsoft com/china本周活动更新 本周活动更新: 9 Top 10 论坛英雄!9 畅谈我的2007 畅谈我的与众不同:9 版主:50+ 微软最有价值专家(MVP) 9 涵盖微软几乎所有产品线和知识库 9 30+ 适合开发人员和 IT 专 专业人员技术板块 人员技术板块Video Introduce of .NET Micro FrameworkExtending the Microsoft Embedded Story.NET Micro Framework Windows CE Embedded Windows XP EmbeddedWearable DevicesVista SideShowWindows Mobile SmartphoneWindows Mobile Pocket PC PhoneRetail Point-of-SaleWindows-based terminalsHealth MonitoringPortable Media CenterWindows AutomotiveMedical devicesEntertainment devicesSensor NetworksHome ControlMobile handheldsVoIP phonesSet-top p boxes Remote Controls GatewaysWhat's New with Micro Framework• • • •MEDC 2006第一次公开讨论 2007年2月正式发布 硬件参考设计平台开始在市面上发售 不久将发布Web Services for Devices协 议栈Beta版 • 活跃的开发者社区 • 开发者正在开发各种激动人心的新应用The Architecture of .NET MFMicrosoft Embedded Platform Selection.NET Micro FrameworkExample Devices Device Features Footprint Power CPU Real-time Managed vs native codeSensor Nodes, Aux displays, Health Monitoring, Remote Controls, Robotics Connected, Small, Wearable, Graphical UI 200-400KB managed code Full featured Very y low p power ARM7, ARM9 No MMU Not Real-time Managed via .NET Micro F Framework, k native i code d through interop only.Windows CEGPS Handhelds, PDAs, Automotive, Set Top Boxes Connected, Graphical UI, Server, Browser, RAS, DirectX 300KB+ without managed g code 12MB with managed code Low p powerWindows XPeThin Clients, ATMs, Kiosks PC-class performance, PC networking 40MB + Depending on featuresMains p powerX86, MIPS, SH4, ARM, with MMUX86Hard Real-time Supports both, managed code requires i .NET NET C Compact FrameworkReal-time capable through 3rd party extensions Supports both, managed code d requires i .NET NET FrameworkPartner Truck Engine TuningEdge ProductsThe InIn-Cab Vehicle DisplayLCD Di Display l Input Buttons Flash MemoryProcessorVehicle CAN USBPiezo SpeakerDoing It the Old Way• Embedded Tools– Code Warrior– Keil – IARDAbt_Handler B DAbt_Handler IRQ_Handler B IRQ_Handler FIQ_Handler B FIQ_Handler; Reset HandlerEXPORT Reset_Handler Reset_HandlerReset Handler; Setup External Memory PinsIF:DEF:EXTERNAL_MODELDR R0, =PINSEL2LDR R1, =PINSEL2_ValR1PINSEL2V lSTR R1, [R0]ENDIF…using system;using Microsoft.SPOT;Namespace Evo3{public class Program : Microsoft.SPOT.Application public class Program:Microsoft SPOT Application {public static void Main(){}}}Drivers (The Old Way)void CAN1_Init(void)id CAN1I it(id){EnUser TRUE;EnUser=TRUE;// Enable Pins for CAN port 0PINSEL1 |= (unsigned int) 0x00040000;C1MOD = 1; // Enter Reset ModeC1MOD1//E t R t M dC1GSR = 0; // Clear status registerCAN1_VehicleInit();CAN1VehicleInit();// Disable All InterruptsC1IER = 0;// Enter Normal Operating Mode//Enter Normal Operating Mode ……Static SPI _spi= new SPI(newSPI.Configuration(Pins.GPIO_PORT_B_18, false, 0, 0, true, true, 1000, SPI.SPI_module.SPI1));…byte[] b_out= new byte[2];b_out[0] = MCP_WRITE;b_out[1] = command;_spi.Write(b_out);…byte[] b_out= new byte[2];byte[] b_in new byte[1];byte[]b in=new byte[1];b_out[0] = MCP_READ;b_out[1] = register;_spi.WriteRead(b_out, b_in, 2);IP (Ethernet)ControlThink.ZWaveManaged DriverZ-Wave Embedded RFmicrochip// adjust the thermostat heating set point to 69°FGeneralThermostat thermostat = zwave.Devices.GetByNodeID(4);thermostat.ThermostatSetpoints[Heating1].Temperature = new ControlThink.ZWave.Devices.Temperature(69, Fahrenheit);// security breach: turn on all devices in the home!for(int i= 0; i< zwave.Devices.Count; i++){zwave.Devices[i].PowerOn();}AT91RM9200CANRS232SRAM FLASH(optional)EthernetCAN Bus can 2.4” QVGA DisplayCAN Bus can be used to cascade motorsEthernet connects to next level of plant automation Network or for Network or for remote controlSoft--Softa ewareSoftSoft--wareHardHard--wareHard--HardwareTraditional“OS in the motor”/embedded/netMF/Catalog_855.aspx如需提出问题,请在此区域输入文字,并单击“问题和解答”右上方的“提问”按钮即可。
http://forums microsoft com/china/china。