代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial-2410.c
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************
tiny_serial.c
/*
* Tiny Serial driver
*
* Copyright (C) 2002-2004 Greg Kroah-Hartman (greg@kroah.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU G
serial.dp2
serial.o: D:\Design\AVR\iccv7avr\include\iom8v.h D:\Design\AVR\iccv7avr\include\macros.h D:\Design\AVR\iccv7avr\include\string.h D:\Design\AVR\iccv7avr\include\_const.h E:\Shuaihu\AVR\8880\serial.h E:
regs-serial.h
/* linux/include/asm-arm/arch-s3c2410/regs-serial.h
*
* From linux/include/asm-arm/hardware/serial_s3c2410.h
*
* Internal header file for Samsung S3C2410 serial ports (UART0-2)
*
* Copyright
serial1.c
//串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理
//出入均设有缓冲区,大小可任意设置。
//*************************************************************************
#include "TestSerial.h"
#define BAUDRATE1 115200 // 用户定义的UART1 波特
serial1.h
void OpenComm1(void);
void SendCommChar1(char ch);
void SendCommAddress1(char ch);
void SendCommBuffer1(unsigned char *base, unsigned char size);
void SendCommString1(unsigned char *base);
bit Ge
serial1.lst
C51 COMPILER V6.23a SERIAL1 04/15/2002 18:18:04 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE SERIAL1
OBJECT MODULE PLACED I
the serial interface.htm
The serial interface
tiny_serial.c
/*
* Tiny Serial driver
*
* Copyright (C) 2002-2004 Greg Kroah-Hartman (greg@kroah.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU G