代码搜索结果

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

fhandler_serial.cc

/* fhandler_serial.cc Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. This file is part of Cygwin. This software is a copyrighted work licensed under the terms of the Cygwin lic

serial-io.c

/*------------------------------------------------------------------------------ SIO.C: Serial Communication Routines. Copyright 1995-2002 KEIL Software, Inc. -----------------------------------

serial-io.h

/* Alexey Selischev (bmp@beep.ru) */ #include void com_initialize (void); INT8 com_putchar (UINT8 c); INT16 com_getchar (void); UINT8 com_rbuflen (void); UINT8 c

serial390.h

#ifndef SERIAL390_H #define SERIAL390_H #warning "Please use instead of " #include #endif SERIAL390_H

io_serial.cdl

# ==================================================================== # # io_serial.cdl # # eCos IO configuration data # # ==================================================================

serial5.c

//========================================================================== // // serial5.c // // Test data duplex receive and send. // //===============================================

serial3.c

//========================================================================== // // serial3.c // // Test data half-duplex receive and send. // //==========================================

serial2.c

//========================================================================== // // serial2.c // // Test simple string output. // //=======================================================

serial4.c

//========================================================================== // // serial4.c // // Test serial configuration changing // //===============================================

serial1.c

//========================================================================== // // serial1.c // // Test serial driver API // //===========================================================