代码搜索:AVR UART 232

找到约 10,000 项符合「AVR UART 232」的源代码

代码结果 10,000
www.eeworm.com/read/488955/6480256

o uart.o

www.eeworm.com/read/489017/6481477

h uart.h

/************************************************************************* * * Used with ICCARM and AARM. * * (c) Copyright IAR Systems 2006 * * File name : uart.h * Descri
www.eeworm.com/read/489017/6481479

c uart.c

#include"includes.h" #include"ytep.h" #include"ytepfunction.h" const Int16U BAUD_TAB[]={19500-50,9600,4800-50}; /*************************************************************************/ Boole
www.eeworm.com/read/489017/6481496

lst uart.lst

############################################################################### # # #
www.eeworm.com/read/489017/6481536

o uart.o

www.eeworm.com/read/489017/6481570

lst uart.lst

############################################################################### # # #
www.eeworm.com/read/489017/6481612

s uart.s

/////////////////////////////////////////////////////////////////////////////// // / //
www.eeworm.com/read/489017/6481642

o uart.o

www.eeworm.com/read/489061/6482206

c uart.c

// 通信波特率为19200(Tools->Environment Options...)。 // 3、将PC屏幕光标定位于调试窗口中。 #include "avr/io.h" #define fosc 20000000 //晶振8MHZ #define baud 9600 //波特率 /* 字符输出函数 */ void putchar(unsigned c
www.eeworm.com/read/489061/6482216

o uart.o