⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 monitorcomportdlg.h

📁 串口工具,用于接收数据和发送数据
💻 H
字号:
// MonitorComPortDlg.h : header file
//
//{{AFX_INCLUDES()
#include "mscomm.h"
//}}AFX_INCLUDES

#if !defined(AFX_MONITORCOMPORTDLG_H__B440EFCD_640A_48AC_8AC1_F7F3DF84FCC6__INCLUDED_)
#define AFX_MONITORCOMPORTDLG_H__B440EFCD_640A_48AC_8AC1_F7F3DF84FCC6__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CMonitorComPortDlg dialog

class CMonitorComPortDlg : public CDialog
{
// Construction
public:

	CString GetTimeString(CString &str);
	CString TimeToString(CString &str);
	void WriteFile(CString &filePath,CString &fileStr);
	CString CreateTXTFile(CString &filePath,CString &fileName);
// 	static CString GetStrFileName(CString* str);
	afx_msg void OnComm();
	CMonitorComPortDlg(CWnd* pParent = NULL);	// standard constructor
// 	static CString gVarFileName;
// Dialog Data
	//{{AFX_DATA(CMonitorComPortDlg)
	enum { IDD = IDD_MONITORCOMPORT_DIALOG };
	CButton	m_ctrlHexDiaplay;
	CComboBox	m_StopBitCombo;
	CComboBox	m_BitDigCombo;
	CComboBox	m_CompareCombo;
	CComboBox	m_SpeedCombo;
	CComboBox	m_ComPortCombo;
	CEdit	m_editMsg;
	CMSComm	m_MSComm;
	CString	m_StrEdit;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMonitorComPortDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL
	BOOL bSend;
	BOOL bReceive;
	BOOL bOpen;
	CFile file;
	CString filename,fileNamePath;
// Implementation
protected:
	HICON m_hIcon;
	int	inameSign;
	BOOL OnInitComm();
	// Generated message map functions
	//{{AFX_MSG(CMonitorComPortDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnRun();
	afx_msg void OnCommMscomm();
	afx_msg void OnSetComm();
	DECLARE_EVENTSINK_MAP()
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MONITORCOMPORTDLG_H__B440EFCD_640A_48AC_8AC1_F7F3DF84FCC6__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -