代码搜索结果

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

serial.h

/*本项目的头文件*/ #ifndef __SERIAL_H #define __SERIAL_H #ifdef OS_CPU_GLOBALS #define OS_CPU_EXT #else #define OS_CPU_EXT extern #endif /*Serial port send buffer struct */ typedef struct

serial.c

#include "includes.h" #include "serial.h" void SendStr(unsigned char* buffer,int count) reentrant { // for(count=1;*buffer!='\0';count++)buffer++; // count++; pc_send.buffer=&buffer[0];

serial.h

// Copyright (C) 1999-2005 Open Source Telecom Corporation. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as publis

serial.cpp

// Copyright (C) 1999-2005 Open Source Telecom Corporation. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as publis

serial.txt

-------- FlashFXP Registration Data START -------- FLASHFXPzgDCZDFezgAAAADFW5etNQTnsl73n0FoZCZ4GRDMVE IAF1TO4dC4/oQAtJaXbV8cdIugAQqLOgY+EOagxDoMU3lCMWQZ HBS+NmnFTHDpsVb7AxScw8eSchiJ/zvcX3COuPEI+MTD

serial.cpp

// Serial.cpp: implementation of the CSerial class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Serial.h" #include "DataStruct.h"

serial.h

// Serial.h: interface for the CSerial class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_SERIAL_H__7522BCB7_A45C_4ADC_9F97_22DFE84F05BF__INCLUDED_)

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); * and all i

serial.h

/***************************************************************************\ Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved. by threewter 2004.4.26 \************************