CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 串口编程 搜索资源 - main.c

搜索资源列表

  1. mscommbcb

    1下载:
  2. 众所周知,C++Builder本身并不提供串行通讯控件MSComm,但我们却可以通过注册后直接使用它。启动C++Builder5.0后,然后选择C++Builder主菜单中的Component菜单项,单击Import Active Control命令,弹出Import Active窗口,选择Microsoft Comm Control6.0,再选择Install按钮执行安装命令,系统将自动进行编译,编译完成后即完成MSComm控件在C++Builder中的注册,系统默认安装在控件板的Active
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:3788
    • 提供者:贝石皿
  1. 电表645

    1下载:
  2. // dianbiao645.h : main header file for the DIANBIAO645 application // #if !defined(AFX_DIANBIAO645_H__EF43A0BD_87CA_4963_B57A_57851872D28C__INCLUDED_) #define AFX_DIANBIAO645_H__EF43A0BD_87CA_4963_B57A_57851872D28C__INCLUDED_ #if _MSC_VER &g
  3. 所属分类:串口编程

  1. Midapexsoft.IO.SerialPort

    0下载:
  2. 应用程序向导已为您创建了此 Midapexsoft.IO.SerialPort DLL。 本文件概要介绍组成 Midapexsoft.IO.SerialPort 应用程序的每个文件的内容。 Midapexsoft.IO.SerialPort.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的 平台、配置和项目功能的信息。 Midapexso
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:110763
    • 提供者:wangdenuan
  1. MSComUseInVC++

    0下载:
  2. Visual C++提供了一种好用的ActiveX控件Microsoft Communications Control(即MSComm)来支持应用程序对串口的访问。本文介绍MSComm在VC++的添加使用实例及给出了mscomm.h头文件主要代码关键部分的注释。-Visual C++ Provides an easy-to-use ActiveX control Microsoft Communications Control (ie MSComm) to support the applica
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:229314
    • 提供者:Wuxinmin
  1. Main

    0下载:
  2. 串口通信控制数字电视模块 C源代码,谢谢!-Serial communication control digital TV module C source code, thank you!
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:3879
    • 提供者:吴浩男
  1. main.c

    0下载:
  2. 基于Modbus_RTU_RS485的通信实现(main.c)-Modbus_RTU_RS485-based communications to achieve (main.c)
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:1934
    • 提供者:lyb roy
  1. main

    0下载:
  2. usb通讯程序,用c语言实现,简单易懂,看完以后马上就能写出你自己的程序-USB program,c language realization,
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:1469
    • 提供者:lhf
  1. seril_thread

    0下载:
  2. 用双线程实现在串口中的发送与接收!并在同一输出窗口输出!说明:要根据自己电脑的串口号更改main.c里打开的串口号!-Serial double thread achieve the send and receive! And at the same output window output! Note: according to their own computer to change the serial number serial number main.c in the open!
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:7157
    • 提供者:wangliang
  1. serial

    0下载:
  2. 一个用于串口通讯的C++类源代码,使用了线程。-This class can read, write and watch one serial port. It sends messages to its owner when something happends on the port The class creates a thread for reading and writing so the main program is not blocked.
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:7234
    • 提供者:zjh
  1. main

    0下载:
  2. 关于光模块的自动接收平台,用在C++builder中-Automatic optical module receiving platform, used in C++builder in
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:12156
    • 提供者:刘洋
  1. AD

    0下载:
  2. 这是一个基于单片机的keil C程序,主要实现功能是完成AD转换-Which is keil C program based on single chip, the main functions is to complete the AD converter
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:1260
    • 提供者:徐秋莲
  1. Sci01

    0下载:
  2. C编写的基于DSP的简单串口通讯程序,C编写的基于DSP的简单串口通讯程序-Written in C, DSP-based serial communication simple main program
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:277640
    • 提供者:李秦风
  1. uart

    0下载:
  2. 用单片机C写一程序,主要功能就是单片机接收到计算机发送过来的特定信息(计算机不断的发送信息)后,单片机再发信息给计算机。-Write a C program MCU, the main function is the MCU receives the computer sent specific information after constantly send information (computer), single chip microcomputer to send informati
  3. 所属分类:Com Port

    • 发布日期:2017-04-23
    • 文件大小:196642
    • 提供者:jaydon
  1. SerialPort

    0下载:
  2. 该代码是通过C#程序写成的,主要使用的是串口通讯-The code is written in C# through the program, the main use of serial communication
  3. 所属分类:Com Port

    • 发布日期:2017-05-04
    • 文件大小:46567
    • 提供者:王景
  1. main

    0下载:
  2. 作比赛写的NRF24通信模块程序C语言版,供初学者参考(It was written for a mobile robot during a electronic competition.It can control the MSP430 to communicate with other NRF24s. It is useful for primary learners in communication and C.)
  3. 所属分类:串口编程

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:空山泉鸣
  1. 主程序

    0下载:
  2. 实现串口的主程序,其他的功能可以百度,简单明了。(Serial port to achieve the main program, and other functions can be Baidu, simple and clear.)
  3. 所属分类:串口编程

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:刀子
搜珍网 www.dssz.com