• 大小: 46KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 语言: 其他
  • 标签: GPS  RS232  

资源简介

模拟GPS的串口数据,用户可以通过该程序调试GPS接收设备

资源截图

代码片段和文件信息

// GpsSim.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “GpsSim.h“
#include “GpsSimDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CGpsSimApp

BEGIN_MESSAGE_MAP(CGpsSimApp CWinApp)
//{{AFX_MSG_MAP(CGpsSimApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CGpsSimApp construction

CGpsSimApp::CGpsSimApp()
{
// TODO: add construction code here

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     114761  2007-09-17 15:33  GpsSim\Debug\GpsSim.exe

     文件      22640  2009-03-12 09:21  GpsSim\GpsSim.aps

     文件       2113  2009-03-12 10:01  GpsSim\GpsSim.clw

     文件       2030  2007-09-17 09:13  GpsSim\GpsSim.cpp

     文件       4291  2007-09-17 11:23  GpsSim\GpsSim.dsp

     文件        535  2007-09-17 09:13  GpsSim\GpsSim.dsw

     文件       1324  2007-09-17 09:13  GpsSim\GpsSim.h

     文件      82944  2009-03-12 10:01  GpsSim\GpsSim.ncb

     文件      54784  2009-03-12 10:01  GpsSim\GpsSim.opt

     文件       2173  2007-09-17 15:33  GpsSim\GpsSim.plg

     文件       7471  2007-09-17 12:53  GpsSim\GpsSim.rc

     文件       4885  2007-09-17 14:37  GpsSim\GpsSimDlg.cpp

     文件       1730  2007-09-17 12:55  GpsSim\GpsSimDlg.h

     文件       3579  2007-09-17 09:13  GpsSim\ReadMe.txt

     文件      24576  2007-09-17 15:33  GpsSim\Release\GpsSim.exe

     文件       1078  2007-09-17 09:13  GpsSim\res\GpsSim.ico

     文件        398  2007-09-17 09:13  GpsSim\res\GpsSim.rc2

     文件       1420  2007-09-17 12:53  GpsSim\resource.h

     文件       5794  2007-09-17 15:33  GpsSim\SerialPort.cpp

     文件        973  2007-09-17 14:32  GpsSim\SerialPort.h

     文件        208  2007-09-17 09:13  GpsSim\StdAfx.cpp

     文件        999  2007-09-17 09:13  GpsSim\StdAfx.h

     目录          0  2012-11-04 09:24  GpsSim\Debug

     目录          0  2012-11-04 09:24  GpsSim\Release

     目录          0  2012-11-04 09:24  GpsSim\res

     目录          0  2012-11-04 09:24  GpsSim

----------- ---------  ---------- -----  ----

               340706                    26


评论

共有 条评论