登录
首页 » 通信 » for two serial data exchange, and at the same time detecting serial packet, seri...

for two serial data exchange, and at the same time detecting serial packet, seri...

于 2022-04-26 发布 文件大小:2.32 kB
0 117
下载积分: 2 下载次数: 1

代码说明:

用于两个串口数据交换,并同时检测串口报文,适用于串口数据诊断。-for two serial data exchange, and at the same time detecting serial packet, serial data applicable to the diagnosis.

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

发表评论

0 个回复

  • USB总线和429总线数据的用户程序和驱动程序之间的动态连接库函数...
    USB总线和429总线数据通信的用户程序和驱动程序之间的动态连接库函数-USB Bus and 429 data communications users and drivers between the dynamic link library functions
    2022-05-15 12:26:54下载
    积分:1
  • CRC校验TS流文件的的PSI息表,分析TS流文件的PAT表、PMT表、SDT表(注意项目文件中没有TS文件,要运行程序需要加入TS文件,并简单修改文件OPE...
    CRC校验TS流文件的的PSI信息表,分析TS流文件的PAT表、PMT表、SDT表(注意项目文件中没有TS文件,要运行程序需要加入TS文件,并简单修改文件OPEN函数的参数)。-CRC Checksum TS stream file information table of the PSI, analysis TS stream file PAT table, PMT table, SDT table (note that the project document did not TS files, to run the program need to join the TS file, and modify the file a simple function of the parameters OPEN ).
    2022-07-18 22:11:34下载
    积分:1
  • visual development tools such as Visual C++, Delphi, C++ Builder and others all...
    虽然Windows下可视化开发工具如VC、Delphi、C++ Builder等都有专用的定时器控件Timer,而且使用很方便,可以实现一定的定时功能,但最小计时精度仅为55ms,且定时器消息在多任务操作系统中的优先级很低,不能得到及时响应,往往不能满足实时控制环境下的应用。不过Microsoft公司在Win32 API函数库中已经为用户提供了一组用于高精度计时的底层函数,如果用户使用得当,计时精度可到1ms。这个计时精度、对于一般的实时系统控制完全可以满足要求。现将由C++ Builder 4.0提供的重新封装后的一组与时间相关的主要接口函数(函数名、参数、功能与Win32 API基本相同)说明如下: -visual development tools such as Visual C++, Delphi, C++ Builder and others all have dedicated Timer timer control, but it is convenient. can achieve a timing function, but only the minimum time of 55 ms accuracy. Timer news and multi-task operating system in the low priority that is not to respond in a timely manner, often fail to meet the real-time control environment applications. However, Microsoft Corporation in the Win32 API function has been to provide the user with a group for high-precision the bottom was a time function, if the user is properly utilized, time accuracy can be a ms. Accuracy this time, and for most of the real-time control system can meet the requirements.
    2022-02-11 22:11:49下载
    积分:1
  • VC网络上的所有源代码,编译所有的实现…
    vc++网络通信一书所有源码,全部可以编译执行。请将文件属性去掉只读。我从光盘上copy的-vc a communications network on all source code, compile all of the implementation. Please read-only file attributes removed. I copy from the CD
    2022-03-07 02:30:16下载
    积分:1
  • TI的32MM玻璃管卡读写资料,多页读写
    TI的32MM玻璃管卡读写资料,多页读写-TI
    2023-09-06 04:00:03下载
    积分:1
  • Chinese RFC documents, without translation, the right to study very helpful!
    中文RFC文件,无需翻译,对学习很有帮助!
    2022-01-25 23:36:44下载
    积分:1
  • Serial串口累,支持多个串口同时讯。
    Serial串口累,支持多个串口同时通讯。-Serial serial tired, support for multiple serial communication at the same time.
    2022-02-07 09:09:09下载
    积分:1
  • 移植国外STM32F103 MODBUS RTU代码
    应用背景 STM32和维纶触摸屏通信,编译可以直接下载通信。波特率9600.测试是可以直接使用的了。需要增加什么功能就自己添加了。 功能码 定 义 操 作(二进制) 0x01 读开关量输出 读取一路或多路开关量输出状态数据 0x02 读开关量输入 读取一路或多路开关量状态输入数据 0x03 读取保存寄存器 读取一个或多个保存寄存器的数据 0x04 读取输入寄存器数据 读取输入一个或多个寄存器的数据 0x05  强置单线圈 强置一个逻辑线圈的通断状态  0x06 写单路寄存器 把一组二进制数据写入单个寄存器 0x10 写多路寄存器 把多组二进制数据写入多个寄存器 0X0F 写开关量输出 写多个开关量 控制一路继电器“合/分”输出 关键技术 这个代码要在keil4.7的编译环境下才能编译通过。直接可以下载使用,移植于国外的MODBUS的开源通信协议。和硬件的485配套使用。 ModBus协议定义了一个控制器能认识使用的消息结构,而不管它们是通过何种网络进行通信的,它制定了消息域的格局和内容的公共格式, 描述了一个控制器请求访问其它设备的过程,回应来自其它设备的请求,以及如何侦测并记录错误信息。 通过此协议,控制器相互之间、控制器经由网络(例如以太网)和其它设备之间可以完成信息和数据的交换与传送, 使各种不同的公司和厂家的可编程顺序控制器(PLC)、RTU、SCADA系统、DCS或与兼容ModBus协议的第三方设备之间可以连成工业网络, 构建各
    2022-12-08 01:10:04下载
    积分:1
  • 周立功lpc210x开发发光盘上的文档,
    周立功lpc210x开发发光盘上的文档,-development of the CD-ROM documentation,
    2022-06-02 11:34:45下载
    积分:1
  • VBLAST
    基于VBLAST-OFDM的MATLAB SIMULATION,图形化界面,并且给出了各仿真图-VBLAST-OFDM based on the MATLAB SIMULATION, graphical interface, and gives the simulation of Figure
    2022-12-01 10:55:03下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载