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

搜索资源列表

  1. 12_USART

    0下载:
  2. 单片机atmega16串行通信程序,功能:异步串口接收数据,并返回给PC机。-SCM atmega16 serial communication program, features: asynchronous serial receive data, and return to the PC.
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:30829
    • 提供者:spring
  1. USARTmonichengxu

    0下载:
  2. pic18f芯片的USART串口通讯模块的利用,程序实现了串口的初始化、接收与发送中断及数据的解包打包和发送过程。-pic18f chip USART serial communication module to use, the program achieved a serial port initialization, receiving and sending interrupts and data packing and sending the process of unpacking.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:2168
    • 提供者:菜丫
  1. UART

    0下载:
  2. 单片机串口通信,收发数据缓冲区示例,在中断中不处理接收的数据,只是按循环队的方式将数据存起来,标示Buf中有多少个数据,在主程序中去查询.-Microcontroller serial communication, send and receive data buffer example, in the interrupt does not handle the data received, but on a revolving team approach to store data toget
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-05
    • 文件大小:1109
    • 提供者:zhang
  1. Control

    0下载:
  2. 上位机控制程序,实现网口通讯,无线收发的数据通过串口转网口的模块后将数据通过网线发给上位机,并且通过接收到的数据判断各个子模块是什么类型的子节点,显示其无线网络地址并提取有用数据显示,且可向各个子模块发送指令-Host computer control program,toachieve net mouth communication,Wireless transceiver of the data through serial port module will switch to other
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-19
    • 文件大小:5293415
    • 提供者:xu yong
  1. measure

    0下载:
  2. 通过使用串口接收数据,并实时画图.开发环境LABVIEW CVI.调试时可以把串口的2,3口短接.-By using the serial port to receive data and real-time drawing. Development environment LABVIEW CVI. Debugging serial port of the 2,3-mouth can be shorted.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:231045
    • 提供者:王恩
  1. QtComAssist

    0下载:
  2. 用QT编写的控制台,用于和串口通信,功能是关闭,打开串口和接收发送数据-Written with QT console, for, and serial communication function is off, open the serial port to send and receive data
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:28210
    • 提供者:lifu
  1. SCommTest

    0下载:
  2. 电脑间串口通信两台计算机串口连接,一台内用龚建伟的串口调试助手发送数据,另一台用Vc的MSComm控件来接收数据,Vc界面中有一接收数据的文本框,一个“接收数据”按钮-Serial communication between the computer serial port to connect two computers, a serial port to debug on with GONG assistant to send data, another with the Vc of the
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:1916629
    • 提供者:萧坤
  1. SerialCommunicationExperiment

    0下载:
  2. 串口通信实验,从上位机(PC)上发送数据,单片机接收后用数码管显示,并送回给上位机所接收到的内容-Serial communication experiment, from the host computer (PC) to send data, after the MCU receives digital tube display, and returned to the host computer which receives the contents of the
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:12532
    • 提供者:松哥
  1. CharTerminal

    0下载:
  2. 从串口接收数据的典型案例,大家可以相互学习或者扩展-good
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-10
    • 文件大小:1963222
    • 提供者:孙虎云
  1. 431465_b5876716cac6a624

    0下载:
  2. 基于QQ2440 ARM开发板的实时绘制曲线图的QT程序,从ARM板上的串口接收数据后,绘制曲线图形,然后利用网口将数据传输到PC机上。-QQ2440 ARM development board based on real-time rendering curve of the QT program, from the ARM-board serial port to receive data, draw curve graph, then use the Ethernet port to tr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3124
    • 提供者:fde fd
  1. Datatrans

    0下载:
  2. wince下接收串口数据,通过socket转发到pc,包含客户端和服务器-wince to receive serial data through the socket forwarded to the pc, contains the client and server
  3. 所属分类:Windows CE

    • 发布日期:2017-03-28
    • 文件大小:123637
    • 提供者:wany
  1. communicate

    1下载:
  2. VC++ 6.0做的一个串口通信程序,功能与串口调试助手类似。它可以实现两台电脑的串口之间或者一台电脑的两个串口之间互相收发数据。左上角可以通过下拉列表选择不同的串口,默认的是COM1,考虑到笔记本电脑上一般没有串口,用USB转RS-232转换器之后,其COM口一般不为COM1,所以在程序中不做死COM口而是可以在界面中选择COM口,单击“关闭串口”就停止数据的收发。“接收区”对接收到的数据进行显示,接收可以选择自动接收或手动接收,自动接收状态只有检测到有数据发过来就进行显示,不处于自动接收状态
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3694356
    • 提供者:陈利聪
  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 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com