-
上位机软件动态获取计算机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
-
Software Receiver Strategies for the Acquisition
Software Receiver Strategies for the Acquisition
- 2022-05-30 22:08:17下载
- 积分:1
-
T9输入法中文源代码,包括演示程序,对做手机软件的人很有帮助!...
T9输入法中文源代码,包括演示程序,对做手机软件的人很有帮助!-Chinese T9 source code, including a demonstration procedures, so the phone software helpful!
- 2022-08-03 08:01:45下载
- 积分:1
-
有关ofdm编程的英文文献,带有源代码!
有关ofdm编程的英文文献,带有源代码!-the OFDM programming in English literature, with the source code!
- 2022-07-22 07:26:43下载
- 积分:1
-
本例用matlab语言实现了4QPSK的编解码及通过awgn信道的仿真。采用蒙特卡罗仿真法,得到误码性能,绘制曲线。可用于算法研究或课程学习。...
本例用matlab语言实现了4QPSK的编解码及通过awgn信道的仿真。采用蒙特卡罗仿真法,得到误码性能,绘制曲线。可用于算法研究或课程学习。-Matlab language used in this case achieved 4QPSK codec and channel through awgn simulation. Monte Carlo simulation method, the BER performance, drawing curves. Algorithm can be used for research or courses.
- 2022-01-25 18:14:50下载
- 积分:1
-
演示使用tapi通过语音modem进行拨号并播放和录制wav文件的例子...
演示使用tapi通过语音modem进行拨号并播放和录制wav文件的例子-Examples that demonstrate how to use tapi to dial by voice modem and play and record wav files
- 2023-08-28 17:35:03下载
- 积分:1
-
手机串口通信帮助文件档,可以看看,不过是Delphi方面的,如果你不是学习Delphi的请不用下载!...
手机串口通信帮助文件档,可以看看,不过是Delphi方面的,如果你不是学习Delphi的请不用下载!-Mobile phone Serial Communication Help file file, you can look at, but aspects of Delphi, Delphi learn if you are not please do not download!
- 2022-01-26 02:47:14下载
- 积分:1
-
串口通讯底层软件,编写说明
串口通讯底层软件,编写说明-serial communications infrastructure software, preparation of notes
- 2022-03-21 05:47:10下载
- 积分:1
-
直接通过DLL实现端口读写操作的mex程序
直接通过DLL实现端口读写操作的mex程序-directly through DLL and write ports of mex procedures
- 2022-05-13 07:58:58下载
- 积分:1
-
Simulation M-PSK on Rayleigh Channel
利用Matlab工具对瑞利信道M-PSK进行了比较仿真和理论分析
- 2022-07-07 10:25:31下载
- 积分:1