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

搜索资源列表

  1. SerialAs

    2下载:
  2. 这是我仿照串口助手(龚建伟)作的一个例子并修正了其中的一些bug,程序中还包括了一些我做的可重用的类,希望对大家有一些帮助,欢迎大家联系我,共同提高,谢谢!-modeled on serial assistant (Dan) as an example of the amendment and some of the bug, procedures also include some I do reusable category, we hope to have some help, I wel
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:204424
    • 提供者:windriver
  1. 179301COMMTC2_by_ssq

    0下载:
  2. 串口程序。在TC环境下通过编译。不包含密码-Serial procedures. The TC environment through the compiler. Do not include passwords
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:14243
    • 提供者:小阿车
  1. serial IO

    0下载:
  2. tcl编写的串口API,包括发送命令,以及读取串口命令。-Serial port IO API coding with tcl. Include write and read data from serial IO port.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:1249
    • 提供者:吴滔
  1. PIC18-serial

    0下载:
  2. 用于最新的PIC18系列型 此程序包括了读写函数-PIC18 for the latest series of this type include the reading and writing functions
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:1007
    • 提供者:Robert Li
  1. Term

    0下载:
  2. 本程序是win32api串口编程tty(虚拟终端)实例包括硬件控制的设置,因此可以用于对modem的编程-win32api Serial Programming tty (virtual terminals) Examples include control of the hardware installed, the modem can be used for programming
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:44886
    • 提供者:孙洪亮
  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. 串口

    0下载:
  2. #include<reg51.h> //包含单片机寄存器的头文件 unsigned char code zifuchuan[ ]="ni hao! wo shi cai hai peng huan ying xue dan pian ji "; //流水灯控制码,该数组被定义为全局变量 /***************************************************** 函数功能:向PC发送一个字节数据 *******
  3. 所属分类:串口编程

  1. RS232.rar

    1下载:
  2. 基于RS—232的串口通信,子函数包括初始化函数,发送函数,中断接收函数,奇偶校验函数,Based on the RS-232 serial communications, Functions include initialization function, sending function, interrupt reception function, parity function
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:1641
    • 提供者:小亮
  1. CVI_UART

    1下载:
  2. 关于labwindowsCVI的串口程序,很稳定,很全,包含rs232的基本操作。看了很多网上的例子,都不是很好,所以决定给大家奉献一个好的串口程序。-The serial program on labwindowsCVI, very stable, very wide, include rs232' s basic operation. Example, read a lot online is not very good, so I decided to dedicate a good
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:855684
    • 提供者:世俗
  1. SerialComm

    0下载:
  2. 利用MSComm控件实现串口数据的发送和接收。主要包括串口的初始化、串口接收数据的初始化、串口数据的发送和接收函数。-MSComm control the use of serial implementation of sending and receiving data. Mainly include the serial port initialization, the initialization of the serial receive data, serial data to sen
  3. 所属分类:Com Port

    • 发布日期:2017-05-06
    • 文件大小:1246794
    • 提供者:海涛
  1. com

    0下载:
  2. 在Linux上实现对串口设备的读写程序,里面包括对串口的基本设置。-Linux on the implementation of the serial device to read and write procedures, which include the basic settings of the serial.
  3. 所属分类:Com Port

    • 发布日期:2017-04-11
    • 文件大小:1117
    • 提供者:余安富
  1. serial_port

    0下载:
  2. 万能51串口通信例程 直接设置参数就可以使用,不需要再编写通信函数-serial_port.c#include <REG52.h> #include <intrins.h> #define uchar unsigned char #define uint unsigned int
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:2590
    • 提供者:lsj
  1. ourdev_436169

    0下载:
  2. C# 串口调试助手源程序,例子很简单。但却很好用。同时也验证了我写的串口组件的使用正确性。现公开给大家。串口组件源码空间中有。该例子中包括应用可程序和源码-C# serial port source code debugging aides, for example, is very simple. But it just works. Verified at the same time I wrote the serial use of the correctness of componen
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:264057
    • 提供者:sjm
  1. VCcom

    0下载:
  2.  串口的操作可以有两种操作方式:同步操作方式和重叠操作方式(又称为异步操作方式)。同步操作时,API函数会阻塞直到操作完成以后才能返回(在多线程方式中,虽然不会阻塞主线程,但是仍然会阻塞监听线程);而重叠操作方式,API函数会立即返回,操作在后台进行,避免线程的阻塞。 个类的基类。 该MFC参考通常不描述通过继承的函数或操作符。若要寻求这些函数的信息,请参阅类层次结构图中该类的基类信息。 每个类的说明文档包括:该类的概括、类成员的种类、以及该成员函数、重载操作符或数据成员的基本用途。
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:66760
    • 提供者:csheng
  1. V103

    0下载:
  2. 串品通讯 内置MODBUS协议与GSDCS协议 -uartport include modbus and gsdcs
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:620468
    • 提供者:赵乐乐
  1. PHS_Download

    0下载:
  2. 小灵通软件工厂升级程序,里面包括串口的图形界面和简单的文件管理。-This is a firmware upgrade software for PHS mobile phone, and it include the UART s setting and files management.
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:255072
    • 提供者:yuanshiming
  1. chuankou

    0下载:
  2. 这是一个机遇VB的数据采集系统上位机设计.包括串口通信.文本显示.曲线实时显示.数据保存.监测报警等,对于初学者是很有帮助的-This is an opportunity for VB' s data acquisition system designed to host computer. Include the serial communication. Text display. Curve of real-time display. Data preservation. Monit
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:74037
    • 提供者:王冰
  1. LNA2

    0下载:
  2. LNA模块控制 包含串口读写,远程控制等功能!-LNA module include serial read and write, remote control functions!
  3. 所属分类:Com Port

    • 发布日期:2017-04-14
    • 文件大小:3611
    • 提供者:asdrt
  1. dengguo_Delphi_Fax_Voice

    0下载:
  2. 串口读写程序在 delphi下开发 包含打标机,标签机,扫描仪 硬件操作-Serial reading and writing program developed under delphi include marking machine, labeling machine, scanner hardware operation
  3. 所属分类:Com Port

    • 发布日期:2017-11-10
    • 文件大小:47339170
    • 提供者:zhaohang
  1. RS485Comm

    0下载:
  2. 文件包括了VC串口编程的同步和异步程序。简单明了,注释详细。适于初学者!-Documents include the VC synchronous and asynchronous serial programming procedures. Simple and clear, detailed notes. Suitable for beginners!
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:1871543
    • 提供者:小郑
« 12 3 »
搜珍网 www.dssz.com