代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/285258/8857991
plg uart.plg
礦ision3 Build Log
Project:
E:\KEIL examples\STR750 EXAMPLES\UART\UART\UART.uv2
Project File Date: 07/26/2007
Output:
Clean started: Project: '
www.eeworm.com/read/285258/8858012
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/285258/8858015
plg uart.plg
礦ision3 Build Log
Project:
E:\KEIL examples\STR750 EXAMPLES\UART\UART\UART.uv2
Project File Date: 07/26/2007
Output:
www.eeworm.com/read/187083/8858267
h uart.h
/********************************************************************
Header for UART module library functions
********************************************************************/
www.eeworm.com/read/187083/8858337
c uart.c
# define _dsPIC33fj256gp710_
# include
# include
/*************************************************************************
* Function Name : BusyUART1
www.eeworm.com/read/187083/8858364
o uart.o
www.eeworm.com/read/285242/8859351
h uart.h
/******************************************************************************/
/******************************************************************************/
/* UART.H - TLC16C550C UART driver
www.eeworm.com/read/285161/8864264
h uart.h
#ifndef __uart_c__
#define __uart_c__
#include "mytype.h"
void InitUART(void);
void UartPutChar(uint8);
void Prints(uint8 *);
//void PrintLongInt(uint32);
void PrintShortIntHex(uint16 x);
www.eeworm.com/read/285161/8864273
obj uart.obj
www.eeworm.com/read/285161/8864316
c uart.c
#include "mytype.h"
#include "d12.h"
#define Fclk 22118400UL /*使用22.1184M晶体*/
#define BitRate 9600UL /*波特率定义为9600*/
uint8 Sending;
//串口初始化
void InitUART(void)
{ EA=0;