代码搜索:UART 有哪些应用?

找到约 10,000 项符合「UART 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/236583/14010097

c uart.c

#define _Uart_ #include "..\Inc\includes.h" Uint8 const CID20[CID2_NUM0]={0x83,0x85,0x87}; Uint8 const CID21[CID2_NUM1]={0x42,0x43,0x44,0x45,0x47,0x49,0x4b,0x4c,0x4d,0x4e,0x4f,0x51}; /*--------
www.eeworm.com/read/236583/14010133

h uart.h

#define CID2_NUM0 3 #define CID2_NUM1 12 #define SOI 0x7E #define VER 0x20 #define ADR 0x00 #define CID10 0x00 #define EOI 0x0D #define ADRC 0x00 //上位机的地址 #define CID11
www.eeworm.com/read/236537/14012282

h uart.h

#ifndef __UART_h #define __UART_h #define IER_RBR 0x01 #define IER_THRE 0x02 #define IER_RLS 0x04 #define IIR_PEND 0x01 #define IIR_RLS 0x03 #define IIR_RDA 0x02 #define IIR_CTI
www.eeworm.com/read/236537/14012298

c uart.c

//头文件包含 #include "config.h" #if UART0_EN #if UART_INTERRUPT_FLAG /***************************************************************************** ** 函数名 : UART0Handler ** ** 功能描述:
www.eeworm.com/read/236493/14013869

c uart.c

/************************************************************************************ * * 文件名称: Uart.c * 文件标识: none * 适用器件: C8051F020 * * 摘 要: 本文件是串口0、1子程序;使用外部22.1184MHz晶振. Uart驱动程序,包括初始化、
www.eeworm.com/read/236493/14013874

h uart.h

/************************************************************************************ * * 文件名称: Uart.c * 文件标识: none * 适用器件: C8051F020 * * 摘 要: 本文件是串口0、1子程序头文件;使用外部22.1184MHz晶振. Uart驱动程序,包括初始化
www.eeworm.com/read/236375/14018237

h uart.h

#ifndef _uart_h_ #define _uart_h_ void Putch (char ch) ; char Getch(void) ; void puts (const char *Name2) ; void UART_Init(char baud); char * itoa(int i); char * uitoa(unsigned int i); char
www.eeworm.com/read/133865/14020402

c uart.c

#include #include #include #include char szBuf[8]={0}; int recid; int tyRecv( int fd ) /*read has the function of waiting for data*/ { FO
www.eeworm.com/read/133865/14020409

o uart.o

www.eeworm.com/read/236323/14021654

c uart.c

#include "def.h" void InitSerial(void) { UCTL1 &=~ SWRST; // reset SWRST bit UCTL1 = 0x10; //uart,char,sp=1 UBR01 = 0x43; /