-
串口传输的例子 而且在工作中得到了应用
串口传输的例子 而且在工作中得到了应用-Example of serial transmission and in the workplace has been applied
- 2023-03-04 02:40:04下载
- 积分:1
-
monte carlo simulation on the QPSK communication system
对于QPSK通信系统的蒙特卡洛仿真-monte carlo simulation on the QPSK communication system
- 2022-01-25 18:07:15下载
- 积分:1
-
5寸GPS固件insstall
5 inch gps firmware for inssta-5 inch gps firmware for insstall
- 2022-01-27 21:19:47下载
- 积分:1
-
obdd的实现及其操作的实现,是一片好文章
obdd的实现及其操作的实现,是一片好文章-obdd the realization of its operations to achieve, is a good article
- 2022-02-25 16:18:03下载
- 积分:1
-
Chinese RFC documents, without translation, the right to study very helpful!
中文RFC文件,无需翻译,对学习很有帮助!
- 2023-04-05 10:25:04下载
- 积分:1
-
串口读写
串口读写 -Serial reading and writing
- 2022-02-05 01:27:03下载
- 积分:1
-
CDMA AT command WAVE CDMA AT Commands Interface Specification
CDMA AT 命令
WAVE CDMA AT Commands
Interface Specification-CDMA AT command WAVE CDMA AT Commands Interface Specification
- 2022-11-20 16:40:03下载
- 积分:1
-
一款配和短信模块报警的软件程序,参考一下吧
一款配和短信模块报警的软件程序,参考一下吧-Allocation and a warning message Module software program, refer to it
- 2022-03-30 21:26:17下载
- 积分:1
-
Vc++编写的32位串行通信程序
Vc++编写的32位串行通信程序
Vc++编写的32位串行通信程序
Vc++编写的32位串行通信程序
- 2023-06-19 05:30:03下载
- 积分:1
-
串口收发程序
fafasdfasfasfasdfasfasfas
fsdafasfasdgfdhfdghgdfjhdfghdgf
hdfghfdghfdghdfghdfghdfg// DlgSend.cpp : implementation file
// Download by http://www.codefans.net
#include "stdafx.h"
#include "SCC.h"
#include "DlgSend.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDlgSend dialog
CDlgSend::CDlgSend(CWnd* pParent /*=NULL*/)
: CDialog(CDlgSend::IDD, pParent)
{
//{{AFX_DATA_INIT(CDlgSend)
m_nCycMode = 0;
m_nCycSel = 0;
m_unTime = 1000;
m_unLine = 1;
m_unStart = 1;
m_unEnd = 2;
m_unTrigger = 0;
//}}AFX_DATA_INIT
}
void CDlgSend::DoDataEx
- 2022-03-05 20:00:41下载
- 积分:1