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

搜索资源列表

  1. SCI

    0下载:
  2. 串口模块初始化,数据发送接收处理 串口模块初始化,数据发送接收处-Serial port module initialization, the data sending and receiving processing module serial port initialization, the data sending and receiving Office
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:3018
    • 提供者:zero
  1. VBcommDebug

    0下载:
  2. 用VB开发的串口接收数据,可选择串口号,波特率,数据位-VB-serial receive data, selectable serial port number, baud rate, data bits
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:14583
    • 提供者:linyi
  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
    • 文件大小:5008
    • 提供者:ty
  1. PCPLC

    0下载:
  2. VB,pc与plc的串口通信,实现数据的接收-VB, pc and plc serial communication, the reception of data
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:560
    • 提供者:蛙怪
  1. GpsRecv

    0下载:
  2. 通过调用Win32通信API函数,可以使程序打开一个串口,并对这个串口进行基本配置。GPS数据采集程序主要实现了配置串口,创建串口数据接收线程,使用重叠操作方式读取串口数据及如何处理接收到的数据的基本方法。-Communication by calling the Win32 API function, you can make the program opens a serial port, serial port and the basic configuration. GPS data a
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3624142
    • 提供者:chenjin
  1. xianshi

    0下载:
  2. 接收串口数据并把数据用曲线显示出来,里面有控件,还有源代码,控件开发文档-Receiving serial data and the data are displayed with the curve, there are controls, as well as source code, development of document control
  3. 所属分类:CSharp

    • 发布日期:2017-05-13
    • 文件大小:3193046
    • 提供者:陆乔
  1. keilc51_manual

    0下载:
  2. 单片机与上位机PC的通信程序设计方法: ⑴串口初始化:波特率定为4800 ⑵串口接收数据:串口初始化后处于数据接收状态,当有数据到达串口时,串口将数据接收保存在寄存器中暂存 ⑶串口发送数据:等数据接收完成后,将寄存器中暂存的数据通过串口发送给该数据的来源地。-PC-MCU and host computer communication program design: ⑴ serial port initialization: the baud rate as 4800 ⑵ serial rece
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2014-11-02
    • 文件大小:44985
    • 提供者:mugua
  1. SerialDebuggingAssistantV1.2

    1下载:
  2. 串口调试助手VB源代码,能够实现串口数据的接收和发送。-Serial debugging assistant VB source code, to achieve the receive and transmit serial data.
  3. 所属分类:Com Port

    • 发布日期:2015-10-10
    • 文件大小:69174
    • 提供者:梁如意
  1. COM_MCUPC

    0下载:
  2. 单片机-PC 串口通信(Altium Designer Winter 09工程和原程序) (2010山东大学威海分校电子设计大赛F题)PC 机侧可用现有通信软件(如串口调试助手),单片机接一位数码管,实现 PC 发送数据,单片机接收显示,并回送给 PC 机。 *单片机系统需对 PC 机下发串口数据的波特率能够自侦测 *PC 机下发数据前循环发送 0Xff 作为侦测标识 -SCM-PC serial communication (Altium Designer Winter
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:233407
    • 提供者:碼頭吹風客
  1. 485reader_test

    0下载:
  2. pic16f76芯片的485/串口测试程序。能够接收不等长的数据并且返回发送方。-pic16f76 chip 485/serial port test program. Able to receive the data-length returned to the sender and.
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:20488
    • 提供者:yangshangbin
  1. serial_test

    0下载:
  2. 实现串口的通讯,用两个线程:一个发送线程,一个接收线程,可以同时进行发送与接收数据。-serial test , use c language , it is contain two thread. write and read at the same time !
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:1778
    • 提供者:nizhijun
  1. chuankoujieshou1602

    0下载:
  2. 该程序从串口接收数据,通过LCD显示数据。在LCD的第一行显示出来,当数据过多时(超过16个字符),LCD第一行将会被覆盖。该试验使用的晶振是11.0592,如果使用12M晶振,会出现串口接收不正常的情况。原因是用12M晶振,波特率9600时的误差率达 8 。-The program receives data from the serial port through the LCD display data. The first line in the LCD display out, whe
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1889
    • 提供者:小小
  1. (API)

    0下载:
  2. API函数写串口通讯,分别采用阻塞和轮训的方式接收数据,-WU
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:191430
    • 提供者:wuj
  1. uart_fifo_receive

    0下载:
  2. 串口接收数据并将数据存入FIFO,解决不同速率的设备之间进行串口通讯-UART communication
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:999982
    • 提供者:liyang
  1. chuankou.tar

    0下载:
  2. linux下的串口通讯程序 蛮简单的 实现单片机到计算机之间的串口通信 主要是接收数据-linux serial port communication program under the very simple MCU to the computer serial communication between the main receiving data
  3. 所属分类:Com Port

    • 发布日期:2017-03-25
    • 文件大小:20617
    • 提供者:zhangning
  1. Serial_Port_Communication_pdf

    0下载:
  2. RS232串口技术文摘 串口硬件标准:串行通信接口标准经过使用和发展,目前已经有几种。但都是在RS-232标准的基础上经过改进而形成的。所以,以RS-232C为主来讨论。RS-323C 标准是美国EIA(电子工业联合会)与BELL等公司一起开发的1969 年公布的通信协议。它适合于数据传输速率在0~20000b/s 范围内的通信。这个标准对串行通信接口的有关问题,如信号线功能、电器特性都作了明确规定。由于通行设备厂商都生产与RS-232C制式兼容的通信设备,因此,它作为一种标准,目前已在微
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:906922
    • 提供者:小小
  1. UART0_R_T_TEST

    0下载:
  2. ARM7 LPC2138,从上位机的串口助手软件发送数据,经过LPC2138的UART0接收并转发给上位机显示,用于测试LPC2138的串口功能-receive the datas from PC,then send the received datas to PC. Use the programme test the LPC2138 UART0.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-02
    • 文件大小:68613
    • 提供者:庞正
  1. sommm

    0下载:
  2. 在VC++6.0中用MSComm控件编程,可以实现串口接收数据和发送数据,数据分别显示在接收框和发送框中。 如何建立工程:建立新文件夹,将文档用WINZIP解压后,双击 Scommtest.dsw 即可在VC6.0中打开工程文件。作者主页上有详细编程说明,每一步都列出来了,可以参考-In VC++6.0 using MSComm control programming, you can achieve serial receive data and send data, the
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-26
    • 文件大小:8848319
    • 提供者:yuanguang
  1. VB_SCI

    0下载:
  2. VB串口调试工具代码,可以实现数据传送接收。-VB code of SCI debug tool
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:12079
    • 提供者:liang
  1. 690484VC

    0下载:
  2. 关于GPS串口接收数据的类,以及GPS串口通信-GPS
  3. 所属分类:GPS develop

    • 发布日期:2017-04-09
    • 文件大小:24735
    • 提供者:liyanli
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com