<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>中科因仑“3+1”工程特种兵精英论坛 - WindowsCE</title>
    <link>http://bbs.enlern.com/forum-154-1.html</link>
    <description>Latest 20 threads of WindowsCE</description>
    <copyright>Copyright(C) 中科因仑“3+1”工程特种兵精英论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 24 Jun 2026 06:58:41 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.enlern.com/static/image/common/logo_88_31.gif</url>
      <title>中科因仑“3+1”工程特种兵精英论坛</title>
      <link>http://bbs.enlern.com/</link>
    </image>
    <item>
      <title>WinCE内核动态加载GPIO端口驱动的设计方法</title>
      <link>http://bbs.enlern.com/thread-10165-1-1.html</link>
      <description><![CDATA[WinCE下GPIO端口驱动大多采用流接口驱动的方式进行开发，在实现上主要依托Platform Builder编译环境将驱动程序编译成动态链接库，并整合到WinCE内核中。但在实际项目的开发中，Platform Builder在驱动程序的开发和涮试上不够便捷，且在整合动态链接库和WinCE内核时，需 ...]]></description>
      <category>WindowsCE</category>
      <author>leixiaofeng</author>
      <pubDate>Tue, 19 May 2015 10:26:35 +0000</pubDate>
    </item>
    <item>
      <title>WinCE 7.0下的触摸屏驱动</title>
      <link>http://bbs.enlern.com/thread-10147-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>WindowsCE</category>
      <author>leixiaofeng</author>
      <pubDate>Mon, 18 May 2015 12:02:22 +0000</pubDate>
    </item>
    <item>
      <title>WinCE6.0内存分析工具</title>
      <link>http://bbs.enlern.com/thread-9938-1-1.html</link>
      <description><![CDATA[该工具主要有两部分组成，一个是运行于设备端的命令行程序(DevHealth60.exe)，另一个是运行于PC端的分析和显示内存状态报告的工具(DevHealthViewer6.exe)。      为了方便使用，写了一个小工具(HealthHelper)配合DevHealth60.exe。用法很简单，将其和DevHealth60.exe等 ...]]></description>
      <category>WindowsCE</category>
      <author>leixiaofeng</author>
      <pubDate>Fri, 08 May 2015 12:55:30 +0000</pubDate>
    </item>
    <item>
      <title>合并BIN文件的两种方法</title>
      <link>http://bbs.enlern.com/thread-9937-1-1.html</link>
      <description><![CDATA[在单片机的开发过程中，经常需要将两个单独的BIN文件合并成一个文件，方便烧写和生产。下面结合STM32的IAP Bootloader Code和Application Code的合并，介绍两种合并BIN文件的方法。
     首先简单介绍一下STM32的IAP。IAP(In-application-programming)，即在应用 ...]]></description>
      <category>WindowsCE</category>
      <author>leixiaofeng</author>
      <pubDate>Fri, 08 May 2015 12:48:21 +0000</pubDate>
    </item>
    <item>
      <title>图解WinCE6.0下的内核驱动和用户驱动</title>
      <link>http://bbs.enlern.com/thread-9936-1-1.html</link>
      <description><![CDATA[在《WinCE驱动程序的分类》中曾提到，WinCE6.0的流驱动既可以加载到内核态也可以加载到用户态。下面通过一组图片简单说明一下这两种驱动的关系。      首先编写一个流驱动WCEDrv，代码如下。
#include 

extern \&quot;C\&quot;
BOOL WINAPI DllMain(HANDLE hinstDLL, DWORD dwReas ...]]></description>
      <category>WindowsCE</category>
      <author>leixiaofeng</author>
      <pubDate>Fri, 08 May 2015 12:40:59 +0000</pubDate>
    </item>
    <item>
      <title>Windows CE Services AppMgr注册表的位置</title>
      <link>http://bbs.enlern.com/thread-9888-1-1.html</link>
      <description><![CDATA[在电脑上通过ActiveSync同步软件安装WinCE或者Windows Mobile的应用程序时，如果异常退出，会引来一点麻烦。每次同步上以后，都会弹出\&quot;添加/删除程序\&quot;的对话框，提示“没有可用的设备兼容程序”。如下图所示。            很早之前写过“ActiveSync合作关系对话框的配置 ...]]></description>
      <category>WindowsCE</category>
      <author>leixiaofeng</author>
      <pubDate>Thu, 07 May 2015 07:44:49 +0000</pubDate>
    </item>
    <item>
      <title>WinCE下串口蓝牙模块的调试</title>
      <link>http://bbs.enlern.com/thread-9710-1-1.html</link>
      <description><![CDATA[由于之前用的一款蓝牙芯片，很不理想。所以这次在调试时，希望能在前期验证的更全面一些，以免影响产品的整体性能，降低用户体验。    就目前碰到的问题来说，兼容性、稳定性和功能是调试蓝牙模块时最关键的几个。所以，针对这款蓝牙模块做了一个小工具。           ...]]></description>
      <category>WindowsCE</category>
      <author>leixiaofeng</author>
      <pubDate>Mon, 04 May 2015 15:00:18 +0000</pubDate>
    </item>
    <item>
      <title>基于Windows 7旗舰版搭建WinCE6.0开发环境的过程</title>
      <link>http://bbs.enlern.com/thread-9709-1-1.html</link>
      <description><![CDATA[在WinXP下按照这个步骤来，应该不会有什么问题了。但今天在Windows 7旗舰版下安装还是碰到了一些状况。      首先是VS2005与Windows 7兼容性的问题，如下图所示。            点击“联机检查解决方案”按钮，稍等片刻，弹出如下图所示的提示。                


 ...]]></description>
      <category>WindowsCE</category>
      <author>leixiaofeng</author>
      <pubDate>Mon, 04 May 2015 14:38:25 +0000</pubDate>
    </item>
    <item>
      <title>WinCE下WIFI模块AR6102的调试</title>
      <link>http://bbs.enlern.com/thread-9708-1-1.html</link>
      <description><![CDATA[由于该芯片是板载的，所以写了一个应用程序，模拟无线网卡的插入拔出，然后简单修改了SDHC驱动，检测应用程序发出的模拟卡插拔的动作，并控制芯片的PWR和RST引脚。幸运的很，改完之后，就可以用了。通过应用程序模拟无线网卡的插入动作后，在超级终端看到了加载无线网卡 ...]]></description>
      <category>WindowsCE</category>
      <author>leixiaofeng</author>
      <pubDate>Mon, 04 May 2015 14:31:40 +0000</pubDate>
    </item>
    <item>
      <title>WinCE动态修改启动LOGO</title>
      <link>http://bbs.enlern.com/thread-9707-1-1.html</link>
      <description><![CDATA[在实际应用中经常还需要让用户方便修改启动LOGO。通常情况下，启动LOGO是编译到BOOT代码中的。为了实现动态修改启动LOGO，需要将LOGO保存至Flash中，BOOT启动时从特定的位置将其读取出来，并填入FrameBuffer。另外，必须让用户能够通过应用程序在WinCE系统中修改F ...]]></description>
      <category>WindowsCE</category>
      <author>leixiaofeng</author>
      <pubDate>Mon, 04 May 2015 14:11:36 +0000</pubDate>
    </item>
    <item>
      <title>WinCE文件系统概要</title>
      <link>http://bbs.enlern.com/thread-9706-1-1.html</link>
      <description><![CDATA[盘文件系统主要包括FAT(FAT12、FAT16、FAT32)，NTFS、HFS、ext2、ext3，现在ext4也出来了。      FLASH文件系统是针对FLASH存储器设计的文件系统。随着移动设备的不断普及，和FLASH存储空间的不断增长，FLASH文件系统也流行起来。在嵌入式系统中，绝大多数都使用FLA ...]]></description>
      <category>WindowsCE</category>
      <author>leixiaofeng</author>
      <pubDate>Mon, 04 May 2015 13:49:05 +0000</pubDate>
    </item>
    <item>
      <title>WinCE6.0中应用程序如何直接访问物理空间</title>
      <link>http://bbs.enlern.com/thread-9609-1-1.html</link>
      <description><![CDATA[在实际开发过程中，经常希望能在应用程序中直接读写设备的物理空间。以前在做WinCE6.0下的MEMMgr时通过秘密加载一个内核态驱动实现了这个需求。但这种方式有一个明显的缺陷，每次读写都必须经由它才能完成。如果只是读取GPIO，那问题不算大。如果想通过这种方式实现视频 ...]]></description>
      <category>WindowsCE</category>
      <author>leixiaofeng</author>
      <pubDate>Wed, 29 Apr 2015 05:13:46 +0000</pubDate>
    </item>
    <item>
      <title>WinCE中显示32位色BMP文件的一种方法</title>
      <link>http://bbs.enlern.com/thread-9608-1-1.html</link>
      <description><![CDATA[前面介绍了如何显示资源中BMP图片的方法，这里补充一个显示32位色BMP图片文件的方法，并再次比较直接写显存与用GDI的区别。      首先将WinCE5.0的模拟器显示属性修改为480*272*32，并准备一张32位色的图片，如下图所示。                      




 ...]]></description>
      <category>WindowsCE</category>
      <author>leixiaofeng</author>
      <pubDate>Wed, 29 Apr 2015 05:11:48 +0000</pubDate>
    </item>
    <item>
      <title>WinCE5.0中应用程序如何直接写屏</title>
      <link>http://bbs.enlern.com/thread-9607-1-1.html</link>
      <description><![CDATA[以前曾利用GAPI实现应用程序直接操作显示驱动的FrameBuffer，以提高屏幕绘图和视频播放的效率。GAPI依赖于显示驱动，必须在显示驱动中添加相应的接口才能正常使用。如果平台是我们自己定制的，在WinCE5.0中，我们也可以通过另外一种方法来操作FrameBuffer。　　以Device ...]]></description>
      <category>WindowsCE</category>
      <author>leixiaofeng</author>
      <pubDate>Wed, 29 Apr 2015 05:09:01 +0000</pubDate>
    </item>
    <item>
      <title>WinCE电源管理</title>
      <link>http://bbs.enlern.com/thread-9606-1-1.html</link>
      <description><![CDATA[在WinCE系统中实现电源管理主要有三步，添加\&quot;Power Manager\&quot;组件，在驱动中实现电源管理的接口，在应用程序中通过调用电源管理的API控制各设备和系统的工作状态。      第一步比较简单，通常只要在Catalog中添加就可以。如果有特殊需求，可以移植C:\\WINCE600\\PUBLIC\\COM ...]]></description>
      <category>WindowsCE</category>
      <author>leixiaofeng</author>
      <pubDate>Wed, 29 Apr 2015 05:07:57 +0000</pubDate>
    </item>
    <item>
      <title>WinCE下电池充放电测试</title>
      <link>http://bbs.enlern.com/thread-9605-1-1.html</link>
      <description><![CDATA[对手持设备来说，电池的充放电曲线非常重要，一般由电池厂家提供。我们在开发的过程中会按照这个标准的充放电曲线设计程序。但设备的工作模式有很多种，为了测试在各模式下电池的放电情况，我们可以自己写个小工具记录下电池的放电状态，然后通过Excel或者Matlab绘制 ...]]></description>
      <category>WindowsCE</category>
      <author>leixiaofeng</author>
      <pubDate>Wed, 29 Apr 2015 05:04:33 +0000</pubDate>
    </item>
    <item>
      <title>四线电阻式触摸屏驱动的优化</title>
      <link>http://bbs.enlern.com/thread-9604-1-1.html</link>
      <description><![CDATA[触摸屏在电子产品中用得越来越多，其技术也在不断发展。目前常见的有电阻式、电容式、红外式和表面声波式等几大类，其中电阻式最为普遍。最近在WinCE下调试了一款四线电阻式的触摸屏驱动，利用检测触摸压力的方法实现了动态调整触摸屏的灵敏度。      一般的嵌入式处理 ...]]></description>
      <category>WindowsCE</category>
      <author>leixiaofeng</author>
      <pubDate>Wed, 29 Apr 2015 05:00:22 +0000</pubDate>
    </item>
    <item>
      <title>Windows Embedded CE 6.0实时性分析</title>
      <link>http://bbs.enlern.com/thread-9603-1-1.html</link>
      <description><![CDATA[Windows Embedded CE 6.0是微软公司目前最新的嵌入式操作系统之一，支持四种体系结构的MCU（ARM、MIPS、SH4和x86）。在众多的嵌入式操作系统中，它以自己独特的优势脱颖而出，在整个嵌入式操作系统的市场份额中占有很大比重。相比其他嵌入式操作系统，Windows Embedded  ...]]></description>
      <category>WindowsCE</category>
      <author>leixiaofeng</author>
      <pubDate>Wed, 29 Apr 2015 04:58:33 +0000</pubDate>
    </item>
    <item>
      <title>WinCE5.0中文模拟器SDK(VS2005)的配置</title>
      <link>http://bbs.enlern.com/thread-9602-1-1.html</link>
      <description><![CDATA[WinCE5.0中文模拟器SDK的配置，在其里面加载很多的东西，而且使其能在VS2005中正常使用。]]></description>
      <category>WindowsCE</category>
      <author>leixiaofeng</author>
      <pubDate>Wed, 29 Apr 2015 04:53:57 +0000</pubDate>
    </item>
    <item>
      <title>WinCE下3G模块的调试</title>
      <link>http://bbs.enlern.com/thread-9443-1-1.html</link>
      <description><![CDATA[在WinCE6.0上调试了下3G模块，华为的EM730，它支持GPRS和WCDMA。虽然没有涉及到驱动的移植（没有源代码），但调试过程还是几经周折，记下来以便后用。　　EM730是MINI PCI接口的，也支持USB。于是先请硬件工程师帮忙飞了一堆线，在PC上测试了一下，工作完全正常，证明模 ...]]></description>
      <category>WindowsCE</category>
      <author>leixiaofeng</author>
      <pubDate>Thu, 23 Apr 2015 08:44:43 +0000</pubDate>
    </item>
  </channel>
</rss>