登录
首页 » 通信 » pc到pc的串口通讯程序,基本的收发显示

pc到pc的串口通讯程序,基本的收发显示

于 2022-02-02 发布 文件大小:2.48 kB
0 193
下载积分: 2 下载次数: 1

代码说明:

pc到pc的串口通讯程序,基本的收发显示-pc to pc serial port communication program, the basic display of the transceiver

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

发表评论

0 个回复

  • 这些是MIMO道的程序,对于多天线无线系统的多输入多输出系统有很好的借鉴作用,希望对大家有所帮助....
    这些是MIMO信道的程序,对于多天线无线通信系统的多输入多输出系统有很好的借鉴作用,希望对大家有所帮助.-MIMO channel procedures, for multi-antenna wireless communication systems for multi-input multi-output system is a good reference guide, we hope for some help.
    2022-02-01 01:56:43下载
    积分: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
  • 以太网基于TCP、UDP的客户端服务端实现
    资源描述软件包括2个对话框,一个是服务端,一个是客户端,可以实现基于TCP或UDP的网络通信。扩展性强,可以将其文件拷贝到自己工程进行修改。
    2022-02-22 07:17:10下载
    积分:1
  • 对数据采集器的图形程序。八道查看二进制数据。
    Graphics programm for datalogger. Eight channell for view binary data.
    2022-05-31 09:18:29下载
    积分:1
  • 在超宽带系统中加入空时编码后与不加编码的原系统的对比
    在超宽带系统中加入空时编码后与不加编码的原系统的对比-In the ultra-broadband system by adding, after the space-time coding without coding the original system comparison
    2022-10-06 05:35:03下载
    积分:1
  • 一个讯的例子
    一个通讯的例子-Examples of a communications
    2022-02-26 15:39:06下载
    积分:1
  • 基于单片机实现的NRF24l01无线工程
    应用背景本工程是基于单片机实现的NRF24l01无线通信,可进行进一步深入开发,可转换处理性能更强的控制器关键技术基于单片机实现的NRF24l01无线通信技术,对开发单片机下的双机通讯以及各种通信协议有重要的借鉴与学习作用
    2022-02-12 09:35:42下载
    积分:1
  • 息论是由技术、概率论、随机过程和数理统计等相结合逐步发展而形成的一门新兴科学。其奠基人是美国数学家香农,他的《的数学原理》奠定了息论的基础。 这...
    信息论是由通信技术、概率论、随机过程和数理统计等相结合逐步发展而形成的一门新兴科学。其奠基人是美国数学家香农,他的《通信的数学原理》奠定了信息论的基础。 这是信息论与编码技术的教学课件。压缩包内含有6个ppt文件,每个ppt自成一章:1绪论、2信源及其熵、3信道及其容量、4信息率失真函数、5信源编码、6信道编码。是初学信息论的最好材料。-Information communication technology is, probability theory and mathematical statistics, stochastic processes, such as the combination formed by the progressive development of an emerging science. The founders of the United States Shannon mathematician, his " Mathematical Theory of Communication" has laid a foundation of information theory. This is the information theory and coding technology courseware. Compressed packet contains 6 ppt documents, each a separate chapter ppt: 1 Introduction, 2 source and its entropy, and its 3-channel capacity, information rate-distortion function 4, 5, source coding, channel coding 6. Information theory is the best learning materials.
    2022-01-26 06:43:43下载
    积分:1
  • WDM驱动程序设计   一.WDM简介   微软不断推出新的操作系统,现在Windows98和Windows2000已经成了主流,原先用来实现驱动...
    WDM驱动程序设计   一.WDM简介   微软不断推出新的操作系统,现在Windows98和Windows2000已经成了主流,原先用来实现驱动程序的VxD技术随着Win95的淡出也慢慢地将退出历史舞台,在Windows98和Windows2000中设备驱动程序将根据Windows驱动程序模型(WDM)来设计。WDM通过提供一种灵活的方式来简化驱动程序的开发,在实现对新硬件支持的基础上减少并降低所必须开发的驱动程序的数量和复杂性。 -WDM Driver Design 1. WDM briefed constantly introduce new Microsoft operating system, now Windows 98 and Windows 2000 has become mainstream. originally used to achieve the VxD driver technology with the Windows 95 are slowly fade out to be from the historical stage, in Windows 98 and Windows Device Drivers under Windows Flooding dynamic process model (WDM) to the design. WDM by providing a flexible way to simplify driver development, the realization of new hardware support on the basis of the reduction and cut the need to develop drivers for the number and complexity.
    2022-05-25 14:38:54下载
    积分:1
  • It is mainly used for ARQ simulation ,such as stop
    It is mainly used for ARQ simulation ,such as stop-and-wait
    2022-09-27 11:55:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载