代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/188070/8575062
axf uart.axf
www.eeworm.com/read/188070/8575064
bin uart.bin
www.eeworm.com/read/432765/8576027
h uart.h
#ifndef _UART_H_
#define _UART_H_
//UART端口初始化
void uart_port_ini();
//UART初始化
void uart_ini(unsigned char Sel_Baud);
//将字符串ptr通过UART发送出去
void UartSend(char *);
//串口显示模块主程序
void Uart()
www.eeworm.com/read/432765/8576061
c uart.c
#include
#include
#include "uart.h"
#include "menu.h"
#include "Lcd.h"
#include "system.h"
#define MAXLEN 2000 //Uart接收数据区
char xdata Mydata[MAXLEN];
char *USP;
www.eeworm.com/read/289080/8577932
prj uart.prj
[Compiler Options]
Edit1=C:\icc\include\
Edit2=C:\icc\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=8192
Edit10=512
ComboBox2=13
RadioGroup1=0
Ed
www.eeworm.com/read/289080/8577937
lst uart.lst
__start:
__text_start:
001D E5CF LDI R28,0x5F
001E E0D2 LDI R29,2
001F BFCD OUT 0x3D,R28
0020 BFDE OUT 0x3E,R29
0021 51C0 SUBI R28,0x10
0022 40D
www.eeworm.com/read/289080/8577941
src uart.src
[Files]
UART.C
[Headers]
C:\icc\include\io8535v.h
[Documents]
www.eeworm.com/read/188038/8577946
h uart.h
//UART.H代码
#include "REG51.h"
#define BAUD_RATE 2400
#define RELOAD(TIMER,SVALUE) TIMER+=SVALUE+1
sbit tTXD=P3^7;
sbit rRXD=P3^2;
bit tTI;
bit rRI;
data unsigned char rSBUF;
data unsigned
www.eeworm.com/read/289080/8577957
lis uart.lis
.module UART.C
.area data(ram, con, rel)
0000 _Table::
0000 .blkb 2
.area idata
0000 3F06