Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - ce i
Search - ce i - List
串行通讯是目前计算机、通信和控制领域最基本的通信方式。在CSDN的“嵌入式开发/WINCE”社区中,经常有人提问该到哪找串口通讯类,其实这个问题我自己也问过。:)而一般的回答是给你提供一个Pocket PC 2002的SDK例子程序。但到底SDK的程序和MFC的结构有很大的不同,对于想用MFC编写通信程序的人来说也不是很便利。 另一方面,由于Windows CE是一个基于Unicode的操作系统,并且Windows CE不支持Windows下常用的串行通信重叠I/O方式(OVERLAPPED),因此编写Windows CE下的串口通讯类有一些与桌面Windows不同的地方。 以下是我从SDK程序改写而来的MFC类,希望能和致力于WINCE开发的朋友多多交流,由于本人才疏学浅,程序中有许多不完善的地方,请大家指正。我的程序是基于“主动发送请求,被动接收响应”的假设,因此我只设置了一个接收数据的线程。-serial communication is the computer, communications and control areas the most basic means of communication. Bringing in the "Embedded Development / pulled" communities, it was often the question where to find serial communications, in fact, the question I have asked. :) And the general answer is to provide you with a Pocket PC 2002 SDK examples procedures. But in the end SDK MFC procedures and the structure are quite different, MFC prepared to use communication program who is not very convenient. The other hand, is a Windows CE-based Unicode operating system, Windows CE and Windows do not support common serial communication overlapping I / O modes (OVERLAPPED), prepared under the Windows CE serial communications with some Windows desktop different places. Following is the proce
Update : 2008-10-13 Size : 5.52kb Publisher : wzg

mad mp3解码dll libmad is a powerful open source library written in C that decodes MP3 files to uncompressed PCM data. However, it compiles as a static library, limiting its access to C/C++. I have written code (based on the source madlld) that compiles to a DLL, enabling other languages (i.e., C#, Visual Basic etc.) to access the libmad library using the simple interface I ve provided. -mad dll libmad MP3 decoder is a powerful open sour ce library written in C that decodes MP3 files to uncompressed PCM data. However, it compiles as a static library, limiting access to its C/C. I have written code ( based on the source madlld) that compiles to a DL L, enabling other languages (ie, C#, Visual Basic etc.). to access the library libmad using the simple interface I ve provided.
Update : 2025-02-17 Size : 96kb Publisher : 网量

The reason why I decided to write this article is because, I was learning myself how to use sockets with under windows, I could not find one place that had a tutorial which included every thing i was looking for, or if it did it was way to complicated for me to understand. In the end after doing my research I put together my resources and came up with this tutorial. I hope that it is clear and informative so that other people can benefit from it -The reason why I decided to write this Artic le is because, I was learning myself how to use sockets with und er windows, I could not find one place that had a tutorial WHI ch included every thing i was looking for. or if it did it was way to complicated for me to und erstand. In the end after doing my research I put my resources together and came up with this TUTO 77. I hope that it is clear and informative so t hat other people can benefit from it
Update : 2025-02-17 Size : 4kb Publisher : l

某个牛人做的WINDOWS系统文件详解。超牛的!!! 很详细的介绍了WINDOWS系统文件的用途,我想各位保存一份以后 说不定会有用吧-a cattle people are doing Elaborates on Windows system files. Super cow! ! ! A detailed explanation of the Windows system files purposes, I think you keep a future it might be useful
Update : 2025-02-17 Size : 75kb Publisher : 王军

微软提供的日文输入法示例程序,Windows CE 5.0下的。-the Japanese input method example, the Windows CE 5.0 under.
Update : 2025-02-17 Size : 961kb Publisher : 欧文

<dos高手速成手册>是一本很好的书希望与大家一起分享。-<dos高手速成手册> is a very good book I hope to share with you all.
Update : 2025-02-17 Size : 774kb Publisher :

这是运行在windows ce 4.2 平台上的一个串口小程序,很好用的,我调试过,还不错的。是开发板公司提供的。-is running windows ce 4.2 platform of a Serial small program is useful, I tuned, pretty good. Yes development board companies.
Update : 2025-02-17 Size : 1.35mb Publisher : richen

这是我从其他网上下载的WIN CE源代码,希望对有些人有用。-from other online download WIN CE source code, and I hope to some useful.
Update : 2025-02-17 Size : 2.93mb Publisher : zhoujing

windows mobile下运用红外线端口进行聊天的小程序。windows ce programme书中给的代码是用在PPC2002上的,本人移植到了smartphone2003上了。-windows to use mobile infrared port for a small chat procedures. Windows ce book to the program code is used in the PPC2002. I transplanted to a smartphone2003 ones.
Update : 2025-02-17 Size : 136kb Publisher : jungho_lee

以前看了很多文档,知道Windows CE的串口如何操作,但是由于从来没有想过要用串口,也没有实际的作过。昨天有人需要用我们的开发板,而他们主要就是要用串口,我就写了一个程序,用来测试串口是否工作。记录下来,作为以后串口通信程序的起点-before seen a lot of documents, Windows CE know how to operate the serial, But he never thought to use serial port, nor the actual made. Yesterday, someone needed to use our development board, and they mainly use serial port, I wrote a procedure, Serial used to test whether the work. Record, as a serial communication program after the starting point
Update : 2025-02-17 Size : 6kb Publisher : victor

利用“原始套接字”(Raw Socket),我们可访问位于基层的传输协议。本章专门讲解如 何运用这种原始套接字,来模拟I P的一些实用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原 始套接字,亦可对I P头信息进行实际的操作。本章只关心I P协议;至于如何针对其他协议使 用原始套接字,我们不打算提及。而且,大多数协议(除AT M以外)根本就不支持原始套接 字。所有原始套接字都是使用S O C K _ R AW这个套接字类型来创建的,而且目前只有Wi n s o c k 2提供了对它的支持。因此,无论Microsoft Windows CE 还是老版本的Windows 95 (无 Winsock 2升级)均不能利用原始套接字的能力。-use "raw socket" (Raw Socket), we can visit at the grassroots transmission agreements. This chapter specifically on how to use the original socket, I P to simulate some practical tools, For example Tr a c e r t o u e and P i n g procedures, and so on. Original socket, I can right the first P information of the actual operation. I only care about this chapter P Agreement; As to how the other agreements original socket, we do not intend to mention. Moreover, most agreements (except outside AT M) simply does not support the original socket. All original socket are using S O C K R AW _ the socket types to create, but it's only Wi n o c k 2 of the support it. Therefore, Whether Microsoft Windows CE or an older version of Windows 95 (non-Win sock escalation 2) are not using the ori
Update : 2025-02-17 Size : 676kb Publisher : 楼洛阳

收藏的一部分有关WinCE开发经验,供出来,希望大家一起前进-part of the collections of WinCE development experience, for, and I hope all of us can! !
Update : 2025-02-17 Size : 20kb Publisher : 雷国胜

EVC的Grid ctrl应用,有需要的朋友可以联系我哦-EVC Grid ctrl applications, the need to link our friends, oh I
Update : 2025-02-17 Size : 31kb Publisher : 王鹏杰

h264解码程序用于操作系统WINCE,本人未调试过,请下载的朋友自己验证.-h264 decoding procedures for the operating system WINCE, I did not cross debugging, Please download their friends certification.
Update : 2025-02-17 Size : 92kb Publisher : tanghui

这是使用EVC开发的sqlce数据库的小例子;可以在模拟器下运行;CPU是x86;注意文件放置的路径正确。(希望能在开发环境中把EVC工具添加上)-This is the use of EVC sqlce database developed by the small examples; Simulator can run; CPU is x86; to document placed in the correct path. (I hope we will put the development environment tools to add on EVC)
Update : 2025-02-17 Size : 799kb Publisher : 邵长明

这是我从1月6日开始主持天极网论坛嵌入式开发版以来第一次发表文章,加上以前琐碎的文章共计30篇。研究的越多就越感觉自己懂的太少,其实在驱动开发方面我还是个菜鸟,我是想再次抛砖引玉,让做驱动有N年经验的人奉献一点出来,让大家减少一些研究驱动源码而又缺少注释所带来的痛苦。 -from January 6 yesky.com Network began hosting the forum for embedded development since the first edition, published an article Added to the trivial article Total 30. Study, the more the more they understand the feeling of too little, in fact-driven development I was newcomers. I would like to reiterate here that for so many years driving experience with the dedication one point, so that we reduce the number of source-driven research and the lack of Notes bear the pain.
Update : 2025-02-17 Size : 5kb Publisher : jiaogl

一个简单的OPenScenegraph应该多相机的代码~~能够根据用户需求,实现多屏幕视图,呵呵,代码虽然少,但一定能实现!我试过了-a simple OPenScenegraph should be more cameras code ~ ~ according to user needs seeking, multi-screen view, what code Although small, but we can make it! I tried
Update : 2025-02-17 Size : 2kb Publisher : 邵远征

最新能过NP得CE,我测试过了,希望能给大家帮助-NP was able to have the latest CE, I tested and I hope we can help
Update : 2025-02-17 Size : 1mb Publisher : 四金

DL : 0
windows ce IP获取 c++,主要是ppc手机中的IP地址和主机名的获取-windows ce IP access c++, mainly ppc phone IP address and host name of the access
Update : 2025-02-17 Size : 6.92mb Publisher : 蔡超

学习ce第一课 以后我将给大家发另外几课(After learning lesson CE, I'll give you a few more lessons)
Update : 2025-02-17 Size : 36.62mb Publisher : 孟令斌
« 12 3 4 5 6 7 8 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.