小弟我的serialport.cpp和serialport.h文件如何找不到呢

我的serialport.cpp和serialport.h文件怎么找不到呢?
这两个文件应该在vc++安装目录下的哪个文件夹下呢!我怎么找不到这两个文件呢?
请大家指点!如果没有是否可以直接将这两个文件拷到相应目录下呢?从哪儿可以下载到这两个文件呢?

------解决方案--------------------
外事不决问google
简单而强大的多线程串口编程工具CserialPort类好了,你可以先下载源程序: scporttest.zip(大小:49KB,VC6,WIN9X/2000,SerialPort.h SerialPort.cpp是两个类文件) ... 将SerialPort.h SerialPort.cpp两个类文件复制到工程文件夹中,用Project-Add to Project-Files命令将上述两个文件加入工程。 ...
www.gjwtech.com/scomm/sc2serialportclass.htm - 20k - 网页快照 - 类似网页

龚建伟技术主页-在VC.NET中应用CSerialport类但从串口调试助手向SerialPortTest发送消息时,报错了,说“comstat is being used without defining ",在SerialPort.CPP中,可以找到comstat的 ... 由于它要检查未初始化的变量,所以将SerialPort.cpp中的COMSTAT comstat;改为static COMSTAT comstat; ...
www.gjwtech.com/scomm/sc1howtousecserialportinvcdotnetchenxiang.htm - 15k - 网页快照 - 类似网页

Koders - SerialPort.Cpp- [ 翻译此页 BETA ]SerialPort.Cpp · SerialPort.h ... -*-C++-*- ******************************************************************* * * File: $Workfile: SerialPort.Cpp $ * RCS: $Header: /cvsroot/stelvio/stelvio/NavStar/SerialPort.Cpp,v 1.1.1.1 2000/11/02 ...
www.koders.com/cpp/fid07955D8C374BB8AFF3B056C9EDA568C397D9476D.aspx - 类似网页

Koders - SerialPort.cpp- [ 翻译此页 BETA ]download, SerialPort.cpp Language: C++ LOC: 66. Project Info Standard J2K Library - General C++ Lib(j2k) Server: SourceForge Type: cvs ... SerialPort.cpp · SerialPort.hpp · SerialPortTest.cpp · SerialPortTest2.cpp · SwitchTest.cpp ...
www.koders.com/cpp/fid8F49CEA8FE81782BF4B2DE8D6ED1F55DEC1211E9.aspx - 类似网页

VC知识库文章- 介绍一个Win32 API 串口控制MFC 打包类在工程中添加SerialPort.cpp文件,并在任何要调用这个类的模块中#include SerialPort.h文件。 实现细节请参考例子程序的源代码. API 参考: 接口由两个类组成:CSerialException、CSerialPort。其成员函数和成员变量清单如下: ...
vckbase.com/code/relateddoc.asp?id=1844 - 47k - 网页快照 - 类似网页

CSerialPort v1.03 - Serial Port Wrapper - The Code Project - System- [ 翻译此页 BETA ]To use the class in your code, simply include serialport.cpp in your project and #include serialport.h in which ever of your modules needs to make calls to the class. To see the code in action, have a look at the module app.cpp in the ...
www.codeproject.com/system/cserialport.asp - 78k - 网页快照 - 类似网页

Serial Communication Class for 32-bit Applications- [ 翻译此页 BETA ]SerialPort.cpp. CSerialPort::EscapeCommFunction() was incorrectly using the xxxDTR and xxxRTS values. Replace it with this code: ... In the workspace window, right click on the SerialPort.cpp source file and select the Settings option. ...
www.ewoodruff.us/CSerialPort.aspx - 7k - 网页快照 - 类似网页

SourceForge.net CVS Repository - [stellarium] Log of ...- [ 翻译此页 BETA ]SerialPort.cpp. (logo). Log of /telescope_server/src/SerialPort.cpp. Parent Directory Parent Directory. Links to HEAD:, (view) (download) (annotate). Sticky Tag:. jrandom, MAIN, start, HEAD. Revision 1.3 - (view) (download) (annotate) ...
stellarium.cvs.sourceforge.net/stellarium/telescope_server/src/SerialPort.cpp?view=log - 9k - 网页快照 - 类似网页

CVS log for domsoft/src/ntsoft/serialPort.cpp- [ 翻译此页 BETA ]CVS log for domsoft/src/ntsoft/serialPort.cpp. (logo). Help · (back) Up to [IceCube] / domsoft / src / ntsoft. Request diff between arbitrary revisions. Default branch: MAIN Bookmark a link to: HEAD / (download) ...
glacier.lbl.gov/cgi-bin/viewcvs.cgi/domsoft/src/ntsoft/serialPort.cpp - 7k - 网页快照 - 类似网页

CodeGuru: Implementing Serial Communication in Win9X/2000- [ 翻译此页 BETA ]Copy the "SerialPort .h " and "SerialPort .cpp " files and paste them in your Project directory. ... Select "SerialPort .h " and "SerialPort .cpp " and click OK. Add the line #include "SerialPort .h " in your dialog 's header file (include ...
www.codeguru.com/cpp/i-n/network/serialcommunications/article.php/c5395/ - 84k - 网页快照 - 类似网页