-
上位机软件动态获取计算机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
-
基于ofdm调制方式的,超宽带通信的simulink仿真
基于ofdm调制方式的,超宽带通信的simulink仿真-ofdm based, simulink simulation for UWB
- 2022-03-11 03:14:21下载
- 积分:1
-
利用MScomm控件编程实现串口通讯原程序,比较不错,不妨
利用MScomm控件编程实现串口通讯原程序,比较不错,不妨-use MScomm Control Programming serial communication program, quite good to try something
- 2022-07-07 18:09:43下载
- 积分:1
-
网上收集的几个半角字符转全角字符的函数。
网上收集的几个半角字符转全角字符的函数。-Online collection of half-angle of several characters in turn a function of full-width characters.
- 2022-04-24 08:18:53下载
- 积分:1
-
GPRS wireless communication control. GPRS
GPRS 无线通信控件。基础的无线GPRS通信。可做无线监控用-GPRS wireless communication control. GPRS-based wireless communications. Can use wireless monitors
- 2022-02-02 06:39:49下载
- 积分:1
-
mscomm组件问题的FAQ
mscomm组件问题的FAQ-FAQ MSComm component issues
- 2022-08-16 01:14:18下载
- 积分:1
-
spread spectrum communications using the linear FM algorithm of multiple correla...
扩频通信中采用的线性调频算法用的复相关算法-spread spectrum communications using the linear FM algorithm of multiple correlation algorithm
- 2022-12-12 18:35:03下载
- 积分:1
-
VC written on a very good examples of socket programming, simulation PING orders...
用VC写的一个非常好的关于SOCKET编程的例子,模拟PING命令,也可以用于检测网络的状况。-VC written on a very good examples of socket programming, simulation PING orders can also be used to detect network conditions.
- 2022-01-31 01:02:04下载
- 积分:1
-
Windows Serial Communication Library v4.4 for VB.
Windows Serial Communication Library v4.4 for VB.
- 2023-08-05 21:05:03下载
- 积分:1
-
诺基亚少女字库,很好看很好用,谁用谁知道
诺基亚少女字库,很好看很好用,谁用谁知道-Nokia teenage character, a good look good, and who used who knows
- 2022-04-19 20:49:16下载
- 积分:1