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

搜索资源列表

  1. msp430dechengxushili

    0下载:
  2. msp430的c程序实例集合,包含ADC,PWM,UART,SPI等等程序实例。 -The c program example msp430 collection, including ADC, PWM, UART, SPI, etc. program example.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-28
    • 文件大小:51617
    • 提供者:小老鼠
  1. uart.v.tar

    0下载:
  2. uart Universal asyncronous receiver and transmitter verilog code
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:986
    • 提供者:balu
  1. UART_TESTING

    0下载:
  2. testing uart with the atmega128 microcontroller and icc avr compiler
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:829
    • 提供者:asim
  1. AT128_UART

    0下载:
  2. ATMEGA128 UART通用通讯程序 ICCAVR版本-ATMEGA128 UART common communication procedures ICCAVR version
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:954
    • 提供者:zhangxiaohui
  1. LPC2131

    0下载:
  2. 基于LPC2131的功能部件进行开发,包括GPIO,IIC,SPI,UART等各种功能接口的开发,完整的工程文件,下载后稍作修改即可运行。-Functional components based on LPC2131 development, including GPIO, IIC, SPI, UART interfaces and other features the development of a complete project file, download a little modif
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1784799
    • 提供者:linliu
  1. RemoteLearningLab

    0下载:
  2. psoc controller with uart conection
  3. 所属分类:Remote Control

    • 发布日期:2017-03-24
    • 文件大小:533831
    • 提供者:benzi
  1. uart

    0下载:
  2. 虚拟串口程序,半双工工作方式,可用于少串口的单片机系统。-Virtual serial port program, half-duplex mode, the MCU can be used for small serial system.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:44247
    • 提供者:李飞
  1. Uart

    0下载:
  2. LPC2148 drive LCD ----- A / D conversion module The work area Each project contains three configuration options ISP_iFlash_Hex - generated. Hex object file format JLINK_iflash - JLINK to the programming through the configuration of the intern
  3. 所属分类:uCOS

    • 发布日期:2017-03-29
    • 文件大小:120497
    • 提供者:ajksdna
  1. uart

    0下载:
  2. 基于verilog HDL编写的串口通讯接口uart程序-Prepared based on verilog HDL uart serial communication interface program
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:941640
    • 提供者:张建
  1. UART_C51

    0下载:
  2. Proteus下UART串口程序,可利用Virtual Serial Ports Driver和串口调试工具进行测试.包含仿真电路和C程序。-Serial Port program which can be used in Proteus environment. The packet includes simulation circuit and C code.
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:45578
    • 提供者:Jinhai
  1. i2c-uart

    0下载:
  2. 本文介绍了利用i2c转uart芯片实现了对uart的扩展,对于多串口单片机的开发有借鉴意义。-This paper describes how to switch i2c uart uart chip on the expansion of multi-port MCU for the development of a reference.
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:227399
    • 提供者:SeehaoJee
  1. uart

    0下载:
  2. arm2410 串口驱动改编 uart serial.c-arm2410
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-24
    • 文件大小:153043
    • 提供者:yongchongwei
  1. uart16750

    0下载:
  2. UART 16750 source code for VHDL
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:151253
    • 提供者:maxshao
  1. Mars_EP1C3_S_Core_V2.0

    0下载:
  2. 此包中为Mars_EP1C3_S_Core_V2.0 FPGA学习板中的接口实验代码.共包括10个实验源代码:7段数码管,i2c,KEYSCAN,MCU,PS2,UART,VGA,蜂鸣器,跑马灯和拨码开关. -This learning package for Mars_EP1C3_S_Core_V2.0 FPGA board interface test code. A total of 10 experiments, including source code: 7 segment di
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-10
    • 文件大小:2184683
    • 提供者:wzh
  1. UART_IP_core_for_wishbone

    0下载:
  2. 基于wishbone总线的UART IP core-UART IP core based on Wishbone, generated in Verilog HDL.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:40258
    • 提供者:张阳
  1. avr128usart

    0下载:
  2. 一般教科书上提供的UART收发的程序往往是一段采用轮循(Polling)方式完成收发的简单代码。但对于高速的AVR来讲,采用这种方式大大降低了MUC的效率。在使用AVR时,应根据芯片本身的特点(片内大容量数据器RAM,更适合采用高级语言编写系统程序),编写高效可靠的UART收发接口(低层)程序。下面是一个典型的USART的接口程序。-General textbook on the procedures provided by the UART transceivers often use a r
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:2532
    • 提供者:男人
  1. uart

    0下载:
  2. this is a code for uart implementation........... this can be implimented on a fpga board-this is a code for uart implementation........... this can be implimented on a fpga board........
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:1791
    • 提供者:asdfg
  1. UartReadOpenCamDisplay

    0下载:
  2. 用MATLAB GUI人機所寫,UART收到值,啟動USB攝影機並擷圖存檔。-Written using MATLAB GUI machine, UART receive the value, start the USB camera and captures map archive.
  3. 所属分类:Special Effects

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

    0下载:
  2. 串行接口芯片的设计。本程序是在ISE开发环境中编写的UART串行通信接口。适合初学者的学习。-Serial interface chip designs. The program is written in the ISE development environment in the UART serial communication interface. For beginners to learn.
  3. 所属分类:Com Port

    • 发布日期:2017-05-27
    • 文件大小:10000935
    • 提供者:李海波
  1. UART

    0下载:
  2.  UART是一种通用串行数据总线,用于异步通信。该总线双向通信,可以实现全双工传输和接收。在嵌入式设计中,UART用来与PC进行通信,包括与监控调试器和其它器件,如EEPROM通信。-UART is a universal serial data bus for asynchronous communication. The two-way communication bus, can achieve full-duplex transmit and receive. In embedded d
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1412
    • 提供者:xihonsho
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com