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

搜索资源列表

  1. VC使用的串口类

    1下载:
  2. 用于VC的DLL库,使用异步通讯方式,具体使用方法请看源码-for VC DLL libraries, the use of asynchronous communication and the use of specific methods Look at source
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:6.44kb
    • 提供者:ssda
  1. F206的C语言异步串口示例程序

    0下载:
  2. TI公司DSPF206的C语言异步串口示例程序,JINGO-TI DSPF206 C asynchronous serial sample program, JINGO
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:51.98kb
    • 提供者:夏社
  1. 串口类

    0下载:
  2. VC异步通讯串口类-VC asynchronous serial communications category
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:7.03kb
    • 提供者:李渊博
  1. 异步串口通信 VC++

    0下载:
  2. 异步串口通信 VC++ 本文参考MSDN及相关网上文章。 ////////////////////////////////////////////// //MyComm.h 多机控制 异步串口通信 //说不定能有用上的。-asynchronous serial communication VC paper and related reference MSDN online article. ////////////////////////////////////////////// / / My
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:2.18kb
    • 提供者:张吗恩
  1. USART.rar

    0下载:
  2. AVR单片机串口异步通信,通过电脑串口助手使电脑和单片机运行简单的数据通讯,AVR microcontroller tramsmition
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:24.29kb
    • 提供者:陈中庆
  1. UART

    5下载:
  2. 本人自己编写的FPGA异步串口通信模块(UART),基于QuartusII环境,verilog语言编写,包含仿真和全部程序及说明,验证通过,具有很好的稳定性和参考价值!-I have written of the FPGA asynchronous serial communication module (UART), based on QuartusII the environment, verilog language, including simulation and all the pr
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:2.16mb
    • 提供者:Kerwin
  1. RS485Comm

    0下载:
  2. RS485Comm 异步通讯 源代码 VC++串口通讯485 异步通讯 源代码-Asynchronous communication RS485Comm source code VC++ serial communication Asynchronous communication source code 485
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:12.03kb
    • 提供者:ZZZ
  1. uart

    0下载:
  2. 这是一个基于vc串口异步通信 可以实现串口半双工的异步通信 -This is a serial asynchronous communication based on vc can achieve half-duplex asynchronous serial communications
  3. 所属分类:Com Port

    • 发布日期:2017-05-07
    • 文件大小:39.09kb
    • 提供者:sch
  1. async_receiver

    1下载:
  2. 算法非常不错的RS232异步串口接收程序原代码-Algorithm are very good procedures RS232 asynchronous serial receive the original code
  3. 所属分类:Com Port

    • 发布日期:2017-04-11
    • 文件大小:1.47kb
    • 提供者:wu
  1. SeriesSample

    0下载:
  2. evc的串口通信例子,同时有异步接收和发送处理-EVC examples of serial communication, at the same time there is asynchronous receive and transmit treatment
  3. 所属分类:Com Port

    • 发布日期:2017-04-25
    • 文件大小:44.97kb
    • 提供者:张三
  1. RS485Comm

    0下载:
  2. 基于vc的异步串口通信,基于vc的usb程序代码。自己写了一下,挺好用的。-Vc-based asynchronous serial communication, based on the usb code vc. Wrote about their own, very good use.
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:12.02kb
    • 提供者:彭贤
  1. chuankoutongxin

    0下载:
  2. 串口通信的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总常不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。典型地,串口用于ASCII码字符的传输。通信使用3根线完成:(1)地线,(2)发送,(3)接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:1.06kb
    • 提供者:zhendongzhao
  1. VCcom

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

    • 发布日期:2017-03-29
    • 文件大小:65.2kb
    • 提供者:csheng
  1. cnComm

    0下载:
  2. 一个异步串口通信类,该类在接收到串口数据时会调用一个抽象方法OnReceive()-An asynchronous serial communication class, receiving the serial data will be called an abstract method OnReceive ()
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:4.89kb
    • 提供者:ty
  1. a

    0下载:
  2. 一个基本的串口异步通信源码,介绍了串口通信最基本的方法-A basic source of serial asynchronous communication, describes the basic method of serial communication
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:20.69kb
    • 提供者:
  1. comAPI

    0下载:
  2. 使用API异步串口通信-文件改进,自己的学习心得-Asynchronous serial communication using the API- File improve their own learning experiences
  3. 所属分类:Com Port

    • 发布日期:2017-05-13
    • 文件大小:3.17mb
    • 提供者:刘丙才
  1. vc_com_api

    0下载:
  2. 串口设置 串口的操作可以有两种操作方式:同步操作方式和重叠操作方式(又称为异步操作方式)。同步操作时,API函数会阻塞直到操作完成以后才能返回(在多线程方式中,虽然不会阻塞主线程,但是仍然会阻塞监听线程);而重叠操作方式,API函数会立即返回,操作在后台进行,避免线程的阻塞-com set   HANDLE CreateFile( LPCTSTR lpFileName,   DWORD dwDesiredAccess,   DWORD dwShareMode,   LPSECUR
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:103.88kb
    • 提供者:mmmm
  1. RS-232communication

    0下载:
  2. 多线程串口异步通讯实例,里面住是很详细,适合初学者。-Instances of multi-threaded serial asynchronous communication, which live in is very detailed and suitable for beginners.
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:109.15kb
    • 提供者:clank
  1. C语言串口程序

    0下载:
  2. C语言串口程序,通过编程实现串口的异步通信-C-serial process, through the asynchronous serial communication programming
  3. 所属分类:串口编程

    • 发布日期:2017-03-27
    • 文件大小:5.98kb
    • 提供者:liuyang
  1. Asynchronous-serial-port

    0下载:
  2. 异步读取串口,实现文件传输,采用重叠操作很有学习价值-Asynchronous serial port to read, to achieve transmission
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:622.18kb
    • 提供者:
« 12 3 4 5 »
搜珍网 www.dssz.com