代码搜索结果

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

serial.c

#include //------------------------------------------------ char getData(void) { char c; while (!RI); c=SBUF; RI=0; return (c); } //-----------------------------------------

serial.plg

礦ision2 Build Log Project: F:\我的工程\mcu\串口通讯\serial.uv2 Project File Date: 12/02/2004 Output:

serial.lst

C51 COMPILER V7.06 SERIAL 01/08/2008 20:10:19 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE SERIAL OBJECT MODULE PLACED IN

serial.h

/* ********************************************************************************************************* * uC/OS-II *

serial.c

/* ********************************************************************************************************* * uC/OS-II *

serial.h

#ifndef _SERIAL_H_ #define _SERIAL_H_ /* ******************************************************************************** * (c) Copyright 2002, Wiznet, Seoul, Korea * * Filename : serial.h *

serial.c

/* ******************************************************************************** * Wiznet. * 5F Simmtech Bldg., 228-3, Nonhyun-dong, Kangnam-gu, * Seoul, Korea * * (c) Copyright 2002, Wiznet,

serial.c

/* * linux/kernel/serial.c * * (C) 1991 Linus Torvalds */ /* * serial.c * * This module implements the rs232 io functions * void rs_write(struct tty_struct * queue); * void rs_init(void);