📄 fbycommudlg.h
字号:
// fbycommuDlg.h : header file
//
#if !defined(AFX_FBYCOMMUDLG_H__A16DA1A3_7EAF_45B7_9D84_86CE419EC361__INCLUDED_)
#define AFX_FBYCOMMUDLG_H__A16DA1A3_7EAF_45B7_9D84_86CE419EC361__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CFbycommuDlg dialog
class CFbycommuDlg : public CDialog
{
// Construction
public:
int InitPort();
CFbycommuDlg(CWnd* pParent = NULL); // standard constructor
public:
BOOL SendCommand( BYTE* CommandArray, DWORD CommandLength, BYTE ParityMark);
BYTE ChangeParity(BYTE ParityMark);
int comMask,comBuf,comState;
DCB dcb;
COMSTAT comStat;
DWORD dwErrorFlag;
HANDLE comThreadHwnd;
DWORD dwThreadID;
// Dialog Data
//{{AFX_DATA(CFbycommuDlg)
enum { IDD = IDD_FBYCOMMU_DIALOG };
CButton m_BtnTest;
CButton m_BtnReset;
CButton m_BtnInit;
CButton m_BtnGetStatus;
CButton m_BtnGetData;
CButton m_BtnFeed;
CButton m_BtnClearData;
CButton m_BtnClean;
CButton m_BtnAutoTest;
CComboBox m_Func;
CComboBox m_BaudRate;
int m_PortVal;
BYTE m_DevIDVal;
CString m_RecvDataVal;
int m_RadioDecHexVal;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFbycommuDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CFbycommuDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBtnautotest();
afx_msg void OnBtnclean();
afx_msg void OnBtncleardata();
afx_msg void OnBtnfeed();
afx_msg void OnBtngetdata();
afx_msg void OnBtngetstatus();
afx_msg void OnBtninit();
afx_msg void OnBtnreset();
afx_msg void OnBtntest();
afx_msg void OnSelchangeCombofunc();
afx_msg void OnClose();
afx_msg LRESULT OnCommRecvNotify(WPARAM wParam,LPARAM lParam);
afx_msg LRESULT OnCommSendNotify(WPARAM wParam,LPARAM lParam);
afx_msg void OnRadiodec();
afx_msg void OnRadiohex();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FBYCOMMUDLG_H__A16DA1A3_7EAF_45B7_9D84_86CE419EC361__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -