CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 串口 MFC

搜索资源列表

  1. 串口源程序

    0下载:
  2. 一个封装很好的串口类。是基于MFC的 。想编写rs 232串口编程,可应用此类。-a good serial category. Based on the MFC. Rs 232 to prepare serial programming, such application.
  3. 所属分类:通讯编程

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

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

    • 发布日期:2008-10-13
    • 文件大小:5655
    • 提供者:wzg
  1. 串口通讯的MFC类 C Serial Port src

    1下载:
  2. 这是一个精点的用于串口通讯的源码,已得到广泛程序员的应用。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:18073
    • 提供者:wan
  1. mfc串口发短信(sms)

    0下载:
  2. vc++通过串口连接短信猫,用AT指令发短信。
  3. 所属分类:通讯编程

    • 发布日期:2010-11-12
    • 文件大小:46584
    • 提供者:mydev@126.com
  1. 卡尔曼 陀螺仪、倾角传感器融合 C代码 一段语句看不懂

    3下载:
  2. MFC串口通信上位机
  3. 所属分类:界面编程

  1. CSerialPort多线程串口类

    1下载:
  2. CSerialPort多线程串口类,可以自己在MFC里定义消息函数接收数据,移植性强-CSerialPort multi-threaded serial classes can define their own message function in the MFC in the receive data, transplantation and strong
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2017-03-22
    • 文件大小:14499
    • 提供者:qiwenbo
  1. Serial(MFC).rar

    0下载:
  2. 实现了SerialPort类,用于串口通信,并且采用多线程模式,Achieved the SerialPort class, used for serial communications, and using multi-threaded mode
  3. 所属分类:通讯编程

    • 发布日期:2017-03-22
    • 文件大小:55055
    • 提供者:邓梦
  1. ComCtrl 基于MFC对话框的串口程序

    1下载:
  2. 基于MFC对话框的串口程序,串口能发送和接收数据,对于接收的数据画出曲线。-MFC dialog-based serial program, can send and receive serial data, the received data to draw curves.
  3. 所属分类:串口编程

    • 发布日期:2017-05-14
    • 文件大小:3807088
    • 提供者:王刚
  1. MSCommMultiPort.rar

    0下载:
  2. 用MFC编写的基于 MSComm 控件串口程序。实现应用MSComm控件控制多个串口。编写的代码部分都有中文注释,对刚开始接触MFC的学习者来说是很好的资源! ,Prepared using MFC control based on MSComm serial procedures. Application of MSComm control to achieve a number of serial port control. They are all code written in Chi
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:35934
    • 提供者:仙儿
  1. MFC_COMM.zip

    0下载:
  2. MFC中的串口小程序的实现 基于对话框的,MFC applet in the realization of serial
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3559817
    • 提供者:ray
  1. MSComm.rar

    0下载:
  2. 用MFC编的读取串口数据并画实时曲线的VC++程序源码,MFC vc++
  3. 所属分类:Communication

    • 发布日期:2017-05-10
    • 文件大小:2426846
    • 提供者:chen anquan
  1. MSCommV1

    2下载:
  2. 用MFC写的串口通信界面。可以接收串口发送过来的数据,进行实时曲线绘制。-Using MFC to write serial communication interfaces. Send them to receive serial data in real-time curve drawing.
  3. 所属分类:Dialog_Window

    • 发布日期:2015-04-20
    • 文件大小:72736
    • 提供者:zhangm
  1. MFCAPISeriesPort

    0下载:
  2. 基于MFC对话框的 WIN32 API串口通信程序-MFC dialog-based WIN32 API serial communication program
  3. 所属分类:Com Port

    • 发布日期:2017-05-13
    • 文件大小:37517
    • 提供者:bill
  1. dhl32

    0下载:
  2. windows下实现串口通信程序,MFC编程,调试可用-windows achieve serial communication program, MFC programming, debugging can be used
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:272678
    • 提供者:song
  1. FileTransComm

    1下载:
  2. 利用Visual C++ MFC和微软MSComm(Microsoft Communications Control)串口通信控件,借助于串口来传输文件。由于串口的缓冲区限制,需要将文件先分割成多个部分分别打包发送,接收方只有在接收到说有的文件包后才进行解包、校验和拼接,最后提取文件名,提示用户保存。这个资源还包含了一些其它的有用文件和信息…… 对于刚开始利用VC++开发的程序员也是会有较大的帮助,可以下载看看,我相信您会觉得值的-Using Visual C++ MFC and Micro
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:73820
    • 提供者:小小
  1. SCommTest

    0下载:
  2. MFC 串口通讯示例 成功设置波特率,并且可以下发十六进制命令-Serial Communication Example MFC
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:61092
    • 提供者:潘涌
  1. SCOMMV23

    0下载:
  2. MFC串口编程串,很好的简单实现,上位机与串口通讯,可以设置波特率等(MFC serial programming string, a very good simple implementation, the host computer and serial communication, you can set baud rate and so on)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:64770048
    • 提供者:dower
  1. 串口通信

    0下载:
  2. 在VS2010版本下利用MFC,实现串口通信(serial communication)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:31502336
    • 提供者:yanyao12138
  1. mfc

    0下载:
  2. 串口通信,MCU跟PC通信经常用到的一种通信方式,做界面、写上位机程序的编程语言、编译环境等不少,VB、C#、LABVIEW等等,我会的语言很少,C语言用得比较多,但是还没有找到如何用C语言来写串口通信上位机程序的资料,在图书管理找到了用VC++编写串口上位机的资料,参考书籍,用自己相当蹩脚的C++写出了一个简单的串口上位机程序,分享一下,体验一下单片机和PC通信的乐趣。(Serial communication, a communication with PC MCU frequently u
  3. 所属分类:其他

  1. 串口助手C++

    1下载:
  2. 基于C语言的串口编程,MFC界面设计,仅供初学者参考。(Based on the C language serial programming, MFC interface design, for beginners reference only.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-03
    • 文件大小:2505728
    • 提供者:凌辰
« 1 23 4 5 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com