代码搜索结果

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

serial.c

/***********************************************************************/ /* */ /* SERIAL.C: Low Level Serial Routines

serial.c

#include /*标准输入输出定义*/ #include /*标准函数库定义*/ #include /*Unix标准函数定义*/ #include /**/ #include /**/ #include

serial.h

#ifndef _SERIAL_ #define _SERIAL_ #define BAUDRATE0 115200 // 用户定义的UART0 波特率 #define DB_SENDMAXSIZE 0x80 #define DB_RECMAXSIZE 0x80 void init_serial(void); void OpenComm(void); void SendC

serial.c

//----------------------------------------------------------------------------- // Copyright (c) 2002 Jim Brady // Do not use commercially without author's permission // Last revised August 2002 /

serial.c

/*---------------------------------------------------------------------------*/ /* */ /* FILE: serial.c

serial.c

// MobyPalm // Copyright (C) 2005 Olivier Burgard // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published

serial.h

// MobyPalm // Copyright (C) 2005 Olivier Burgard // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published