代码搜索:Serial_init

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

代码结果 226
www.eeworm.com/read/362938/9974505

c main.c

#include #include #include #define uchar unsigned char extern void serial_init(void); extern RS485(); extern void delay0(uchar); extern state(); void main(vo
www.eeworm.com/read/162926/10257787

c main_loop.c

// Header: // File Name: main_loop.c // Author: // Date: #include #include #include "main_loop.h" void main() { EA=1; serial_init(11059200,57600); while(1
www.eeworm.com/read/416130/11040337

c serial.c

#include "cmddefine.h" #include "serial.h" ////////////////////////////////////////////////////////////////////// void serial_putch(unsigned char ch) { SBUF = ch; TI =
www.eeworm.com/read/455045/7378437

c colinfradelaytime.c

/********************************************************************************************************** * Infrared_CP_Test Project
www.eeworm.com/read/448182/7538523

c l3-16.c

/********************************************************************** 程序名称:L3-16.c 程序功能:演示标准输入函数scanf( )的使用 程序作者:张三 创建时间:2008-3-28 **************************************************************
www.eeworm.com/read/448182/7538528

c l3-17.c

/********************************************************************** 程序名称:L3-17.c 程序功能:演示标准库函数scanf( )、printf( )、cos( )、_crol_( )、_cror_( )的使用 程序作者:张三 创建时间:2008-3-28 **************************
www.eeworm.com/read/244040/12896634

_h comm._h

/******************************************************* /*ICC-AVR application builder : 2004-3-11 12:02:11 // Target : atMega16 // Crystal: 8.0000Mhz 通讯模块 单工双向485接口 采用ASCII码传输 *****************
www.eeworm.com/read/308712/13694787

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
www.eeworm.com/read/107423/6189338

c main.c

#include "arm7tdmi.h" extern char _stext,_etext,_sdata,_edata; #define SRC ((long)(&_etext) + (long)(&_edata) - (long)(&_sdata)) #define DST 0x7c0000 #define LEN 0x040000 #define DO_DEBUG #ifdef D
www.eeworm.com/read/107423/6189353

c main.c

#include "arm7tdmi.h" extern char _stext,_etext,_sdata,_edata; #define SRC ((long)(&_etext) + (long)(&_edata) - (long)(&_sdata)) #define DST 0x7c0000 #define LEN 0x040000 #define DO_DEBUG #ifdef D