搜索资源列表
modbus
- 基于ARM2131实现的modbus从站程序设计,改可以实现简单部功能的modbus协议的实现。提供参考。-Based on the achievement ARM2131 the Modbus Slave program design, change can be achieved a simple function of the Modbus protocol to achieve. Provide a reference.
MBTest
- Simple Modbus RTU tester
test
- MODBUS协议实现一主机对多从机轮询的示例。在工装设计之前做了这么一个仿真示例,展示主机与从机之间应用简易的MODBUS 04命令进行轮询会话的过程。PROTEUS设计中有标示,程序中代码有注释,希望能对需要的朋友有所帮助。-MODBUS protocol of a host of many examples of polling from the machine. Done before the tooling design such a simulation example that sh
rs485
- 这是关于单片机串口通信的内容,能够实现上位机和下位机的简单通信。-This is on the MCU serial communication content, can realize the position machine and the lower position machine simple communication.
modbus
- Stm32 简易 modbus(主站)-Stm32 Simple modbus(Master)
code
- 此为温湿度采集终端程序的完整实现,调试成功。实现了modbus协议03号命令的数据采集,采用STCSTC15F2K60S2单片机,使用了简单的具有优先级的任务调度系统,温湿度传感器型号为AM2302,,温度和湿度通过74HC595静态显示驱动的四位数码管轮流显示,2个按键单击1次可分别查看温湿度的最大值和最小值,uart1作为调试端口,数据通过uart2经过max485实现485通信。-This is the temperature and humidity acquisition termin
51modbus
- 使用51单片机开发的modbus总线通信程序,通过在这个简单的硬件平台上运行modbus源代码,让读者快速入门modbus总线开发的技巧-Use 51 MCU development modbus bus communication procedures, through this simple hardware platform running modbus source code, allowing readers QuickStart modbus bus development skil
FREEMODBUS_FOR_stm32
- 为什么要移植Freemodbus,这个问题需要从两个方面来回答。第一,modbus是一个非常好的应用层协议,它很简洁也相对完善。对于还没有接触过modbus的朋友来说,我非常不建议直接移植freemodbus,应该耐心的从modbus文档入手,并充分把握身边的所有资源,例如PLC的中modbus部分。第二,其实嵌入式系统的通信协议可以自己制定,但是通过实践发现自己定制的协议漏洞百出,尤其是扩展极为困难。我始终认为借鉴他人的经验是很好的途径。借鉴他人成熟的代码,可以减少调试的时间,实现的功能也多
can-P-UART
- MODBUS协议定义了一个与基础通信层无关的简单协议数据单元(PDU)。特定总线或网络上的MODBUS协议映射能够在应用数据单元(ADU)上引入一些附加域。-The MODBUS protocol defines a simple protocol data unit and a communication layer independent (PDU). Specific bus or network on MODBUS protocol mapping can on the applicat
stm32modbus
- 使用stm32实现modbus通讯协议,验证的内容比较简单 实现点灯-Using STM32 to realize Modbus communication protocol, to verify the content is relatively simple to achieve lighting
modbus_master
- 简单的modbus主机协议实现、测试代码- This is a simple test program for a modbus master device.
STM8l15xFreeModbus
- stm8L15x系列单片机硬件资源完全可以移植 为什么要移植Freemodbus,modbus是一个非常好的应用层协议,它很简洁也相对完善,我们自己写的漏洞百出。已经测试读取保持寄存器-stm8L15x MCU hardware resources can transplant why transplant Freemodbus, modbus is a very good application layer protocol, it is very simple and relatively
danpianjiyu-PLC
- 单片机(stc89c52)通过RS485与PLC通信,采用modbus协议,利用单片机闲置的一个管脚置高或低,来判断出现单片机程序执行的情况。硬件连接比较简单,单片机通过485的A/B端连接到RS485/RS422,RS422连接但PLC。这个就是.c程序不是工程文件,下载后自己建立个keilC工程就可以了。-SCM (stc89c52) via RS485 communication with the PLC, using modbus protocol, using SCM idle a
MODBUSxieyi
- modbus协议说明文档 在工控领域 modbus协议是使用最为广泛 最简单的一种协议-modbus protocol documentation in the field of industrial modbus protocol is the most widely used simple protocol
xorEn
- 基于modbus的 xor异或加密传输的代码,简单防止数据被劫取-Modbus XOR XOR encryption transmission code based on simple data were taken to prevent
ComTest
- 串口助手,电总,modbus,通信,qt5.3.2下调用第三方库实现的简单串口助手,适合新手学习QT。 -Serial assistant call the next power total, modbus, communication, qt5.3.2 simple serial assistant achieved third-party libraries for novice learning QT.
ModbusMaster_arduion
- 使用arduion编辑器,实现modbu——RTU协议,只需要调用简单的接口就能实现相应的功能码-Using arduino editor, realize modbus- RTU agreement, only need to call a simple interface will be able to achieve the corresponding function code
ZF_13_11_06ok
- Modbus具有以下几个特点: (1)标准、开放,用户可以免费、放心地使用Modbus协议,不需要交纳许可证费,也不会侵犯知识产权。目前,支持Modbus的厂家超过400家,支持Modbus的产品超过600种。 (2)Modbus可以支持多种电气接口,如RS-232、RS-485等,还可以在各种介质上传送,如双绞线、光纤、无线等。 (3)Modbus的帧格式简单、紧凑,通俗易懂。用户使用容易,厂商开发简单。(Modbus has the following characteristics:
CRC
- MODBUS RTU协议的仪表通信时需要进行CRC校验,单片机可以用此程序生成CRC校验码,多项式是0xA001 所用单片机为STC15系列单片机,不过CRC生成过程很简单,通用的51单片机都可以生成(MODBUS RTU protocol instrument communication needs CRC verification, SCM can use this procedure to generate CRC checksum, the polynomial is 0xA001
实验3 MODBUS 485串口1
- MODBUS串口3实现串口通讯,稳定性高,架构简单。(MODBUS serial port 3 to achieve serial communication, high stability, simple architecture.)