代码搜索:Serial_init

找到约 226 项符合「Serial_init」的源代码

代码结果 226
www.eeworm.com/read/204627/15336482

h serial.h

#ifndef __SERIAL_H__ #define __SERIAL_H__ extern int sendchar (int ch); extern int getkey (void); extern void serial_init(void); #endif
www.eeworm.com/read/362938/9974557

c uart.c

#include #include "MAX485.h" uchar temp[8]; data uchar Tbuffer[TCOUNT]; //定义发送缓冲区 data uchar Rbuffer[RCOUNT];//定义接受缓冲器 data unsigned char Tpointer; //定义
www.eeworm.com/read/362938/9974804

c uart.c

#include #include "MAX485.h" uchar temp[8]; data uchar Tbuffer[TCOUNT]; //定义发送缓冲区 data uchar Rbuffer[RCOUNT];//定义接受缓冲器 data unsigned char Tpointer; //定义
www.eeworm.com/read/362938/9974895

c uart.c

#include #include "MAX485.h" uchar temp[8]; data uchar Tbuffer[TCOUNT]; //定义发送缓冲区 data uchar Rbuffer[RCOUNT];//定义接受缓冲器 data unsigned char Tpointer; //定义
www.eeworm.com/read/362938/9974979

c uart.c

#include #include "MAX485.h" uchar temp[8]; data uchar Tbuffer[TCOUNT]; //定义发送缓冲区 data uchar Rbuffer[RCOUNT];//定义接受缓冲器 data unsigned char Tpointer; //定义
www.eeworm.com/read/362938/9975070

c uart.c

#include #include "MAX485.h" uchar temp[8]; data uchar Tbuffer[TCOUNT]; //定义发送缓冲区 data uchar Rbuffer[RCOUNT];//定义接受缓冲器 data unsigned char Tpointer; //定义
www.eeworm.com/read/280057/10358081

h config.h

/* * * This file contains the configuration parameters for the board. * */ #ifndef __CONFIG_H__ #define __CONFIG_H__ /* Include the board header file. */ #include "board-pmp.h" extern void sdram
www.eeworm.com/read/431211/8700090

c serial.c

#ifndef SERIAL_C #define SERIAL_C // standard header files for ascii IO functions, // ascii manipulation functions #include #include #include void serial_i
www.eeworm.com/read/431209/8700762

c serial.c

#ifndef SERIAL_C #define SERIAL_C // standard header files for ascii IO functions, // ascii manipulation functions #include #include #include void serial_i
www.eeworm.com/read/286264/8775252

c p3.c

#include "reg51.h" #include "stdio.h" serial_init() //初始化串行口 { SCON = 0x50; TMOD |= 0x20; PCON |= 0x80; TH1 = 0xfd; TR1 = 1; TI = 1; } void main() { int a,b; int *Poi