代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial.c
//本函数集来自51单片机世界,作者斑竹丁丁(聂小猛)。
//主页地址http://www.mcu51.com
//串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理
//出入均设有缓冲区,大小可任意设置。
//可供使用的函数名:
/*
extern char getbyte(void);//从接收缓冲区取一个byte,如不想等待则在调用前检测inbufsign是否为1。
e ...
serial.c
//=====================================================
#include
//#include
#include "serial.h"
#include "lcdm11264.h"
#define McuClk 12
extern void delay(uint
serial.h
/**********************************************************************
*
* Filename: serial.h
*
* Description: Header file for the serial port class.
*
* Notes:
*
*
* Co
serial.cpp
/**********************************************************************
*
* Filename: serial.cpp
*
* Description: Implementation of the SerialPort class.
*
* Notes:
*
*
*
serial.c
/****************************************************************************/
/* */
/* FILE NAME
serial.c
/*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free softwa
serial.c
/*
* serial.c
*
* This module implements the rs232 io functions
* void rs_write(struct tty_struct * queue);
* void rs_init(void);
* and all interrupts pertaining to serial IO.
*/
#include