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

搜索资源列表

  1. uart-asside-pragram

    0下载:
  2. 串口调试助手功能多,波特率,串口号,接收发送显示-uart assid program
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:49555
    • 提供者:古月雨山石
  1. UART

    0下载:
  2. //DMAVR-128的USART串口发送与接收数据示例程序,采用串口1,发送和接收都是中断的方式 //先发送200个FF,然后单片机处于接收状态,接收数据显示在数码管上,电脑发送的数据格式如09,16进制形式-//DMAVR-128 USART serial port to send and receive data sample program using the serial port to send and receive are interrupted// 200 sends th
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:2030
    • 提供者:周舟
  1. uart

    0下载:
  2. 如果使用查询的方式发送和接收数据 则不需要使用串口的中断-If the way to send and receive data using the query you do not need to use the serial port interrupt
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-06
    • 文件大小:10367
    • 提供者:lihuideng
  1. uart

    0下载:
  2. stc12c5a60s2单片机串口1和串口2接收及发送字符和字符串的程序-the uart 1 and uart 2 of stc12c5a60s2 receive and send data
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:6086
    • 提供者:long
  1. uart

    0下载:
  2. 这是一个射频检测程序 用于接收以及发射 接口程序 可以实现以及验证-This is a radio frequency testing procedures for receiving and transmitting interface program can be achieved and verified
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:41626
    • 提供者:eaviny
  1. UART

    0下载:
  2. 串口实验,verilog语言编写,包括简单的发送数据和接收数据-Serial experiments
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-25
    • 文件大小:149622
    • 提供者:zq
  1. RS-485-UART

    0下载:
  2. RS485串口收发源码,中断接收与发送 查询接收与发送,很全面的程序源码-RS485 UART test
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:6513
    • 提供者:云飞
  1. uart

    0下载:
  2. max232串口通讯程序,主要连接好串口或者usb转串口至电脑,打开串口调试程序,将波特率设置为9600,无奇偶校验,晶振11.0592MHz,发送和接收使用的格式相同,设置好后即可进行串口通信。-max232 serial communication program, mainly connected to the serial port or usb to serial port to the computer, open the serial debugger, set the baud
  3. 所属分类:Com Port

    • 发布日期:2017-11-07
    • 文件大小:1268
    • 提供者:gaoyuechao
  1. Uart

    0下载:
  2. 430单片机的UART处理,通过接收字符,做一些数据处理-430 microcontroller UART processing by receiving a character, to do some data processing
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-13
    • 文件大小:1075
    • 提供者:叶德辉
  1. PIC24H-UART

    0下载:
  2. 1、这是PIC24H的UART底层驱动配置源码。 2、经过了优化和整理,分别有发送一个字节,接收一个字节,发送多个字节,接收多个字节的函数。 3、代码各行都有注释,清楚,方便使用,调试过可用。-1, which is the the PIC24H the UART underlying drive configuration source. 2, after the optimization and finishing, respectively send a byte, recei
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-09
    • 文件大小:1812
    • 提供者:linbin
  1. LX-2011-28PIN-UART

    0下载:
  2. 该例子简单实现了PIC18F2550单片机的串行通信接口(UART)的接收和发送功能。-The example of simple the PIC18F2550 microcontroller serial communication interface (UART) receive and transmit functions.
  3. 所属分类:SCM

    • 发布日期:2017-11-17
    • 文件大小:19532
    • 提供者:孔维航
  1. uart

    0下载:
  2. veilog 实现FPGA的串口收发器,自发自收,稍作修改可以用于单独发送和接收模块。-verilog describe uart
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-30
    • 文件大小:3091606
    • 提供者:chen
  1. uart

    0下载:
  2. 串口通信控制器的Verilog实现。包含4个模块:顶层模块、波特率发生器模块、发送模块和接收模块-The serial communication controller Verilog. Contains four modules: the top-level module, the baud rate generator module, transmitting module and receiver module
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-02
    • 文件大小:3396
    • 提供者:王帆淼
  1. uart

    0下载:
  2. 实现通信串口功能,用于接收并行数据发送串行数据-The communication serial, for receiving parallel data to send serial data
  3. 所属分类:Communication

    • 发布日期:2017-11-21
    • 文件大小:167662
    • 提供者:心境如水
  1. VHDL-uart

    0下载:
  2. 本程序应用VHDL语言,详细描述了RS232串口协议,包括发送,接收,波特率的产生,模块化编程,对于初学者尤为有宜!-The program in VHDL language, the detailed descr iption of the RS232 serial protocol, including sending, receiving, and baud rate generation, modular programming, especially for beginners sho
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-14
    • 文件大小:13046
    • 提供者:wangsheng
  1. C51-UART-VB

    0下载:
  2. STC12系列单片机的C51串口通讯程序,实现与电脑的简单字符串的通讯,PC端用VB程序发送字符串,单片机接收数据,并显示在LCD屏幕上,当有特定字符时,单片机向PC发送LCD屏幕上显示的字符串-STC12 Series MCU C51 serial communications procedures, simple computer communication, PC end of the string to a VB program to send the string microcontr
  3. 所属分类:SCM

    • 发布日期:2017-11-07
    • 文件大小:42896
    • 提供者:
  1. UART

    0下载:
  2. 利用WAVE6000完成编译。在单片机实验板上运行通过。单片机之间串行通信实验:甲机将存储在片外RAM的一组立即数,通过串口发送到乙机,乙机接收到后保存到片外RAM中,串口采用工作方式1,波特率为4800。-Use WAVE6000 finished compiling. SCM experiment board to run through. Serial communication between the microcontroller experiment: A machine will
  3. 所属分类:SCM

    • 发布日期:2017-12-01
    • 文件大小:11471
    • 提供者:wiliamflea
  1. UART

    0下载:
  2. 基于FPGA的串口程序 由VHDL语言编写,通过串口助手实现数据的发送与接收-FPGA-based serial procedures by VHDL language and sending and receiving data through the serial port assistant
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-22
    • 文件大小:1404
    • 提供者:lijiaxi
  1. uart

    0下载:
  2. Verilog 编写全双工UART input clk, // 这个模块的主时钟 input rst, // 同步复位信号 input rx, // 串口接收端口 output tx, // 串口发射端口 input transmit, // 发送信号 input [7:0] tx_byte, // 发送的字节 output received, // 表明,已接受到一个字节 output [7:0] rx_
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:
    • 文件大小:1393
    • 提供者:
  1. uart

    0下载:
  2. 51单片机IO口模拟串口程序,已经测试过,接收发数据都正常。稍微修改后也可以应用与其它单片机上。-51 microcontroller IO port analog serial procedures have been tested, receiving hair are normal data. Slight modification can also be applied with other microcontroller.
  3. 所属分类:SCM

    • 发布日期:2017-12-01
    • 文件大小:688
    • 提供者:liqian
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 26 »
搜珍网 www.dssz.com