代码搜索:UART
找到约 10,000 项符合「UART」的源代码
代码结果 10,000
www.eeworm.com/read/439125/7716501
mcp uart.mcp
www.eeworm.com/read/438918/7719403
h uart.h
/* Environment: WinAVR 20060421*/
/* This program is designed for standard io stream */
/* It use the function fdevopen(int*,int*) */
#ifndef __UART_H__
#define __UART_H__
#include
#i
www.eeworm.com/read/438918/7719404
c uart.c
#include"UART.h"
//#include
int USART_putchar(char CH)
{
/* Wait for empty transmit buffer */
while ( !( UCSRA & (1
www.eeworm.com/read/438918/7719418
o uart.o
www.eeworm.com/read/438634/7728821
h uart.h
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.com/
www.eeworm.com/read/438634/7728831
c uart.c
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.com/
www.eeworm.com/read/438634/7728832
lst uart.lst
C51 COMPILER V7.06 UART 11/16/2008 16:00:30 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN UA
www.eeworm.com/read/438634/7728839
obj uart.obj
www.eeworm.com/read/438204/7734718
h uart.h
/******************************************************************************************
** 文件名称:UART.h
** 文件描述:LPC2103 UART操作软件包头文件。
** 文件说明:软件包中缺少Modem的操作部分。
*********************************
www.eeworm.com/read/438204/7734723
c uart.c
/******************************************************************************************
** 文件名称:UART.c
** 文件描述:LPC2103 UART操作软件包。
** 文件说明:软件包中缺少Modem的操作部分。
************************************