代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial.h
#ifndef _SERIAL_H_
#define _SERIAL_H_
void InitSerial() ;//串口初始化
void InitSerialBuffer(void) ;//串口缓冲区初始化
bit yygetch(unsigned char *ch) ;//从串口缓冲区读1字节数据
void PrintChar(unsigned char ch) ;//显示字符
serial.c
#include //Note:It must be added.必须在serial.c之前
#include
unsigned char TxBuf[LenTxBuf],RxBuf[LenRxBuf];//收发缓冲区实体
unsigned char *inTxBuf,*outTxBuf,*inRxBuf,*outRxBuf;//收发缓冲区读
serial.lst
C51 COMPILER V7.50 SERIAL 08/22/2008 20:37:26 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE SERIAL
OBJECT MODULE PLACED IN
serial.h
#ifndef _SERIAL_H_
#define _SERIAL_H_
void InitSerial() ;//串口初始化
void InitSerialBuffer(void) ;//串口缓冲区初始化
bit yygetch(unsigned char *ch) ;//从串口缓冲区读1字节数据
void PrintChar(unsigned char ch) ;//显示字符
serial.c
#include //Note:It must be added.必须在serial.c之前
#include
unsigned char TxBuf[LenTxBuf],RxBuf[LenRxBuf];//收发缓冲区实体
unsigned char *inTxBuf,*outTxBuf,*inRxBuf,*outRxBuf;//收发缓冲区读
serial.h
//---------------------------------------
// Example read and write DS1820
// for AT89S52
// KEIL C51 v7.5
// www.GetMicro.com
//---------------------------------------
#include
#ifn
serial.c
//---------------------------------------
// Example read and write DS1820
// for AT89S52
// KEIL C51 v7.5
// www.GetMicro.com
//---------------------------------------
#include
#inc
serial.d
.\flash\serial.o: serial.c
.\flash\serial.o: type.h
.\flash\serial.o: C:\Keil\ARM\INC\Philips\LPC23xx.H
.\flash\serial.o: serial.h