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

搜索资源列表

  1. 串口接收

    1下载:
  2. 本人最近刚刚搞完串口操作,这是参考其他人的代码,并修改而成的.-recently I just get finished serial operation, which is reference to other people's code, and the revisions.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:170373
    • 提供者:海涛
  1. 单片机C51串口中断接收和发送测试例程

    0下载:
  2. 单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 -80C51 Serial reception (suspended) and send routines can be used to test 51 SCM interrupt reception
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:12077
    • 提供者:王胜
  1. 两台PC机间RS-232串口通信

    0下载:
  2. 两台PC机间RS-232串口通信:有乙机,再有乙机通过串口jieshou甲机键盘输入字符串发送给乙机,再由乙机通过串口接收字符并显示在屏幕上。当键入感叹号,结束收发过程。
  3. 所属分类:通讯编程

    • 发布日期:2014-01-17
    • 文件大小:795
    • 提供者:孙和
  1. 利用串口发送用户借助自定义的数据协议组织的数据

    0下载:
  2. 代码显示了如何利用串口发送用户借助自定义的数据协议组织的数据;用另一个串口接收数据并进行了解析,根据数据解析结果控制“二极管”的开和关。初学串口编程的童鞋值得参考~,Code shows how to use the serial port to send a user-defined data protocol with the organization of the data with another serial port to receive data and the analytic
  3. 所属分类:串口编程

    • 发布日期:2012-08-22
    • 文件大小:286708
    • 提供者:slvher
  1. ARM_Boot_example.rar

    0下载:
  2. 程序主要作用是通过串口下载VxWorks到ARM Flash ROM,主要过程是初始化ARM硬件,初始化串口UART1,从串口接收VxWorks image到DRAM,初始化Flash ROM.最后将DRAM中的VxWorks写入Flash ROM. ARM 串口与PC机串口连接,由PC机下载(download)VxWorks 到主板Flash ROM. 该程序对学习和理解ARM编程很有帮助.为了便于理解,这里我全部采用实际地址,不用宏定义. 程序语言为 ARM 汇编,具体过程参考ARM编
  3. 所属分类:VxWorks

    • 发布日期:2017-03-30
    • 文件大小:6021
    • 提供者:王斌
  1. CommTest.rar

    2下载:
  2. 基于CSerialPort的串口多线程通信。首先设置好串口参数,然后开启串口监测工作线程,它监测到串口接收到的数据、流控制事件或其他串口时间后,就以消息方式通知主线程,激发消息处理函数来进行数据处理。而发送数据可以直接向串口发送。,CSerialPort based on multi-threaded serial communication. First of all, set up serial port parameters, and then open the serial port m
  3. 所属分类:Com Port

    • 发布日期:2017-04-10
    • 文件大小:1246706
    • 提供者:海涛
  1. COM_IN_INT.rar

    0下载:
  2. 51单片机采用环形队列输入缓冲区,以中断方式接收串口数据,51 MCU using circular queue input buffer to receive data from serial port interrupt
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:628
    • 提供者:cyinfo
  1. tckr.rar

    0下载:
  2. 51单片机同步串口接收数据的程序,可与发送程序配合使用。,51 Single-chip synchronous serial receive data process can be used in conjunction with the sending process.
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:2779
    • 提供者:zxc
  1. chuankouTerm.rar

    0下载:
  2. 此代码为VC++串口接收程序源码,可以把串口数据保存为TXT文件。,This code for VC++ serial port to receive the procedure source code, serial data can be saved as a TXT file.
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1965332
    • 提供者:jiafulu
  1. mega1280

    2下载:
  2. AVR ATmega1280 单片机串口通信 串口接收字符串,四个串口同时启用,具有通信超时处理功能-AVR ATmega1280 microcontroller serial communication serial port to receive a string, four serial ports is also enabled with a communication time-out processing
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:3057
    • 提供者:窦高峰
  1. CEGPS

    0下载:
  2. WINCE操作系统下,利用串口接收GPS数据。-WINCE operating system, using the serial port to receive GPS data.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-10
    • 文件大小:1362157
    • 提供者:王学宁
  1. smartcar_monitor

    1下载:
  2. Labview串口通信界面,并且可以保存接收回来的数据,数据格式为.dat,可用Excel打开-Labview serial communication interface, and can save the data to receive back the data format. Dat, can be used to open Excel
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:46196
    • 提供者:heverify
  1. DataLogger2

    0下载:
  2. 从串口接收数据进行实时描点,类似示波器。可进行存储。对学习绘制波形图有很好的帮助。-Receive data from serial real-time tracing point, similar to the oscilloscope. Can be stored. Draw waveform of learning has a very good help.
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:282984
    • 提供者:fun
  1. serialconnection

    0下载:
  2. 这个程序实现的是接收字符,再把这个字符串口发送。 还要一个要注意的是波特率,而波特率附送的小程序算出 实验方法:打开串口调试程序(小工具目录里)选择您正确的串口号,波特率选9600, 然后发送一串字符,这一串字符就马上会被单片机回发到电脑-The program implementation is to receive characters, then this string I send. Also one should note that the baud rate, whi
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:17917
    • 提供者:zhangwenye
  1. 2010-9-16

    0下载:
  2. stc12c60s2双串口通信程序 第二串口接收数据,cpu处理数据,并由串口1发送数据到控制卡,由控制卡控制led显示- STC double in series communications program 51 siglechip receive and send program.secend uarst receive data from radar.mcu deal with and send data to led control card.finally ,led con
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:70018
    • 提供者:tony liu
  1. chuanxingtongxunheshishiquxian

    0下载:
  2. 通过串口接收数据并实时画出曲线。将含有单片机,AD模数转换器等芯片的电路板通过USB数据线与电脑相连,可通过计算机实时显示出数据和绘制出图形-Through the serial port to receive data and real-time to draw curves.
  3. 所属分类:Communication

    • 发布日期:2017-05-12
    • 文件大小:2775341
    • 提供者:xiaolu
  1. 6-3

    0下载:
  2. 用于MSP430F149进行异步串口通信,从串口接收数据,分析收到的数据包,然后根据算法进行运算,最后将结果从串口返回。数据包的结构见xieyi.h。-For MSP430F149 asynchronous serial communication, receiving data from the serial port, analyzing the data received packets, and then computing algorithm, and finally to retur
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:4096
    • 提供者:李凯
  1. MFC串口

    1下载:
  2. 在vc的环境下 测试串口调试,简单发送和接收(VC serial port debugging)
  3. 所属分类:串口编程

    • 发布日期:2020-12-18
    • 文件大小:23105536
    • 提供者:萧风曲
  1. 七段码显示串口接收数据

    1下载:
  2. 在wince6.0上运行,使用PC104可以将串口接收到的数据存成文件,同时将实时数据以七段码的形式显示在屏幕上
  3. 所属分类:Windows CE

  1. 串口接收程序

    1下载:
  2. 异步串口接收程序,主要功能是将异步串口转换成8位并口数据,数据格式为8位数据、1个停止位、1个停止位、无校验位,可以自行设置波特率。
  3. 所属分类:VHDL编程

« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com