-
串口通讯编程技巧:CSCOMM控件匚用,可使用于SCM
串口通讯编程技巧:CSCOMM控件匚用,可使用于SCM-SCM,SCM-COMPUTER,ETC>-Serial communication programming skills: CSCOMM control with匚can for SCM-SCM, SCM-COMPUTER, ETC>
- 2023-07-29 13:45:03下载
- 积分:1
-
开放源码的smpp协议开发包,最新版本0.3.6,有详细文档及示例。...
开放源码的smpp协议开发包,最新版本0.3.6,有详细文档及示例。-open-source agreement Development Kit, the latest version through a detailed documentation and examples.
- 2022-02-15 07:48:33下载
- 积分:1
-
Visual C++ 串口通信编程实践 第9章和第10章源码
Visual C++ 串口通信编程实践 第9章和第10章源码
-Visual C++ Serial communication programming practice, Chapter 9 and Chapter 10 source code
- 2022-03-24 03:12:53下载
- 积分:1
-
捷联惯性导航与GPS组合导航的matlab实现。采用自适应算法来对组合导航时行处理,并取得了很好的效果。...
捷联惯性导航与GPS组合导航的matlab实现。采用自适应算法来对组合导航时行处理,并取得了很好的效果。
- 2023-07-19 14:15:03下载
- 积分:1
-
三菱FX系列通讯程序,可实现PC机与PLC的通讯,在PC机上监控PLC运行状态...
三菱FX系列通讯程序,可实现PC机与PLC的通讯,在PC机上监控PLC运行状态-Mitsubishi FX series of communications, which enables PC and PLC communications, the PC monitor PLC Operation
- 2022-11-02 09:45:03下载
- 积分:1
-
Chinese RFC documents, without translation, the right to study very helpful!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-05-24 06:22:28下载
- 积分:1
-
simulation of the communication time for a space
simulation of the communication time for a space-time adaptive processing algorithm on a parallel embedded system
- 2022-01-31 19:05:32下载
- 积分: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
-
用同步理论实现缓存通信:Producer发送0
用同步理论实现缓存通信:Producer发送0-200到Buffer,同时Buffer发送到Consumer-Cache implementation using synchronous communication theory: Producer Send 0-200 to Buffer, meanwhile Buffer sent to the Consumer
- 2022-07-25 11:34:59下载
- 积分:1
-
这篇文章详细介绍了CP在OFDM系统中的使用
这篇文章详细介绍了CP在OFDM系统中的使用-Detailed information on CP in the OFDM system using
- 2022-10-28 08:55:03下载
- 积分:1