资源简介
MFC通过电脑串口接收GPS信息,并查看
代码片段和文件信息
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++ your modifications will be overwritten.
#include “stdafx.h“
#include “mscomm.h“
/////////////////////////////////////////////////////////////////////////////
// CMSComm
IMPLEMENT_DYNCREATE(CMSComm CWnd)
/////////////////////////////////////////////////////////////////////////////
// CMSComm properties
/////////////////////////////////////////////////////////////////////////////
// CMSComm operations
void CMSComm::SetCDHolding(BOOL bNewValue)
{
static BYTE parms[] =
VTS_BOOL;
InvokeHelper(0x1 DISPATCH_PROPERTYPUT VT_EMPTY NULL parms
bNewValue);
}
BOOL CMS
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-01-14 09:21 MSCommPort\
目录 0 2016-01-14 09:21 MSCommPort\Debug\
文件 47437 2016-01-13 14:16 MSCommPort\Debug\mscomm.obj
文件 118846 2016-01-14 09:21 MSCommPort\Debug\MSCommPort.exe
文件 249100 2016-01-14 09:21 MSCommPort\Debug\MSCommPort.ilk
文件 14791 2016-01-13 14:42 MSCommPort\Debug\MSCommPort.obj
文件 5494640 2016-01-13 14:15 MSCommPort\Debug\MSCommPort.pch
文件 418816 2016-01-14 09:21 MSCommPort\Debug\MSCommPort.pdb
文件 2880 2016-01-13 15:13 MSCommPort\Debug\MSCommPort.res
文件 38419 2016-01-14 09:21 MSCommPort\Debug\MSCommPortDlg.obj
文件 105522 2016-01-13 14:15 MSCommPort\Debug\StdAfx.obj
文件 214016 2016-01-14 09:21 MSCommPort\Debug\vc60.idb
文件 364544 2016-01-14 09:21 MSCommPort\Debug\vc60.pdb
文件 8569 2016-01-13 14:15 MSCommPort\mscomm.cpp
文件 3221 2016-01-13 14:15 MSCommPort\mscomm.h
文件 36072 2016-01-13 15:13 MSCommPort\MSCommPort.aps
文件 1349 2016-01-14 09:21 MSCommPort\MSCommPort.clw
文件 2119 2016-01-13 14:14 MSCommPort\MSCommPort.cpp
文件 4664 2016-01-13 16:06 MSCommPort\MSCommPort.dsp
文件 570 2016-01-13 16:06 MSCommPort\MSCommPort.dsw
文件 1368 2016-01-13 14:14 MSCommPort\MSCommPort.h
文件 48640 2016-01-13 17:37 MSCommPort\MSCommPort.opt
文件 1147 2016-01-14 09:21 MSCommPort\MSCommPort.plg
文件 6261 2016-01-13 15:13 MSCommPort\MSCommPort.rc
文件 6469 2016-01-14 09:21 MSCommPort\MSCommPortDlg.cpp
文件 1555 2016-01-13 14:42 MSCommPort\MSCommPortDlg.h
文件 3651 2016-01-13 14:14 MSCommPort\ReadMe.txt
目录 0 2016-01-13 14:14 MSCommPort\res\
文件 918 2016-01-13 15:13 MSCommPort\resource.h
文件 1078 2016-01-13 14:14 MSCommPort\res\MSCommPort.ico
文件 402 2016-01-13 14:14 MSCommPort\res\MSCommPort.rc2
............此处省略2个文件信息
评论
共有 条评论