VC6.0 调用SerialPort类进行串口通讯,按照说明写了个demo,手动添加消息 20
VC6.0调用SerialPort类进行串口通讯,按照说明写了个demo,手动添加消息BEGIN_MESSAGE_MAP(CAboutDlg,CDialog)//{{AF...
VC6.0 调用SerialPort类进行串口通讯,按照说明写了个demo,手动添加消息
BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
//{{AFX_MSG_MAP(CAboutDlg)
ON_MESSAGE(WM_COMM_RXCHAR,OnComm)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
afx_msg LRESULT OnComm(WPARAM ch,LPARAM port);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
然后再cpp上写函数OnComm(),可是编译时提示
error C2065: 'OnComm' : undeclared identifier
error C2440: 'type cast' : cannot convert from 'int *' to 'long (__thiscall CWnd::*)(unsigned int,long)'
There is no context in which this conversion is possible
不知道是什么原因,我还需要怎么定义吗?谢谢! 展开
BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
//{{AFX_MSG_MAP(CAboutDlg)
ON_MESSAGE(WM_COMM_RXCHAR,OnComm)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
afx_msg LRESULT OnComm(WPARAM ch,LPARAM port);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
然后再cpp上写函数OnComm(),可是编译时提示
error C2065: 'OnComm' : undeclared identifier
error C2440: 'type cast' : cannot convert from 'int *' to 'long (__thiscall CWnd::*)(unsigned int,long)'
There is no context in which this conversion is possible
不知道是什么原因,我还需要怎么定义吗?谢谢! 展开
2个回答
意法半导体(中国)投资有限公司
2023-06-12 广告
2023-06-12 广告
单片机,即单片微控制器,也称为单片微型计算机,是将中央处理器(CPU)、存储器(ROM,RAM)、输入/输出接口和其他功能部件集成在一块 在一个小块的集成电路上,从而实现对整个电路或系统的数字式控制。单片机不是完成某一个逻辑功能的芯片,而是...
点击进入详情页
本回答由意法半导体(中国)投资有限公司提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询