-
1.BOOL OnCommsCreate(CWnd* pParentWnd)
创建串口,本DLL同时创建5个串口。pParentWnd为窗口指针,一般为t...
1.BOOL OnCommsCreate(CWnd* pParentWnd)
创建串口,本DLL同时创建5个串口。pParentWnd为窗口指针,一般为this。
2. BOOL OnComportOpen()
根据串口设置文件中的设置参数,打开多串口。
3.void OnCommSend(unsigned int uiCom, CString sSendData, unsigned int uiKind)
往指定串口发送数据。其中uiCom为指定的串口,注意串口1的uiCom为0;sSendData为要发送的字符串; uiKind: 发送数据类型:0:原始数据 1:加回车符 2:加校验和。
4.void OnMscommsSet()
打开串口设置界面,改变串口设置,并保存到设置文件中。
5.BOOL OnComportTimerProcess(CString strProcess[MaxPort])
判断串口接收的一组数据是否已经接收完。
6. BOOL OnPopupDialog()
打开串口收发数据显示调试界面。
7. BOOL OnGetPortUse(unsigned int uiCom) .
判断指定串口是否使用。
8. BOOL OnGetPortExit(unsigned int uiCom)
判断指定串口在本机上是否存在。
9. void OnPortClose(unsigned int uiCom)
关闭指定串口。
10. void OnPortOpen(unsigned int uiCom)
打开指定串口。
11. void OnCloseAllPorts()
关闭所有串口。
12. void OnOpenAllPorts()
打开所有串口。
-1.BOOL OnCommsCreate (CWnd* pParentWnd) Serial create the DLL while creating five serial. PParentWnd pointer to the window, but generally this. 2. BOOL OnComportOpen () Serial document under the
- 2022-01-22 14:42:47下载
- 积分:1
-
江民杀毒式菜单,有点像工具条栏
江民杀毒式菜单,有点像工具条栏,主要是引用API函数实现功能的-Jiangmin antivirus-up menu, a bit like a column of the tool is mainly used API functions functional! !
- 2022-02-13 22:27:11下载
- 积分:1
-
没有压缩密码,用pb9.0很不错的菜单
没有压缩密码,用pb9.0很不错的菜单-compressed using pb9.0 very good menu
- 2022-02-25 05:10:19下载
- 积分:1
-
通过控制 Windows 窗口实现的菜单,基本实现了原 Windows 菜单的功能。程序中由类 CHSMenu 实现菜单的基本功能,并在原有基础上派生类 CHS...
通过控制 Windows 窗口实现的菜单,基本实现了原 Windows 菜单的功能。程序中由类 CHSMenu 实现菜单的基本功能,并在原有基础上派生类 CHSMenuPro,扩展了菜单外观的可视效果。代码和结构比较清晰。大部分类方法及其使用与 CMenu 相同。在 HSGraphics 中有一些可重用函数代码,可以简单实现一些图像处理功能。-through control of the Windows menu achieved and the basic realization of the original Windows menu functions. Proceedings from the category menu CHSMenu achieve the basic functions, and based on the original derived class CHSMenuPro, expanded menu appearance of the visual effects. Code and clear structure. Most methodology and its use CMenu same. In HSGraphics have some reusable code function, a simple realization of image processing functions.
- 2023-08-07 03:05:04下载
- 积分:1
-
个性化弹出菜单,适用于大型项目开发时的菜单控件的制作,并可以根据具体要求实现个性化的修改。...
个性化弹出菜单,适用于大型项目开发时的菜单控件的制作,并可以根据具体要求实现个性化的修改。-Personalized pop-up menu, apply to large-scale projects to develop the menu controls at the time of production, and specific requirements can realize personalized changes.
- 2022-02-28 19:43:25下载
- 积分:1
-
TIAeverMainMenu can operate the main menu and the main pop
TIAeverMainMenu可以操作主菜单和主弹出式菜单的控件。-TIAeverMainMenu can operate the main menu and the main pop-up menu controls.
- 2022-03-12 16:59:44下载
- 积分:1
-
vc++可视化编程,包括菜单,工具栏,状态栏的控件,压缩…
vc++可视化编程,包括菜单工具条状态栏的控件,压缩包里面的是源代码,可直接运行。-vc++ visual programming, including the menu, tool bar status bar controls, compressed packets inside the source code can be directly run.
- 2022-03-05 11:55:03下载
- 积分:1
-
一个伟大的Win32系统菜单的例子(不是MFC!!!)
A Great Win32 System Menu Example (NOT MFC !!!)
- 2023-02-06 11:50:04下载
- 积分:1
-
Drop Down Menu Script
Drop Down Menu Script
- 2022-12-24 05:20:03下载
- 积分:1
-
本例实现了一个简单扩展菜单,根据人员的选择动态显示菜单内容。...
本例实现了一个简单扩展菜单,根据人员的选择动态显示菜单内容。-the cases to achieve a simple expansion of the menu, according to the choice of dynamic display menu contents.
- 2022-02-14 08:26:57下载
- 积分:1