登录
首页 » C# » Modbus

Modbus

于 2010-04-02 发布 文件大小:47KB
0 126
下载积分: 1 下载次数: 1

代码说明:

说明:  这是一个modbus访问包, 使用C#开发,经过多个项目的测试。(This is a modbus access package, using the C# development, through a number of items tested.)

文件列表:

Resources.resx
SlaveException.cs
vssver.scc
Data\DataStore.cs
Data\DataStoreFactory.cs
Data\DiscreteCollection.cs
Data\IModbusMessageDataCollection.cs
Data\ModbusDataCollection.cs
Data\RegisterCollection.cs
Data\vssver.scc
Device\IModbusMaster.cs
Device\IModbusSerialMaster.cs
Device\ModbusDevice.cs
Device\ModbusIpMaster.cs
Device\ModbusMaster.cs
Device\ModbusSerialMaster.cs
Device\ModbusSerialSlave.cs
Device\ModbusSlave.cs
Device\ModbusTcpSlave.cs
Device\ModbusUdpSlave.cs
Device\vssver.scc
IO\CommPortAdapter.cs
IO\ISerialPortAdapter.cs
IO\ISerialResource.cs
IO\ModbusAsciiTransport.cs
IO\ModbusIpTransport.cs
IO\ModbusRtuTransport.cs
IO\ModbusSerialTransport.cs
IO\ModbusTcpTransport.cs
IO\ModbusTransport.cs
IO\ModbusUdpTransport.cs
IO\TcpStreamAdapter.cs
IO\vssver.scc
Message\DiagnosticsRequestResponse.cs
Message\IModbusMessage.cs
Message\IModbusMessageWithData.cs
Message\ModbusMessage.cs
Message\ModbusMessageFactory.cs
Message\ModbusMessageImpl.cs
Message\ModbusMessageWithData.cs
Message\ReadCoilsInputsRequest.cs
Message\ReadCoilsInputsResponse.cs
Message\ReadHoldingInputRegistersRequest.cs
Message\ReadHoldingInputRegistersResponse.cs
Message\ReadWriteMultipleRegistersRequest.cs
Message\SlaveExceptionResponse.cs
Message\vssver.scc
Message\WriteMultipleCoilsRequest.cs
Message\WriteMultipleCoilsResponse.cs
Message\WriteMultipleRegistersRequest.cs
Message\WriteMultipleRegistersResponse.cs
Message\WriteSingleCoilRequestResponse.cs
Message\WriteSingleRegisterRequestResponse.cs
Utility\CollectionUtility.cs
Utility\DelegateDefinitions.cs
Utility\ModbusUtility.cs
Utility\SequenceUtility.cs
Utility\StringUtility.cs
Utility\vssver.scc
Modbus.cs
ModbusDevice.cd
Resources.Designer.cs
Data
Device
IO
Message
Utility

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

发表评论


0 个回复

  • work18f242
    本程序是关于串口通信,已经调试通过,希望对大家有所帮助。(RS485)
    2009-04-09 23:28:12下载
    积分:1
  • myShowData
    C#编写的数据显示程序,曲线显示,可以手动调整,也可以自动加载,数据是通过串口收到的数据,和前一个程序myDataCollect.zip配套使用!(Data written in C# program, the curve shows, you can manually adjust, you can also automatically load the data received through the serial data, and the former supporting the use of a program myDataCollect.zip!)
    2011-04-22 12:18:09下载
    积分:1
  • chuankou1
    串口字符串发送与筛选接收,一次可以发送字符串和数字串。(Serial string sent with screening reception, one can send a string several strings.)
    2014-02-24 11:21:59下载
    积分:1
  • chuankou
    串口函数,蛮好,测试过的,值的一看,用了才知道好。(Serial port functions just fine, tested, value a look, used to know better.)
    2013-11-18 20:41:30下载
    积分:1
  • SEEDdrivers
    合众达提供的两个驱动,可以添加自己的算法。一个是串口的,一个是实时系统的。(America to the two drivers, they can add their own algorithms. 1 serial port, a real-time system.)
    2007-06-11 09:53:13下载
    积分:1
  • can232
    给出了基于MFC的can232接口的调试程序(MFC-can232 given based debugger interface)
    2010-12-03 17:30:41下载
    积分:1
  • 3518056
    实时连续显示柱状图,对需要信号频谱显示的有很好的参考作用()
    2018-03-28 21:36:02下载
    积分:1
  • 温度数据采集并实时显示
    串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一个数据的大小就是画图的某一个点的纵坐标,横坐标同样为数据的序号,再将这些点用线连起来就是曲线图. 图形能移动的原理,是我们首先改变的只是数据,图形并没有变,但图形的形式是由这些数据来确定的,当数据发生变化后,我们通过刷新显示区来变化的.(Serial temperature data acquisition and real-time serial data reading the principle is, as long as when a serial data to the data, the computer will automatically writes data to a specific buffer, we can write specific procedures read that the buffer zone would be fine. Serial data to be sent, process data can be received, the receiving of data is the character, then transform data into digital type, and then the size of the data as a drawing of a point Ordinate, the abscissa serial data. these points will be used to link line is a curve, this is the graphic display the basic tenets. View the original data is the same principle, the difference is, the data from the file, the same data also will be divided into a number one, and then this one is the size of the data to draw a certain point )
    2020-06-26 07:40:02下载
    积分:1
  • com_debugger
    串口调试程序源代码,本例作为学习串口编程具有很好的参照作用。(Serial debugger source code, in this case as a learning serial programming with a good reference to the role.)
    2013-09-20 18:32:13下载
    积分:1
  • flashdemo
    通过WINAPI实现的串口通信程序,有flash动画和丰富的按钮界面。(WINAPI achieved through serial communication procedures, flash animation and rich button interface.)
    2013-06-23 20:16:10下载
    积分:1
  • 696518资源总数
  • 104573会员总数
  • 29今日下载