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

搜索资源列表

  1. USART.rar

    0下载:
  2. ATMEGA128 UART 的IAR应用,ATMEGA128 UART application of IAR
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:1042
    • 提供者:shenhuihui
  1. USART、模数转换、LED等程序

    1下载:
  2. ATmega128开发的16个控制程序,包括USART、模数转换、LED等程序,对ATmega128的初学人员很有帮助-16 of the ATmega128 development control procedures, including USART, ADC, LED and other procedures, staff very helpful learning the ATmega128
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-10-25
    • 文件大小:3570063
    • 提供者:zhujian
  1. USART

    0下载:
  2. 一个注释非常详细的AVR单片机UART程序-Notes a very detailed procedures AVR single-chip UART
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:3265
    • 提供者:hehe520
  1. upld

    0下载:
  2. 基于中断实现的串口通信程序,适用于Avr单片机。-Based on Interrupt, Usart Driver for Avr[esspecially ATMega128]
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:2925
    • 提供者:沙卡
  1. ATMEGA128-USART

    0下载:
  2. ATMEGA128的串口驱动程序,对自己编写端口驱动的同志有很大的帮助!-ATMEGA128 serial driver, port driver of their comrades in the preparation of great help!
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:191954
    • 提供者:夏洪成
  1. ATmega128

    0下载:
  2. ATmega128芯片的测试程序,IIC.c USART.c time.c-ATmega128 chip testing procedures, IIC.c USART.c time.c
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:4658
    • 提供者:郭瑛
  1. USART

    0下载:
  2. 《Atmega128单片机入门与提高》 随书代码-" Atmega128 induction and enhancement of single-chip" with the code book
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:60850
    • 提供者:zjw
  1. testread

    0下载:
  2. subroutines for atmega128 usart
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:922
    • 提供者:Babitta
  1. uart

    0下载:
  2. atmega128的串口通信源程序。编程风格很好,容易读懂。-atmega128 serial communication source. Good programming style, easy to read.
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:49775
    • 提供者:wty
  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. USART

    0下载:
  2. Atmega128的USRT串口设置,计算机通过串口向开发板发送数据,开发板将数据原样送回-Atmega128 s USRT serial port settings, the computer through the serial port to send data to the development board, development board will return the data as it.
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:5539
    • 提供者:王为波
  1. USART

    0下载:
  2. 在ATmega128中的应用。计算机通过串口向开发板发送数据,开发板将数据原样送回-The application in the ATmega128. Computer through the serial port to send data to the development board, development board, as is the data sent back
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:200158
    • 提供者:fjc
  1. USART2.c

    0下载:
  2. USART codes for Atmega128
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:1497
    • 提供者:Nitin Kumar
  1. c_code

    0下载:
  2. IT IS A MONITORING SOFTWARE TAHT MONITOR SOME INFORMATION SUCH AS CLOCK AND SOME OTHER NUMBERS THAT COMES FROM PC USART SERIAL PORT. THE LCD IS GLCD 240X128 AND THE CONTROLLER IS ATMEGA128.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-06
    • 文件大小:19285
    • 提供者:ALI
  1. usart

    0下载:
  2. 基于mega16的usart传输。本程序用 IAR 编写,只需作少量修改,即可移植到其它编译器中。 可以方便地配置串口参数,可以适用于多串口的芯片,如 ATMega128。-Based on the mega16 s usart transmission. The program using the IAR to write, just to make minor modifications, can be ported to other compilers. Can easily co
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:117275
    • 提供者:ZHAO ZHI BO
  1. M128_USART_printf

    0下载:
  2. ATMEGA128 USART printf函数打印,附带Proteus7.6仿真,AVR开发环境:AVRStudioV4.13 WINavr20100110-The ATMEGA128 USART printf function printing, incidental Proteus7.6 simulation AVR development environment: AVRStudioV4.13 WINavr20100110
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:50007
    • 提供者:sun
  1. ATmega128-usart-procedures

    0下载:
  2. ATmega128 usart 串口收发程序 简单易懂-ATmega128 usart serial transceiver procedures easy to understand
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-17
    • 文件大小:95589
    • 提供者:刘鑫
  1. ATmega128

    0下载:
  2. atmega128各个功能模块的一些程序。有gsm、18b20、dac、usart、红外等。-ATmega128 some of the procedures of each function module. There are GSM, 18B20, DAC, USART, IR etc..
  3. 所属分类:software engineering

    • 发布日期:2017-06-11
    • 文件大小:18032732
    • 提供者:彭荣
  1. sf

    0下载:
  2. ATMEGA128 USART printf
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:767
    • 提供者:陈称
  1. ATmega128

    0下载:
  2. ATmega128的13个实例程序,包括E2PROM、IO、定时器、spi、usart等,很全。-ATmega128 13 examples of procedures, including the E2PROM chips was introduced, IO, timer, spi and usart, very full.
  3. 所属分类:SCM

    • 发布日期:2017-04-30
    • 文件大小:211155
    • 提供者:崔晓娟
« 12 »
搜珍网 www.dssz.com