资源简介

使用串口通讯发送和接收文件的VC++源代码 供大家参考

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “DOWNLOADFILE.h“
#include “DOWNLOADFILEDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDOWNLOADFILEApp

BEGIN_MESSAGE_MAP(CDOWNLOADFILEApp CWinApp)
//{{AFX_MSG_MAP(CDOWNLOADFILEApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CDOWNLOADFILEApp construction

CDOWNLOADFILEApp::CDOWNLOAD

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件           0  2000-05-16 16:09  aa.raw
     文件           0  2000-05-15 15:16  aa.raw.bak
     目录           0  2000-06-01 15:52  Debug\
     文件      118839  2000-05-24 15:48  Debug\DOWNLOADFILE.exe
     文件        4229  2000-05-12 14:10  DOWNLOADFILE.001
     文件       21112  2000-06-01 15:56  DOWNLOADFILE.APS
     文件        1808  2000-06-01 15:58  DOWNLOADFILE.clw
     文件        2147  2000-05-12 14:10  DOWNLOADFILE.cpp
     文件        4406  2000-05-12 14:26  DOWNLOADFILE.DSP
     文件         547  2000-05-12 14:17  DOWNLOADFILE.DSW
     文件        1398  2000-05-12 14:10  DOWNLOADFILE.h
     文件       82944  2000-06-01 15:58  DOWNLOADFILE.ncb
     文件       54784  2000-06-01 15:58  DOWNLOADFILE.opt
     文件        1281  2000-05-27 12:16  DOWNLOADFILE.PLG
     文件        5874  2000-05-24 15:48  DOWNLOADFILE.rc
     文件        8094  2000-05-24 15:29  DOWNLOADFILEDlg.cpp
     文件        1771  2000-05-24 15:23  DOWNLOADFILEDlg.h
     文件        3455  2000-05-12 14:10  ReadMe.txt
     目录           0  2000-06-01 15:56  res\
     文件        1078  2000-05-24 15:48  res\DOWNLOADFILE.ico
     文件         404  2000-05-12 14:10  res\DOWNLOADFILE.rc2
     文件         827  2000-05-15 15:29  resource.h
     文件       17613  2000-05-24 10:14  SerialPort.cpp
     文件        3029  2000-05-24 10:12  SerialPort.h
     文件         210  2000-05-12 14:10  StdAfx.cpp
     文件         987  2000-05-12 14:10  StdAfx.h

评论

共有 条评论