代码搜索:SerialBase

找到约 14 项符合「SerialBase」的源代码

代码结果 14
www.eeworm.com/read/279258/10450358

cpp serialbase.cpp

// SerialBase.cpp: implementation of the CSerialBase class. // ////////////////////////////////////////////////////////////////////// //History //*Data *Name *comments. //2008-Feb-0
www.eeworm.com/read/279258/10450363

h serialbase.h

// SerialBase.h: interface for the CSerialBase class. // ////////////////////////////////////////////////////////////////////// //History //*Data *Name *comments. //2008-Feb-03
www.eeworm.com/read/309912/13662311

h serialbase.h

#ifdef __cplusplus extern "C" { #endif //SerialBase.h #ifndef _SERIALBASE_H #define _SERIALBASE_H #include #include #include #include #incl
www.eeworm.com/read/309912/13662316

c serialbase.c

#ifdef __cplusplus extern { #endif #include "SerialBase.h" static char m_szComName[12] ="/dev/ttyS0"; // Serial port name, such as COM1 and COM2 static int m_bComDevOpen = 0; //True
www.eeworm.com/read/132649/5912467

hpp serialbase.hpp

/* * =========================================================================== * PRODUCTION $Log: serialbase.hpp,v $ * PRODUCTION Revision 1000.3 2004/06/01 19:39:07 gouriano * PRODUCTION PROD
www.eeworm.com/read/474814/1389742

java serialbase.java

/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2000,2007 Oracle. All rights reserved. * * $Id: SerialBase.java,v 12.5 2007/05/04 00:28:24 mark Exp $ */ package co
www.eeworm.com/read/231017/4718229

java serialbase.java

/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2000-2006 * Oracle Corporation. All rights reserved. * * $Id: SerialBase.java,v 12.3 2006/08/31 18:14:05 bostic
www.eeworm.com/read/219730/4847159

java serialbase.java

/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2000-2006 * Oracle Corporation. All rights reserved. * * $Id: SerialBase.java,v 12.3 2006/08/31 18:14:05 bostic
www.eeworm.com/read/344149/3212001

java serialbase.java

/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2000-2006 * Oracle Corporation. All rights reserved. * * $Id: SerialBase.java,v 12.3 2006/08/31 18:14:05 bostic
www.eeworm.com/read/314660/3630724

java serialbase.java

/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2000,2007 Oracle. All rights reserved. * * $Id: SerialBase.java,v 12.5 2007/05/04 00:28:24 mark Exp $ */ package co