資源簡(jiǎn)介
用MFC實(shí)現(xiàn)的RS232串口編程簡(jiǎn)單實(shí)例(包括串口參數(shù)設(shè)置
、數(shù)據(jù)發(fā)送與接收等)。
代碼片段和文件信息
//?MyEdit.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“rs232.h“
#include?“MyEdit.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CMyEdit
CMyEdit::CMyEdit()
:m_BaundColor(RGB(000));
{
}
CMyEdit::~CMyEdit()
{
}
BEGIN_MESSAGE_MAP(CMyEdit?CEdit)
//{{AFX_MSG_MAP(CMyEdit)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
void?CMyEdit::SetBoundColor(COLLRREF?color);
{
m_BoundColor=color;
}
/////////////////////////////////////////////////////////////////////////////
//?CMyEdit?message?handlers
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????139336??2009-08-25?21:16??MFC串口RS232編程\Debug\RS232.exe
?????文件??????13873??2009-08-25?21:16??MFC串口RS232編程\Debug\RS232.obj
?????文件?????459776??2009-08-25?21:16??MFC串口RS232編程\Debug\RS232.pdb
?????文件??????14760??2008-11-11?11:04??MFC串口RS232編程\Debug\RS232.res
?????文件??????25467??2008-10-24?09:04??MFC串口RS232編程\Debug\Rs232c.obj
?????文件??????25118??2009-08-25?21:16??MFC串口RS232編程\Debug\Rs232c1.obj
?????文件??????66409??2009-08-25?21:16??MFC串口RS232編程\Debug\RS232Dlg.obj
?????文件?????105482??2009-08-25?21:16??MFC串口RS232編程\Debug\StdAfx.obj
?????文件?????372736??2009-08-25?21:16??MFC串口RS232編程\Debug\vc60.pdb
?????文件????????744??2008-11-07?09:56??MFC串口RS232編程\MyEdit.cpp
?????文件???????1155??2008-11-07?09:51??MFC串口RS232編程\MyEdit.h
?????文件???????1068??2008-10-30?10:57??MFC串口RS232編程\ommSet.cpp
?????文件???????1087??2008-10-30?10:57??MFC串口RS232編程\ommSet.h
?????文件???????3561??2008-10-16?10:16??MFC串口RS232編程\ReadMe.txt
?????文件???????5694??2008-11-11?11:01??MFC串口RS232編程\res\1.ico
?????文件???????5694??2008-11-11?11:04??MFC串口RS232編程\res\12.ico
?????文件???????5694??2008-11-11?10:52??MFC串口RS232編程\res\14.ico
?????文件????????766??2008-11-06?14:30??MFC串口RS232編程\res\icon1.ico
?????文件???????1078??2008-10-16?10:16??MFC串口RS232編程\res\RS232.ico
?????文件????????397??2008-10-16?10:16??MFC串口RS232編程\res\RS232.rc2
????..A.SH.?????11776??2009-10-06?22:22??MFC串口RS232編程\res\Thumbs.db
?????文件???????1325??2008-11-11?10:30??MFC串口RS232編程\resource.h
?????文件??????33712??2009-04-29?00:02??MFC串口RS232編程\RS232.APS
?????文件???????4489??2009-08-25?21:17??MFC串口RS232編程\RS232.clw
?????文件???????2049??2008-10-16?10:16??MFC串口RS232編程\RS232.cpp
?????文件???????4588??2008-11-11?10:41??MFC串口RS232編程\RS232.dsp
?????文件????????535??2008-11-06?15:11??MFC串口RS232編程\RS232.dsw
?????文件???????1313??2008-10-16?10:16??MFC串口RS232編程\RS232.h
?????文件?????107520??2009-08-25?21:19??MFC串口RS232編程\RS232.ncb
?????文件??????54784??2009-08-25?21:19??MFC串口RS232編程\RS232.opt
............此處省略18個(gè)文件信息
評(píng)論
共有 條評(píng)論