
freemodbus
文章平均质量分 89
control_tech
电子科学与技术专业, 2年单片机开发,2年嵌入式开发,熟悉ARM体系结构,熟悉linux下驱动程序开发和相关应用程序开发。
熟悉TCP/IP协议栈,linux下的网络编程。
在多款cpu下开发过产品,移植和编写过驱动,如pxa270,at9261,sigma8655,s3c2440, s3c2410,VT8430等
展开
-
FreeMODUS简介
<br />介绍一个Modbus协议的实现<br />中英文介绍一下FreeMODUS。<br />About<br /><br />关于<br /><br />FreeMODBUS是一个针对嵌入式应用的一个免费(自由)的通用MODBUS协议的实现(移植)。Modbus是一个工业制造环境中应用的一个通用协议。一个Modbus通信协议栈包括两层:Modbus应用层协议,该层定义了数据模式和功能;另外一层是网络层。在当前版本中,FreeMODBUS 提供了一个针对Modbus 应用层协议V1.1以及支持在Mod转载 2011-04-06 10:44:00 · 1189 阅读 · 0 评论 -
Modbus工具函数
工具Detailed Description详细描述This module contains some utility functions which can be used by the application. It includes some special functions for working with bitfields backed by a character array buffer. 这个模块包括应用中使用的一些功能函数。这些功能函数包括一些特殊的通过字符数组缓冲方式对位域进行处理的转载 2011-04-06 10:51:00 · 985 阅读 · 0 评论 -
实现FreeModbus协议所需要的软/硬件需求
<br />实现FreeModbus协议所需要的软/硬件需求<br /><br />The hardware requirements are minimal - Any reasonable microcontroller with a serial interface, at least some RAM to hold the modbus frames should suffice. <br />A UART which support and interrupts and has at least转载 2011-04-06 10:45:00 · 1732 阅读 · 0 评论 -
Modbus协议寄存器操作
Modbus协议寄存器操作Modbus RegistersModbus的寄存器Detailed Description详细描述 #include "mb.h" The protocol stack does not internally allocate any memory for the registers. This makes the protocol stack very small and also usable on low end targets. In转载 2011-04-06 10:47:00 · 1780 阅读 · 0 评论 -
模块-modbus模块
模块-modbus模块Detailed Description详细描述 #include "mb.h" This module defines the interface for the application. It contains the basic functions and types required to use the Modbus protocol stack. A typical application will want to call eMBInit() first.转载 2011-04-06 10:46:00 · 1479 阅读 · 0 评论 -
经过整理的Modbus通讯协议详解
<br />Modbus通讯协议简介<br /><br />Modbus协议 <br /><br />Modbus协议最初由Modicon公司开发出来,在1979年末该公司成为施耐德自动化(Schneider Automation)部门的一部分,现在Modbus已经是工业领域全球最流行的协议。此协议支持传统的RS-232、RS-422、RS-485和以太网设备。许多工业设备,包括PLC,DCS,智能仪表等都在使用Modbus协议作为他们之间的通讯标准。有了它,不同厂商生产的控制设备可以连成工业网络,进行集中转载 2011-04-06 10:55:00 · 3095 阅读 · 1 评论