// stdafx.h : ��ϵͳ�����ļ��İ����ļ��� // ���Ǿ���ʹ�õ��������ĵ� // �ض�����Ŀ�İ����ļ� // #pragma once #include "targetver.h" #include <stdio.h> #include <tchar.h> #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // ijЩ CString ���캯��������ʽ�� #ifndef VC_EXTRALEAN #define VC_EXTRALEAN // �� Windows ͷ���ų�����ʹ�õ����� #endif #include <afx.h> #include <afxwin.h> // MFC ��������ͱ���� #include <afxext.h> // MFC ��չ #ifndef _AFX_NO_OLE_SUPPORT #include <afxdtctl.h> // MFC �� Internet Explorer 4 �����ؼ���֧�� #endif #ifndef _AFX_NO_AFXCMN_SUPPORT #include <afxcmn.h> // MFC �� Windows �����ؼ���֧�� #endif // _AFX_NO_AFXCMN_SUPPORT #include <iostream> #include <string> #include <vector> #include "Serial.h" #include "utils.h"