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

搜索资源列表

  1. uart.rar

    0下载:
  2. 实现串并口通信,共有发送和接受两个模块。,Strings parallel to achieve communication, send and receive a total of two modules.
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:1.56kb
    • 提供者:ronin
  1. UART.rar

    0下载:
  2. 主芯片:Actel的FPGA030,Verilog语言,串口发送和接收的例程,开发环境:LiberoIDE 8.5,The main chip: Actel' s FPGA030, Verilog language, the serial port to send and receive routines, development environment: LiberoIDE 8.5
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-28
    • 文件大小:279.11kb
    • 提供者:grqd
  1. uart

    0下载:
  2. 51单片机 串口接收发送 都用到中断 全双工 采用C语言-51 MCU serial port receive interrupt is used to send both full-duplex using C language
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-28
    • 文件大小:35.55kb
    • 提供者:juck
  1. UART

    2下载:
  2. windows下串口编程,从磁盘读取一特定格式的TXT文件,提取出其中的数据,通过串口发送,并接收返回数据。多进程实现。MFC-a c++ program of uart,the program read a .txt file from the disk and send the information by the UART port,MFC,multi process
  3. 所属分类:串口编程

    • 发布日期:2013-08-02
    • 文件大小:62.99kb
    • 提供者:chen
  1. uart

    0下载:
  2. stm8的uart例程,不带库的,对uart进行初始化,向串口发送数据-stm8 the uart routines, without the library, on the uart to initialize, send data to the serial port
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:22.16kb
    • 提供者:shanyao
  1. UART

    0下载:
  2. 自己实用Verilog编写的UART程序,1位开始位,8位数据位,1位停止位,本测试程序配置完管脚后,实用串口大师发送数据,则返回数据为发送数据+1-Verilog prepared their own UART practical procedures to start a bit, 8 data bits, 1 stop bit, the test procedure End pin configuration, the utility serial Master to send data,
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:248.25kb
    • 提供者:张键
  1. UART-CC2430

    0下载:
  2. 实现CC2430的无线通讯功能,实现无线的透时串口功能,即通过两个CC2430实现无线串口收发数据。-Achieve CC2430 wireless communications, wireless serial port when the permeability function that, by two CC2430 wireless serial send and receive data.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:760.36kb
    • 提供者:杨鹏君
  1. uart

    0下载:
  2. verilog编写的uart发送和接收的源代码。简单易懂。-verilog uart prepared to send and receive the source code. Straightforward.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:468.23kb
    • 提供者:luoqv
  1. UART

    2下载:
  2. 内含有完整的UART代码,包括发送和接受,且有testbench,可以直接仿真调试-Contain complete UART code, including send and receive and there testbench, can directly Simulation debugging
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:8.88kb
    • 提供者:李佳
  1. uart

    0下载:
  2. C51字符串的接收和发送测试功能,例如发送HEX。95 10 20 25 可在调试窗口显示。-C51 string to receive and send a test function, for example, to send HEX. 95 10 20 25 can be displayed in the debug window.
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:6.24kb
    • 提供者:李勇
  1. uart

    0下载:
  2. 51单片机普通I/O口,做串口用,可以和真的串口一样,设置发送和接收的波特率,和发送接收的模式-51 Singlechip general I/O port, serial port used to do, you can and really like the serial port, set up to send and receive baud rate, and send to receive mode
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1.47kb
    • 提供者:lizhffeng
  1. Uart(FIFOSend.TimeoutReceive)

    0下载:
  2. AVR mega16/mega32的UART FIFO发送.超时接收,广泛应用于工业控制.这是原创作品.-AVR mega16/mega32 send the UART FIFO. Overtime receiver is widely used in industrial control. This is the original works.
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:23.88kb
    • 提供者:明君
  1. clock

    0下载:
  2. 8051 UART clock Example allow you to send time clock through RS232 to your PC.
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:9.27kb
    • 提供者:michael
  1. uart

    0下载:
  2. 采用软件方法来实现单片机的通用串口引脚来模拟UART。根据要求采用P1.0作为发送端(TXD),P1.1做为数据接受端(RXD),并采用全双工通信模式。由于MAX232电平转换芯片除了做UART的几个引脚后,还剩余T2IN,T2OUT,R2IN,R2OUT.所以采用模仿UART的接法.每次通信,发送的数据加1,接收的数据加2.用51系列单片机。-The use of software methods to achieve single-chip Universal Serial pin to s
  3. 所属分类:SCM

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

    0下载:
  2. 通过在ATMEGA16,32上直接使用,发送,接受都能正常工作-Through the ATMEGA16, 32 on the direct use, send, receive all the normal work
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-12
    • 文件大小:614byte
    • 提供者:lz
  1. uart

    0下载:
  2. uart send resive module
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:1.32kb
    • 提供者:rez
  1. UART

    0下载:
  2. 51串口接收和发送程序-51 uart send and read program ~~~~~~~~~~~~~~~
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:1.26kb
    • 提供者:R
  1. UART

    0下载:
  2. 利用Verilog实现UART收发数据功能-Verilog UART send and receive data functions to achieve
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-03
    • 文件大小:1.14mb
    • 提供者:高柯
  1. UART-SEND-CHAR

    0下载:
  2. UART SEND CHAR-UART SEND CHAR......
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:241.29kb
    • 提供者:An
  1. uart_rx

    1下载:
  2. Verilog实现的RS232发送和接收程序,有完成的verilog代码,testbench等。(UART send and receive verilog code, including verilog source code, testbench etc.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2019-07-27
    • 文件大小:442kb
    • 提供者:66778899
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com