-
通讯录管理C++程序
C++程序文件,能够建立一个手机通讯录管理系统,系统里的个人信息包括姓名、序号、手机号、地址、学校(工作单位)等等。手机通讯录管理系统支持删除、添加、排序、查找、修改等功能,可以在vc++2008编译器上面运行,代码提供详细注释。
- 2022-03-07 03:55:33下载
- 积分:1
-
can bus 动态链接库,由博世公司提供,与它的开发工具canoe,canopen,caneditor等有关...
can bus 动态链接库,由博世公司提供,与它的开发工具canoe,canopen,caneditor等有关-Dynamic Link Library can bus, provided by Robert Bosch GmbH, with its development tools, canoe, canopen, caneditor and other relevant
- 2022-06-16 21:03:09下载
- 积分:1
-
利用MATLAB的伪随机序列的产生
PN sequence generation using matlab
- 2023-02-11 04:40:03下载
- 积分:1
-
Memory Scanner will scan the whole memory built into your device. You will find...
Memory Scanner will scan the whole memory built into your device. You will find all kinds of data - system entries, application data, as well as your personal data. You may query your searches and view their results either as text or as binary data. To speed up your searches you can define filters. -Memory Scanner will scan the whole memory built into your device. You will find all kinds of data- system entries, application data, as well as your personal data. You may query your searches and view their results either as text or as binary data. To speed up your searches you can define filters.
- 2022-02-27 02:15:30下载
- 积分:1
-
Modelin and Simulation of Routing Protocol for Mobile Ad Hoc Networks Using Colo...
Modelin and Simulation of Routing Protocol for Mobile Ad Hoc Networks Using Colored Petri Nets
- 2022-10-30 19:40:03下载
- 积分:1
-
matlab simulink里面关于瑞利信道仿真的设置参数
matlab simulink里面关于瑞利信道仿真的设置参数-matlab simulink inside on the Rayleigh channel simulation parameter settings
- 2022-03-24 18:29:38下载
- 积分:1
-
MIMO channel的经典论文两篇, 通信学界的重要参考文献
MIMO channel的经典论文两篇, 通信学界的重要参考文献-Capacity limits in MIMO channel, capacity scaling in wireless systems under correlated fading
- 2022-09-19 22:10:03下载
- 积分:1
-
qt C/S 实例
基于TCP的C/S实例,可实现C/S连接并传输文件 环境:QT4.7 qt creator 2.0.1 windows下的,下附CLIENT实现文件源码:#include "client.h"#include "ui_client.h"#include #include Client::Client(QWidget *parent) : QDialog(parent),
- 2023-02-11 04:05:03下载
- 积分:1
-
VC++编写的串口编程调试精灵,可以用来对串口编程进行调试
VC++编写的串口编程调试精灵,可以用来对串口编程进行调试-VC++ Prepared debugging serial programming wizard, can be used for serial programming debugging
- 2022-03-19 01:25:07下载
- 积分: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