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

搜索资源列表

  1. 串行通讯控件

    0下载:
  2. 本文讲述的利用通讯控件发送与接收通讯数据都是基于二进制来实现的,基于文本的情况基本与此类似。要想利用好通讯控件还有其他一些应该注意的地方,比如波特率的设置、接收与发送缓冲区的设置以及通讯过程中的延时问题的处理等等。-This paper describes the use of communications controls send and receive communications are based on the binary data to achieve, based on the
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:7302
    • 提供者:王胜
  1. 串行口通信程序,可以控制缓冲

    0下载:
  2. 串行口通信程序,可以控制缓冲。不错的。大家都来下啊。-serial port communication procedures can be controlled buffer. Good. All to the next ah.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:3436
    • 提供者:中华红客
  1. s_com

    0下载:
  2. for serial communication single-slave with buffer sum check-for serial communication single-slave wi th buffer sum check
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:1122
    • 提供者:王聪颖
  1. 串口缓冲区编程

    0下载:
  2. 波特率可变;中断方式接收、发送;收发独立8字节缓冲区;可选择是否在满缓冲区后丢弃数据-variable baud rate; Disruption to receive, send; TX independent 8-bit byte buffer; the choice of whether the buffer zone after the age of discarded data
  3. 所属分类:串口编程

    • 发布日期:2010-07-01
    • 文件大小:14070
    • 提供者:wickman
  1. PCCOM-SRC

    0下载:
  2. 用C++写的RS232串口异步通讯功能模块,支持16550 UART芯片,中断收发数据,波特率最大115200bps,自定义收发数据缓冲大小,支持软硬件流控。-C wrote asynchronous RS232 serial communication module, 16550 UART chip, Transceivers interruption data, 115,200 bps maximum baud rate, since the definition of sending an
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:103531
    • 提供者:alex
  1. spcomm

    0下载:
  2. // This Communications Component is implemented using separate Read and Write // threads. Messages from the threads are posted to the Comm control which is // an invisible window. To handle data from the comm port, simply // attach a handler to
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:21334
    • 提供者:skyblue
  1. comm

    0下载:
  2. unit comm interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, SPComm, StdCtrls, ExtCtrls type TFcomm = class(TForm) Comm1: TComm GroupBox1: TGroupBox Memo1: TMemo Memo2: TM
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:153051
    • 提供者:liu
  1. 20050120091918_MySerialPort[2004-01-18-01]

    0下载:
  2. 从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:46411
    • 提供者:刘云鹏
  1. 一个串口包装类及演示程序

    0下载:
  2. 从串口读取数据,有两种方法, 1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。 2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的-read data from the serial port, there are two methods, one
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:49061
    • 提供者:张权
  1. myWindowsSerialportTools

    0下载:
  2. 1:支持串口数据16进制格式收发。 2:支持9以上的串口通信。 3:支持自动收发保存数据。 4:自由控制数据显示。 5:实时显示收发数据字节大小以及串口状态。 6:智能清空缓冲数据。 7:采用polling模式,以便移植到linux。 8:全中文对话框。 9:数据收发精准,增加延时处理。 10:支持短信猫调试,智能识别回车符。 11:界面清爽,布局人性化。 -1: Support for sending and receiving serial dat
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:83000
    • 提供者:
  1. cleanbuff

    0下载:
  2. 清除串口冗余。当下位机偶然有乱码出现时,在新的通讯开始先清除缓冲区冗余信号,然后开始通讯,可以保证通讯更稳健-Clear serial redundancy. Current-bit machines have occasionally garbled when, in the new communications start to clear the buffer zone redundant signal, and then began to communications, to ensur
  3. 所属分类:Com Port

    • 发布日期:2017-04-17
    • 文件大小:9861
    • 提供者:sanken
  1. display_7seg

    0下载:
  2. 串行口uart-rs232不带缓冲器区的显示模块,望大家给与意见-Uart-rs232 serial port with no buffer zone display module, hope you give advice
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:1122
    • 提供者:王丽
  1. ARM_EINT_uart

    0下载:
  2. 在LPC2106上实现并测试过的代码,用串口收到的数据回显到串口(通过环行缓存实现)并将串口发送的接口写成了printf的形式 -To achieve the LPC2106 and tested code, serial data received echo to the serial port (via the ring buffer to achieve) and serial interface to send written in the form of a printf
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:81055
    • 提供者:fgggfh
  1. SerialComBuffering

    0下载:
  2. 串口通讯,关于C#的 buffer 描述-comport
  3. 所属分类:Com Port

    • 发布日期:2016-01-27
    • 文件大小:3640
    • 提供者:Hans
  1. rfid_vc

    0下载:
  2. /Initial COM m_ctrlComm.SetCommPort(1) //选择com1 m_ctrlComm.SetSettings("9600,n,8,1") //通信参数设置 波特率9600,无校验,8个数据位,1个停止位 m_ctrlComm.SetInBufferSize(1024) //指定接收缓冲区大小 m_ctrlComm.SetRThreshold(1) //参数1表示每当串口接收缓冲区中有多于或等于1个字符时将引发一个接收数据的OnComm事件
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:1108
    • 提供者:leesun
  1. use-USART-in-Smart-Card-mode

    0下载:
  2. This example provides a descr iption of how to use the USART in Smart Card mode. The example gives only the possibility to read the ATR and decode it into predefined buffer.-This example provides a descr iption of how to use the USART in Smart Card
  3. 所属分类:Com Port

    • 发布日期:2017-03-23
    • 文件大小:9868
    • 提供者:张建
  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. 16550u

    0下载:
  2. Dos下使用串口实现先进先出,支持COM1-COM4- 16550 is a shareware program designed to allow the unlocking of the internal fifo buffer present in the UART chip of the same name. The program will scan all four COM ports (COM1:- COM4
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:28786
    • 提供者:Seraphim
  1. 51FIFO

    0下载:
  2. 51FIFO,串口缓存收发。很有借鉴意义-51FIFO, send and receive serial buffer. Useful reference
  3. 所属分类:Com Port

    • 发布日期:2017-04-08
    • 文件大小:1354
    • 提供者:罗伊
  1. UART-DATA-Display

    0下载:
  2. 本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了.-The program uses a common serial port control MSCOMM32.OCX VC6.0 to send to the serial port on the data acquisition and processing.
  3. 所属分类:Com Port

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