代码搜索:MyComm
找到约 146 项符合「MyComm」的源代码
代码结果 146
www.eeworm.com/read/170491/9803248
h mycomm2.h
// myComm2.h : main header file for the MYCOMM2 application
//
#if !defined(AFX_MYCOMM2_H__B5423412_5B72_4A72_8297_F1E748C9905A__INCLUDED_)
#define AFX_MYCOMM2_H__B5423412_5B72_4A72_8297_F1E748C9
www.eeworm.com/read/170491/9803255
plg mycomm2.plg
Build Log
--------------------Configuration: myComm2 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMIN
www.eeworm.com/read/170491/9803259
rc mycomm2.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/170491/9803260
ncb mycomm2.ncb
www.eeworm.com/read/323204/13347345
rc2 mycomm.rc2
//
// MYCOMM.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
////
www.eeworm.com/read/300833/13890316
pas mycomm32.pas
//------------吴志辉 2002-10改写------------//
//-------------ionfos@163.com----------------//
//------------感谢 Marco Cocco---------------//
unit MyComm32;
interface
uses
Windows, Messages,
www.eeworm.com/read/170491/9803232
rc2 mycomm2.rc2
//
// MYCOMM2.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
///
www.eeworm.com/read/170491/9803242
h mycomm2dlg.h
// myComm2Dlg.h : header file
//
//{{AFX_INCLUDES()
#include "mscomm.h"
//}}AFX_INCLUDES
#if !defined(AFX_MYCOMM2DLG_H__4BBEA456_94A7_4AF6_A096_97838D78EAA3__INCLUDED_)
#define AFX_MYCOMM2DLG_
www.eeworm.com/read/170491/9803247
cpp mycomm2dlg.cpp
// myComm2Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "myComm2.h"
#include "myComm2Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _
www.eeworm.com/read/152667/12094624
txt 串口类使用说明.txt
使用:
定义
cnComm MyComm1(false, 0);//第1个参数为是否启动监视线程, 第2个参数为阻塞(0)/异步方式(默认)
cnComm MyComm2;//默认启动监视线程, 异步
cnComm MyComm3(true);//监视线程, 阻塞
打开
MyComm1.Open(1);//1-1024 2k支持1024串口
MyComm1.Open(1,