-
Modbus TCP 客户端
========================================================================
MICROSOFT 基础类库: ModbusClient
========================================================================
应用程序向导已创建此为你的 ModbusClient 应用程序。此应用程序
不只演示了使用 Microsoft 基础类的基本知识
但也是您编写应用程序的起始点。
此文件包含你会发现在每个文件中的摘要,
让您的 ModbusClient 应用程序。
ModbusClient.dsp
此文件 (项目文件) 包含在项目级信息和
用来建立一个单一的项目或子项目。其他用户可以共享
项目 (.dsp) 文件,但他们应该导出到本地的生成文件。
ModbusClient.h
这是为应用程序的主头文件。它包括其他
项目特定的标头 (包括 resource.h 中),并声明
CModbusClientApp 应用程序类。
ModbusClient.cpp
这是主应用程序源文件中包含的应用程序
CModbusClientApp 的类。
ModbusClient.rc
这是所有的 Microsoft Windows 资源的列表,
程序使用。它包括图标、 位图和游标的存储
在 RES 子目录中。在 Microsoft 中,可以直接编辑此文件
Visual c + +。
ModbusClient.clw
此文件包含类向导用于编辑现有的信息
类或添加新的类别。ClassWizard 也使用这个文件来存储
创建和编辑消息映射和对话框数据所需的信息
映射和创建原
- 2022-07-25 10:54:04下载
- 积分:1
-
SCM 信道模型的相关仿真程序:3GPP
SCM 信道模型的相关仿真程序:3GPP-TR-25.996-SCM channel model of the relevant simulation program: 3GPP-TR-25.996
- 2022-07-10 16:49:21下载
- 积分:1
-
上位机软件动态获取计算机COM口
应用背景
通过MFC6.0生成一个单文档程序,然后新建一个对话框并生成一个新类;在对话框中添加两个组合框控件。在生成的新类上右击增加windows消息WM_INITDIALOG生成处理函数,函数内容见“关键技术描述”。函数体中的index和baud均为int型,可设为全局变量。
关键技术BOOL CComDlg::OnInitDialog()
{
CDialog::OnInitDialog();
((CComboBox *)GetDlgItem(IDC_COMBO2))->AddString("4800");
((CComboBox *)GetDlgItem(IDC_COMBO2))->AddString("9600");
((CComboBox *)GetDlgItem(IDC_COMBO2))->AddString("38400");
((CComboBox *)GetDlgItem(IDC_COMBO2))->AddString("115200");
((CComboBox *)GetDlgItem(IDC_COMBO2))->SetCurSel(0+baud);
long lReg;
HKEY hKey;
DWORD MaxValueLength;
- 2022-03-14 01:15:16下载
- 积分:1
-
SD卡1.0规范文档,英文版文档,简单实用。
SD卡1.0规范文档,英文版文档,简单实用。-SD Card 1.0 specification document, English version of the document
- 2022-05-06 19:25:36下载
- 积分:1
-
规模程序QT
应用背景#包括“SettingsDialog。”#包括“ui_settingsdialog。”#包括
- 2023-05-24 18:20:03下载
- 积分:1
-
demonstration of the realization of asynchronous communication, asynchronous com...
演示异步通信的实现,是异步通信的典型例程,用VC实现-demonstration of the realization of asynchronous communication, asynchronous communication is a typical routines, with VC
- 2022-04-02 10:53:02下载
- 积分:1
-
Estimates and plots the error probability performance of a binary antipodal comm...
Estimates and plots the error probability performance of a binary antipodal communication system-Estimates and plots the error probability performance of a binary antipodal communication system
- 2022-08-17 07:16:22下载
- 积分:1
-
Introduction_to_3G_Mobile_Communications_2ed.rar : a very interesting book i t c...
Introduction_to_3G_Mobile_Communications_2ed.rar : a very interesting book i t contains basic and advance matrial about 3G mobile communication-Introduction_to_3G_Mobile_Communications_2ed.rar : a very interesting book i t contains basic and advance matrial about 3G mobile communication
- 2022-02-06 19:22:30下载
- 积分:1
-
一篇介绍键盘接口的英文文档,讲得很详细,做ps/2设计的可以参考...
一篇介绍键盘接口的英文文档,讲得很详细,做ps/2设计的可以参考-a keyboard interface on the English documents, made it very detailed, so ps/2 reference design
- 2022-07-03 06:44:03下载
- 积分:1
-
IC card reader procedures, straightforward, practical, reference value
IC卡读写程序,简单明了,实用性强,有参考价值-IC card reader procedures, straightforward, practical, reference value
- 2022-04-20 20:29:40下载
- 积分:1