-
多线程串口通信程序
多线程串口通信程序-multithread serial communication program
- 2022-01-22 07:22:03下载
- 积分:1
-
江苏省一个科技公关项目的一部分,利用西门子profibus(im183)开发包,开发了一个PROFIBUS...
江苏省一个科技公关项目的一部分,利用西门子profibus(im183)开发包,开发了一个PROFIBUS-DP从站,实现通讯功能-Jiangsu Province, a technology public relations part of the project, using Siemens Profibus (im183) development kits, developed a PROFIBUS-DP from the station to achieve communication
- 2022-07-11 15:39:48下载
- 积分:1
-
USB HID 范例
在网上找了一个月了关于USb hid与PC通信的上位机的资料,有的不全或者有的缺点东西,好不容易找个一个源码,非常使用,特拿出来分享。
#include "stdafx.h"
#include "HIDUSB.h"
#include "MainFrm.h"
#include "HIDUSBDoc.h"
#include "HIDUSBView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CHIDUSBApp
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-11-24 23:05:06下载
- 积分:1
-
C程序计算在AWGN信道的BPSK调制的误码率性能…
C program to calculate the BER performance of BPSK modulation in an AWGN channel. The program takes the file "BPSK" containing voltage levels and passes it in an AWGN channel with a given SNR. The received message is then Hard decision decoded and the bit error rate is calculated.
The BER over different SNR is calculated. THe output values can be used to draw a BER vs SNR(dB) curve.
- 2022-07-17 05:04:31下载
- 积分:1
-
Mainly to receive and send messages to achieve functions. Pneumatic and other IP...
主要实现接受和发送信息的功能。气动并属兔对方IP后单击连接按钮,来实现,能很好说明。NET在中Socket编程技术
-Mainly to receive and send messages to achieve functions. Pneumatic and other IP is a rabbit and click connect button, to achieve, can be a very good note. NET programming in Socket
- 2022-05-05 12:55:56下载
- 积分:1
-
MFC写的串口测试工具源码
CSerialPort:: CSerialPort(){单独监禁= FALSE;m_hComm= NULL;//初始化重叠结构成员为零m_ov.Offset= 0;m_ov.OffsetHigh= 0;//创建活动m_ov.hEvent= NULL;m_hWriteEvent= NULL;m_hShutdownEvent= NULL;m_hErrorEvent= NULL;m_hSendCompleteEvent= NULL;m_bThreadAlive= FALSE;m_bSendNotify= FALSE;m_SendList.clear();//初始化关键部分:: InitializeCriticalSection(m_csCommunicationSync);:: InitializeCriticalSection(m_csSendList);}////删除动态内存//CSerialPort::〜CSerialPort(){ReleasePort();:: DeleteCriticalSection(m_csCommunicationSync);:: DeleteCriticalSection(m_csSendList);}无效CSerialPort:: ReleasePort(){而(m_bThreadAlive){而::休眠(1)(m_SendList.empty()!); //2012-09-27zhaoz修复停止仪器采集后数据报文发送不出去问题SetEvent的(m_hShutdownEvent);睡眠(1);}
- 2022-02-25 01:02:02下载
- 积分:1
-
Jakes模型参数,移动衰落信道,设计Suzuki模型的主要部分
Jakes模型参数,移动衰落信道,设计Suzuki模型的主要部分-Jakes parameters
- 2022-05-12 14:41:22下载
- 积分:1
-
串行口手机通信模块
串行口手机通信模块-phone serial port communication module
- 2022-08-13 11:51:10下载
- 积分:1
-
QR码发生器
二维码生成的源码,包含所用的库,自动生成二维码,以bmp格式保存于c盘下,可修改所需要生成的信息,测试可用~
- 2022-02-04 13:46:16下载
- 积分:1
-
第3章 云台镜头控制系统(VC++串口通信实例导航)源码
第3章 云台镜头控制系统(VC++串口通信实例导航)源码-Chapter 3, PTZ camera control system (VC++ Serial Communication instance navigation) source
- 2022-04-11 09:37:41下载
- 积分:1