代码搜索结果

找到约 10,000 项符合 Serial 的代码

serial.h

#ifndef __SERIAL_H__ #define __SERIAL_H__ #include #include "kodiacdefs.h" #include #include #include #define SERIAL_BAUD_RATE 38400 #define SERIAL_BITS

serial.vpwhistu

[Global] CurrentProject=serial.vpj [ProjectDates] serial.vpj=20050513125316000 [ActiveConfig] serial.vpj=Debug [TreeExpansion2] - serial.vpj - Source Files + Header Files + Resource Files + Bi

serial.c

/************************************************************************** * * serial.c * * elvis.deng@sdrcomm.biz * * serial communication * ***************************************

serial.h

/* * include/asm-arm/arch-s3c2410/serial.h * * All this is intended to be used with a 16550-like UART on the PCMCIA bus. * It has nothing to do with the SA1100's internal serial ports. * This is

serial.c

/********************************************************************************************************* ** Small RTOS(51) ** Th

serial.c

/********************************************************************************************************* ** Small RTOS(51) ** Th

serial.h

#ifndef _SERIAL_ #define _SERIAL_ #define BAUDRATE0 115200 // 用户定义的UART0 波特率 #define DB_SENDMAXSIZE 0x80 #define DB_RECMAXSIZE 0x80 void init_serial(void); void OpenComm(void); void SendC