代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/290348/8488880
h uart.h
/****************************************************************************
*
* MODULE: uart.h
*
* COMPONENT: $RCSfile: uart.h,v $
*
* VERSION: $Name: $
www.eeworm.com/read/290348/8488883
c uart.c
/****************************************************************************
*
* MODULE: uart.c
*
* COMPONENT: $RCSfile: uart.c,v $
*
* VERSION: $Name: $
www.eeworm.com/read/290304/8490219
c uart.c
/************************************************************************************
* Copyright (c) 2004,西安铭朗电子科技有限责任公司
* All rights reserved.
*
* 文件名称: Uart.C
* 文件标识: none
* 适用器件:
www.eeworm.com/read/290304/8490221
h uart.h
#define UART0BAUDTATE 9600//波特率
#define SYSCLK 22118400//时钟
void UartInit(void);//UART初始化
void UartOut(unsigned char *SendByteAdd,unsigned char Count);//发送
unsigned char UartReceive(void);
www.eeworm.com/read/189018/8496642
hex uart.hex
:100668002020202048656C6C6F20506C6561736594
:1006780020696E707574206F6E65206461746120E6
:10068800210A203A202020000A20796F752068610D
:10069800766520696E70757420746865206461746D
:0A06A80073206973200
www.eeworm.com/read/189018/8496697
opt uart.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/189018/8496713
plg uart.plg
礦ision2 Build Log
Project:
E:\工作区\proteus pro\proteus6.7工程\C51\code\uart.uv2
Project File Date: 01/24/2007
Output:
Build target 'Target 1'
co
www.eeworm.com/read/188971/8498571
h uart.h
#ifndef __UART_H__
#define __UART_H__
#define UART0_REVBUFFER_SIZE 1024
#define UART1_REVBUFFER_SIZE 1024
void OSInitUart(void);
int OSReadUart0(U8 data[], int num, int ntimeout);
void Ope
www.eeworm.com/read/188971/8498575
c uart.c
#include "..\inc\def.h"
#include "..\startup\44b.h"
#include "..\ucos-ii\includes.h"
#include "isr.h"
#include "uart.h"
OS_EVENT *Uart0_Rev_mbox=NULL; //Uart0 receive mail b
www.eeworm.com/read/290152/8502017
c uart.c
/*
*********************************************************************************************************
* Atmega128
*