搜索资源列表

  1. 一个串口通讯类和用这个类编写的一个例子程序

    0下载:
  2. vc,串口通讯类和用这个类编写的一个例子程序-vc, serial communications and the use of this type of an example of the preparation process
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:93723
    • 提供者:闻丰
  1. Windows CE下的串口通讯类

    0下载:
  2. 串行通讯是目前计算机、通信和控制领域最基本的通信方式。在CSDN的“嵌入式开发/WINCE”社区中,经常有人提问该到哪找串口通讯类,其实这个问题我自己也问过。:)而一般的回答是给你提供一个Pocket PC 2002的SDK例子程序。但到底SDK的程序和MFC的结构有很大的不同,对于想用MFC编写通信程序的人来说也不是很便利。 另一方面,由于Windows CE是一个基于Unicode的操作系统,并且Windows CE
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5655
    • 提供者:wzg
  1. 串口通讯类及其例子程序

    0下载:
  2. 串口通讯类及其例子程序.zip 一个串口通讯类和用这个类编写的一个例子程序。 -serial communications procedures and examples. Zip a serial communications and the use of this type of an example of the preparation procedures.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:18808
    • 提供者:山姆
  1. 串口通讯类和例子

    0下载:
  2. VC下的串口通信类和一个程序实例-VC Serial Communications and an example program
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:49252
    • 提供者:中浩
  1. 一个基于API的VB.net串口通讯类

    2下载:
  2. 一个基于API的Vb.net的串口通讯控件,使得串口编程更加方便-an API based on the Serial Communications Programming controls, making programming more convenient Serial
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:21515
    • 提供者:张辉
  1. 一个非常好用的多线程串口通讯类VC++

    1下载:
  2. 一个非常好用的多线程串口通讯类VC++,还含有CButtonST类
  3. 所属分类:通讯编程

    • 发布日期:2009-07-06
    • 文件大小:191567
    • 提供者:maquanshui
  1. VC++串口通讯

    1下载:
  2. 通过一个封装好的SerialPort类实现PC机间或与下位机的串口通讯。
  3. 所属分类:界面编程

    • 发布日期:2010-10-09
    • 文件大小:3660804
    • 提供者:zjsiwj
  1. 串口通讯类

    1下载:
  2. 简单实用的串口通讯类,实现重叠IO下的异步串口读写
  3. 所属分类:Windows编程

    • 发布日期:2011-03-17
    • 文件大小:4739
    • 提供者:stmnping
  1. 串口通讯类和例子

    0下载:
  2. VC下的串口通信类和一个程序实例-VC Serial Communications and an example program
  3. 所属分类:串口编程

    • 发布日期:2024-06-17
    • 文件大小:49152
    • 提供者:中浩
  1. 一个基于API的VB.net串口通讯类

    1下载:
  2. 一个基于API的Vb.net的串口通讯控件,使得串口编程更加方便-an API based on the Serial Communications Programming controls, making programming more convenient Serial
  3. 所属分类:串口编程

    • 发布日期:2024-06-17
    • 文件大小:21504
    • 提供者:
  1. 一个串口通讯类和用这个类编写的一个例子程序

    0下载:
  2. vc,串口通讯类和用这个类编写的一个例子程序-vc, serial communications and the use of this type of an example of the preparation process
  3. 所属分类:串口编程

    • 发布日期:2024-06-17
    • 文件大小:93184
    • 提供者:闻丰
  1. 一个功能较强且界面漂亮的串口监视软件

    1下载:
  2. 串口通讯类封装的较完善,使用也简单。 该软件可以使用与工控领域的大多数串口通讯监视。 希望有兴趣者能够增强他!-serial communications package better, also simple to use. The software can be used with most industrial areas of serial communications surveillance. Hope those inte
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-17
    • 文件大小:968704
    • 提供者:刘文
  1. 串口通讯经典程序

    0下载:
  2. 这是我自己写的关于串口通讯的小程序,适于两台PC机之间通过(交叉串口线)串口通讯.可以(自动或手动)发送数据、接收数据、保存数据。是调试串口和初步学习串口编程的好例子。其中还用到了典型的串口类,对于从事串口编程者有一定的借鉴作用。 -that I write on small serial communication procedures, suitable for two between the PC (cross-Serial
  3. 所属分类:串口编程

    • 发布日期:2024-06-17
    • 文件大小:3785728
    • 提供者:鸡蛋
  1. 多串口多线程工业控制实现

    0下载:
  2. 由于工作关系几个月没有接触Internet了,回来发现很多朋友给我写了信,其中很多一部分都是关于串口方面出现了问题。由于在以前的工程实施过程中关于串口通讯我有时用MSCOMM控件,有时自己用WIN32 API直接操作串口。后来还试验了网络上面很流行的SerialPort类。在工业控制过程中间我对SerialPort类进行了一些简单的修改,发现这个类确实是一个非常好的东西,其中封装了操作串口复杂的一些串口操作。我们使用的时候可以直接通过它
  3. 所属分类:串口编程

    • 发布日期:2024-06-17
    • 文件大小:94208
    • 提供者:li
  1. 串口访问功能的小测试程序

    0下载:
  2. 一个含串口访问功能的小测试程序,含多线程,CRC校验 此程序包含了一个串口通讯的类,并能够实现简单的通讯功能,希望对要用API函数写串口通讯程序的朋友有帮助 -a serial access function with a small test program, including multithreading, CRC procedure contains a serial communications category, and t
  3. 所属分类:串口编程

    • 发布日期:2024-06-17
    • 文件大小:609280
    • 提供者:b
  1. 串口访问小测试程序

    0下载:
  2. 工作中写的一个含串口访问功能的小测试程序,含多线程,CRC校验 此程序包含了一个串口通讯的类,并能够实现简单的通讯功能,希望对要用API函数写串口通讯程序的朋友有帮助 -work written by a serial access function with a small test program, including multithreading, CRC procedure contains a serial
  3. 所属分类:串口编程

    • 发布日期:2024-06-17
    • 文件大小:446464
    • 提供者:raul
  1. 串口通讯类及其例子程序

    0下载:
  2. 串口通讯类及其例子程序.zip 一个串口通讯类和用这个类编写的一个例子程序。 -serial communications procedures and examples. Zip a serial communications and the use of this type of an example of the preparation procedures.
  3. 所属分类:Windows编程

    • 发布日期:2024-06-17
    • 文件大小:49152
    • 提供者:山姆
  1. comm

    0下载:
  2. 一个串口通讯类和用这个类编写的一个例子程序 简单好用的一个串口通讯类,可以用来做MTK手机和电脑的串口编程-A serial communication class and use this type of procedure to prepare an example of an easy-to-use serial communication type can be used to make MTK mobile phone a
  3. 所属分类:串口编程

    • 发布日期:2024-06-17
    • 文件大小:1186816
    • 提供者:小和去
  1. SeriPort

    0下载:
  2. 一个多线程串口通讯类,十分的好用,而且经过实际测试-A multi-thread serial communication class, very easy to use, and after the actual test
  3. 所属分类:通讯编程

    • 发布日期:2024-06-17
    • 文件大小:4096
    • 提供者:tangjie
  1. 串口通讯示例

    0下载:
  2. 串口收发读写 串口类封装 Demo Serial port(a serial port Demo progtamming source code)
  3. 所属分类:串口编程

    • 发布日期:2024-06-17
    • 文件大小:583680
    • 提供者:ttzz
« 12 3 4 5 6 7 8 9 10 ... 20 »

源码中国 www.ymcn.org