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

搜索资源列表

  1. MFC-com

    0下载:
  2. 本文既写了在Windows中怎样用VC控件MSComm,又说明了API技术编程方法,在写用MSComm控件时,数据类型的转换说得不是太明白,初次涉猎串口编程的朋友恐怕看了还是编不出来;直接从底层编写的部分值得一读,说得较为详细,但你得先从VC教本上看一看什么是线程。-This paper is written in Windows using VC control how MSComm, and shows the API technology programming method, and w
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:6379
    • 提供者:赵小亮
  1. image-gray-detection-MFC

    0下载:
  2. 灰度化算法图像检测,MFC平台,串口通信-The gray-scale algorithm for image detection MFC platform, serial communication
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8364374
    • 提供者:dorothy356
  1. GSM-MFC

    0下载:
  2. 实现GSM串口通讯,包括收发短信,打电话。 实现程序时先连接好猫,配置好端口为com3,并按照文件中的说明存放好数据库文件-GSM serial communication, including text messaging, phone calls. Implementation program to connect a good cat, configured port com3, and follow the instructions in the file storage dat
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:83570
    • 提供者:陈奇
  1. serial-rs232-MFC

    0下载:
  2. 用VC++MFC编写的上位机软件,它可以通过rs232串口接收下位机发送来的数据并实时显示,还可以对波形作频率幅度检测,可以保存和回读波形。-Prepared using VC++MFC software, it can be through the RS232serial port to receive the client to send data and display in real time, but also on the wave frequency amplitude detec
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:222683
    • 提供者:hjhj
  1. MFC-COscilloscopectrl_demo

    0下载:
  2. 用VC++MFC编写的上位机软件,它可以通过rs232串口接收下位机发送来的数据并实时显示,还可以对波形作频率幅度检测,还可以做更多普通示波器做的事情。-Prepared using VC++MFC software, it can be through the RS232serial port to receive the client to send data and display in real time, but also on the wave frequency amplitude
  3. 所属分类:Communication

    • 发布日期:2017-05-10
    • 文件大小:2398500
    • 提供者:hjhj
  1. VCPP----AND--MFC----AND---Com

    1下载:
  2. 基于对话框的串口通信程序VC++--- AND--------MFC----------AND ------Com-Dialog-based serial communication program
  3. 所属分类:Communication

    • 发布日期:2016-06-04
    • 文件大小:74752
    • 提供者:yyds20006
  1. mfc

    0下载:
  2. 在VC++环境下用mfc实现串口打印机的工作界面-Serial printer interface using mfc VC++ environment
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-15
    • 文件大小:3683882
    • 提供者:刘永
  1. MFC

    0下载:
  2. 通过串口通信,将接受到的数据存入数据库并进行处理-Serial communication, the received data stored in the database and processing
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-25
    • 文件大小:8369831
    • 提供者:蒋磊
  1. MCU_Control_PC_via_Infrared_ray

    0下载:
  2. 51单片机通过红外线模块接收遥控器的信号后通过串口发送到计算机,和计算机上运行的读取串口MFC程序进行通信,从而执行一系列命令-51 microcontroller via infrared module receives the remote control signal sent through the serial port serial MFC program to run on the computer, and the computer reads to communicate, s
  3. 所属分类:SCM

    • 发布日期:2017-11-15
    • 文件大小:31545
    • 提供者:申晨
  1. 07223156CommTest-mfc

    0下载:
  2. 这是关于在VC环境下进行的串口,在此给予那些自作串口的-This is the serial port on the VC environment, given this since for serial
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-24
    • 文件大小:56840
    • 提供者:伊静
  1. mfc--

    0下载:
  2. 单片机的串口调试助手 内容丰富 用mfc编写 -Single-chip serial debugging assistant content rich mfc prepared
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-24
    • 文件大小:1953983
    • 提供者:高正银
  1. vc-and-mfc

    0下载:
  2. 实现基于VC和MFC上位机和单片机的串口通信-Serial communication-based VC and MFC host computer and microcontroller
  3. 所属分类:software engineering

    • 发布日期:2017-11-11
    • 文件大小:221695
    • 提供者:long
  1. MFC-serial-display-

    0下载:
  2. MFC串口显示温湿度,能够与单片机通信,测试通过。可以用上无线-MFC serial display temperature and humidity through Communication with the microcontroller test. Can be used for wireless
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-16
    • 文件大小:3823415
    • 提供者:骆小
  1. MFC-MSComm-VCPP

    0下载:
  2. 用MFC实现串口基本通信,完成简单的收发功能-MFC with a basic serial communication transceiver functions
  3. 所属分类:Communication

    • 发布日期:2017-05-08
    • 文件大小:1878961
    • 提供者:qingyuan
  1. MFC

    0下载:
  2. MFC串口通信编程详解,主要介绍了用CreateFile()函数和WriteFile()函数读写串口的实例,以及设置 串口属性的实例.-Detailed MFC serial communication programming, mainly introduces the CreateFile () function and the WriteFile () function to read and write serial instances, and set the serial por
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:139972
    • 提供者:曹诗杰
  1. Visual-cPP-MFC-SERIAL-PORT

    0下载:
  2. VC++之MFC串口,包含串口调试助手源程序 及编程详细过程 -MFC serial port
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:11984
    • 提供者:anying
  1. MFC-OPENGL-data-drive

    0下载:
  2. 用VC++6.0编写,嵌入MFC中的OPENGL程序,一个飞机模型通过串口接收数据,飞机可以向任意方向飞行。-Written by VC++6.0 embedded in MFC OPENGL procedures, an aircraft model to receive data through the serial port, the aircraft can fly in any direction.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-24
    • 文件大小:8020288
    • 提供者:罗保
  1. Win32-API-MSComm-Control-MFC-Class

    0下载:
  2. Win32 API 串口控制 MFC 打包类,适合初学者使用。-Win32 API serial control MFC wrapper class for beginners.
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:18818
    • 提供者:程述良
  1. vc-MFC-serial-code

    0下载:
  2. vc下串口开发源代码,功能齐全,可以参考-vc Serial open source, fully functional, you can refer to
  3. 所属分类:Com Port

    • 发布日期:2017-06-17
    • 文件大小:27513503
    • 提供者:钱荣华
  1. VC-MFC-serial-port--coding

    2下载:
  2. 主要介绍了用 CreateFile()函数和WriteFile()函数读写串口的实例,以及设置串口属性的实例. -mainly introduce the example of how to read and write serial ports
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:139530
    • 提供者:朱桐
« 1 2 3 4 5 6 78 9 10 11 12 ... 27 »
搜珍网 www.dssz.com