-
一个好串口例程源码
一个好串口例程源码-a good source routines
- 2022-03-10 08:20:39下载
- 积分:1
-
音频32Kbps ADPCM压缩算法源文件
音频32Kbps ADPCM压缩算法源文件-32Kbps ADPCM audio compression algorithm source document
- 2022-06-15 20:56:02下载
- 积分:1
-
CSR蓝牙无线键盘源码,实现无线键盘功能,支持HID协议标准
CSR蓝牙无线键盘源码,实现无线键盘功能,支持HID协议标准-CSR Bluetooth wireless keyboard source, wireless keyboard features, support HID protocol standards
- 2022-11-06 05:55:03下载
- 积分:1
-
在altera fpga中实现epp模式的并口通信程序
在altera fpga中实现epp模式的并口通信程序-epp model of parallel in fpga
- 2022-07-16 04:38:36下载
- 积分: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
-
hp688黄色网页程序
HP688的电话薄程序-HP688 Yellow Page program
- 2022-03-25 04:43:02下载
- 积分:1
-
本程序为串口通讯模块,通讯协议文件为[通讯命令及通讯方式规定.doc
需要用到一个C++写的dll,功能是帮助初始化串口。(该dll文件已经放在bindeb...
本程序为串口通讯模块,通讯协议文件为[通讯命令及通讯方式规定.doc
需要用到一个C++写的dll,功能是帮助初始化串口。(该dll文件已经放在bindebug-This procedure for the serial communication module, communication protocol document [communications command and communication requirements. Doc needed a C++ to write the dll, a tool for serial port initialization. (The dll file has been on the bin debug
- 2022-06-30 18:33:33下载
- 积分:1
-
关于arinc429协议,阐述了航空标准接口429协议的规则和数据传输的规则...
关于arinc429协议,阐述了航空标准接口429协议的规则和数据传输的规则 -On ARINC429 agreement on standard interface 429 aviation agreement rules and the rules of data transmission
- 2022-09-30 09:45:03下载
- 积分:1
-
这是一次Sun公司校园大使巡讲的讲座内容,里面除了pdf幻灯,还有两个自编的Java手机游戏的源代码,主要是为了配合说明Netbeans 6.0这个开发环境,游...
这是一次Sun公司校园大使巡讲的讲座内容,里面除了pdf幻灯,还有两个自编的Java手机游戏的源代码,主要是为了配合说明Netbeans 6.0这个开发环境,游戏的代码也相当值得学习借鉴。-This is a Sun Campus Ambassador s Tour talking , which includes pdf slides, and two self-edited the source code for Java mobile phone games, mainly to introduce the Netbeans 6.0 development environment, the games source code is also quite worth learning.
- 2023-06-08 10:40:04下载
- 积分:1
-
As the field of Qt Embedded GUI has been more and more popular, for beginners, e...
Qt作为嵌入式领域的GUI已经越来越流行,对于初学者,尤其是linux的新手,往往遇到这样那样的问题,本文档用最易懂的语言一步一步带你走入Qt的世界。-As the field of Qt Embedded GUI has been more and more popular, for beginners, especially newcomers to linux are often encountered in this kind of problem, the document with the most easy-to-understand language, step by step with you into the world of Qt.
- 2022-08-13 00:19:47下载
- 积分:1