登录
首页 » 通信 » 三个串行通信方式的6个在窗口中被引入…

三个串行通信方式的6个在窗口中被引入…

于 2022-07-06 发布 文件大小:23.12 kB
0 46
下载积分: 2 下载次数: 1

代码说明:

用VC 6.0实现串行通信的三种方法 本文介绍了在Windows平台下串行通信的实现机制,讨论了根据不同的条件用 Visual C++ 设计串行通信程序的三种方法,并结合实际,实现对温度数据的接收监控。 -VC 6.0 of the three serial communication method is introduced in the Windows platform to achieve the serial communication mechanism discussed under different conditions using Visual C serial communication program design of the three methods, and the light of reality, the temperature monitoring data reception.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • CnComm,VC串口类的最新版本,包括所有源C.
    CnComm,VC串口通信类最新版,包括所有源码和使用文档-CnComm, VC serial communication class the latest version, including all source code and the use of documents
    2022-05-22 04:50:35下载
    积分:1
  • nodejs C++扩展
    把公司用的 通信库 移植到 nodejs下使用全套代码 包括 全部代码 通信库代码 不包含静态库
    2022-06-26 19:47:05下载
    积分:1
  • 介绍windriver在编制设备驱动程序使应当注意的几个问题,避免各位在编制程序时再犯这种错误...
    介绍windriver在编制设备驱动程序使应当注意的几个问题,避免各位在编制程序时再犯这种错误-introduced in the preparation of device drivers so that attention should be paid to several issues you avoid in the preparation of procedures recidivism wrong
    2022-05-19 10:13:18下载
    积分:1
  • c开发的串口操作函数,可以应用于串口类开发程序
    c开发的串口操作函数,可以应用于串口类开发程序-This COM operation function is developed by C,which can be used for COM develepment.
    2023-02-17 23:05:03下载
    积分:1
  • 获取 BPSK 编码与 R = 5/15 LDPC 码的误码率曲线 (Pb-Eb/N0)
    一个序列调制的BPSK和LDPC码具有R = 5 / 15是从信道传输速率编码的符号。LDPC码的奇偶校验矩阵是经济合作发展组织在h.dat。信道是AWGN一零均值和方差N0 / 2。对数的消息传递算法应用在接收机。本代码给出了Pb–Eb/N0曲线迭代次数1,10和100。
    2022-11-26 19:50:03下载
    积分:1
  • 软件I2C双向
    software i2c bi-bang on 80c51 mcu
    2023-02-24 05:35:03下载
    积分:1
  • STC单片机实现红外对管的数据传输
    用STC89C51实现红外对管的数据传输:1、先用一块STC单片机接好接受电路,利用数码管显示测试用的红外遥控器(一般买的开发版,都有一个小的红外遥控器),对比数据是否正确;2、上述完成并实现,利用第二块板子接好发射管电路(我是分开的,软件包里有2个代码,一个发射程序,一个接受程序);3、都实现后,可以修改发射端的代码,会在接受电路的数码管上看见不同的数据,这样就实现了数据的传输,协议大家可以自己写。个人感觉发射端比较重要,红外采用PPM编码方式,一定要注意1和0高低电平的是时间。
    2022-08-21 13:06:09下载
    积分:1
  • 非常实用的Modbus调试工具源码
    非常实用的Modbus调试工具源码,采用VC6.0 开发,主要用于调试Modbus设备,软件功能使用,实现原理简单,是调试支持Modbus协议自动化设备的必备工具
    2023-08-20 18:25:03下载
    积分: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
  • 中华民国曲线说明性能的二元分类问题,类…
    ROC curves illustrate performance on a binary classification problem where classification is based on simply thresholding a set of scores at varying levels. Lenient thresholds give high sensitivity but low specificity, strict thresholds give high specificity but low sensitivity the ROC curve plots this trade-off over a range of thresholds (usually with sens vs 1-spec, but I prefer sens vs spec this code gives you the option). It is theoretically possible to operate anywhere on the convex hull of an ROC curve, so this is plotted too. The area under the curve (AUC) for a ROC plot is a measure of overall accuracy, and the area under the ROCCH is a kind of upper bound on what might be achievable with a weighted combination of differently thresholded results from the given classifier -ROC curves illustrate performance on a binary classification problem where classification is based on simply thresholding a set of scores at varying levels. Lenient thresholds give high sensitivity but
    2022-01-21 23:11:41下载
    积分:1
  • 696522资源总数
  • 104029会员总数
  • 31今日下载