登录
首页 » C# » NModbus

NModbus

于 2021-04-29 发布 文件大小:7047KB
0 334
下载积分: 1 下载次数: 206

代码说明:

  用C#实现的modbus协议源码,非常有价值(modbus protocol by csharp)

文件列表:

NModbus
.......\lib
.......\...\FTD2XX.dll,202048,2012-08-09
.......\...\log4net
.......\...\.......\CompactFramework
.......\...\.......\................\log4net.dll,225280,2012-08-09
.......\...\.......\................\log4net.xml,1188664,2012-08-09
.......\...\.......\log4net.dll,270336,2012-08-09
.......\...\.......\log4net.xml,1365508,2012-08-09
.......\...\Unme
.......\...\....\CompactFramework
.......\...\....\Unme.MbUnit.Framework.Extensions.dll,4608,2012-08-09
.......\NModbus.build,11458,2012-08-09
.......\NModbus.shfbproj,3785,2012-08-09
.......\NModbusPublic.snk,160,2012-08-09
.......\README.txt,1633,2012-08-09
.......\src
.......\...\FtdAdapter
.......\...\..........\bin
.......\...\..........\...\Debug
.......\...\..........\...\.....\FTD2XX.dll,202048,2012-08-09
.......\...\..........\...\.....\FtdAdapter.dll,18944,2012-08-17
.......\...\..........\...\.....\FtdAdapter.pdb,42496,2012-08-17
.......\...\..........\...\.....\FtdAdapter.XML,13868,2012-08-17
.......\...\..........\...\.....\log4net.dll,270336,2012-08-09
.......\...\..........\...\.....\log4net.xml,1365508,2012-08-09
.......\...\..........\...\.....\Modbus.dll,84480,2012-08-17
.......\...\..........\...\.....\Modbus.pdb,259584,2012-08-17
.......\...\..........\...\.....\Modbus.xml,68850,2012-08-17
.......\...\..........\FtdAdapter.csproj,4754,2012-08-17
.......\...\..........\FtdDeviceInfo.cs,3648,2012-08-09
.......\...\..........\FtdEnums.cs,2431,2012-08-09
.......\...\..........\FtdUsbPort.cs,12803,2012-08-09
.......\...\..........\NativeMethods.cs,2075,2012-08-09
.......\...\..........\obj
.......\...\..........\...\Debug
.......\...\..........\...\.....\FtdAdapter.csproj.FileListAbsolute.txt,1167,2012-08-17
.......\...\..........\...\.....\FtdAdapter.csproj.GenerateResource.Cache,778,2012-08-17
.......\...\..........\...\.....\FtdAdapter.dll,18944,2012-08-17
.......\...\..........\...\.....\FtdAdapter.pdb,42496,2012-08-17
.......\...\..........\...\.....\FtdAdapter.Resources.resources,250,2012-08-17
.......\...\..........\...\.....\ResolveAssemblyReference.cache,11944,2012-08-17
.......\...\..........\...\.....\TempPE
.......\...\..........\Properties
.......\...\..........\..........\AssemblyInfo.cs,546,2012-08-09
.......\...\..........\Resources.Designer.cs,3145,2012-08-09
.......\...\..........\Resources.resx,5926,2012-08-09
.......\...\Modbus
.......\...\......\bin
.......\...\......\...\Debug
.......\...\......\...\.....\CompactFramework
.......\...\......\...\.....\................\log4net.dll,225280,2012-08-09
.......\...\......\...\.....\................\log4net.xml,1188664,2012-08-09
.......\...\......\...\.....\................\Modbus.dll,76288,2012-08-17
.......\...\......\...\.....\................\Modbus.pdb,255488,2012-08-17
.......\...\......\...\.....\................\Modbus.XML,66552,2012-08-17
.......\...\......\...\.....\log4net.dll,270336,2012-08-09
.......\...\......\...\.....\log4net.xml,1365508,2012-08-09
.......\...\......\...\.....\Modbus.dll,84480,2012-08-17
.......\...\......\...\.....\Modbus.pdb,259584,2012-08-17
.......\...\......\...\.....\Modbus.XML,68850,2012-08-17
.......\...\......\...\.....\System.Core.dll,667648,2010-11-21
.......\...\......\Data
.......\...\......\....\DataStore.cs,4777,2012-08-09
.......\...\......\....\DataStoreEventArgs.cs,1920,2012-08-09
.......\...\......\....\DataStoreFactory.cs,1756,2012-08-09
.......\...\......\....\DiscreteCollection.cs,2097,2012-08-09
.......\...\......\....\IModbusMessageDataCollection.cs,568,2012-08-09
.......\...\......\....\ModbusDataCollection.cs,3991,2012-08-09
.......\...\......\....\ModbusDataType.cs,466,2012-08-09
.......\...\......\....\RegisterCollection.cs,2144,2012-08-09
.......\...\......\Device
.......\...\......\......\IModbusMaster.cs,4737,2012-08-09
.......\...\......\......\IModbusSerialMaster.cs,813,2012-08-09
.......\...\......\......\ModbusDevice.cs,1090,2012-08-09
.......\...\......\......\ModbusIpMaster.cs,6500,2012-08-09
.......\...\......\......\ModbusMaster.cs,9751,2012-08-09
.......\...\......\......\ModbusMasterTcpConnection.cs,5333,2012-08-09
.......\...\......\......\ModbusSerialMaster.cs,4145,2012-08-09
.......\...\......\......\ModbusSerialSlave.cs,3889,2012-08-09
.......\...\......\......\ModbusSlave.cs,9936,2012-08-09
.......\...\......\......\ModbusSlaveRequestEventArgs.cs,561,2012-08-09
.......\...\......\......\ModbusTcpSlave.cs,4247,2012-08-09
.......\...\......\......\ModbusUdpSlave.cs,2313,2012-08-09
.......\...\......\......\TcpConnectionEventArgs.cs,429,2012-08-09
.......\...\......\GlobalSuppressions.cs,301,2012-08-09
.......\...\......\IO
.......\...\......\..\CompactUdpClient.cs,708,2012-08-09
.......\...\......\..\CrossPlatformUdpClient.cs,2405,2012-08-09
.......\...\......\..\EmptyTransport.cs,825,2012-08-09
.......\...\......\..\FullUdpClient.cs,587,2012-08-09
.......\...\......\..\IStreamResource.cs,1739,2012-08-09
.......\...\......\..\ModbusAsciiTransport.cs,2059,2012-08-09
.......\...\......\..\ModbusIpTransport.cs,4380,2012-08-09
.......\...\......\..\ModbusRtuTransport.cs,5021,2012-08-09
.......\...\......\..\ModbusSerialTransport.cs,1981,2012-08-09
.......\...\......\..\ModbusTransport.cs,6942,2012-08-09
.......\...\......\..\SerialPortAdapter.cs,1412,2012-08-09
.......\...\......\..\StreamResourceUtility.cs,546,2012-08-09
.......\...\......\..\TcpClientAdapter.cs,1440,2012-08-09

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

发表评论

0 个回复

  • OFDM_system
    一个完整的ofdm调制系统的仿真程序,包含PN码自动生成,串并转换等各功能模块和算法,重点针对不同信道条件对常用及各种信道盲均衡算法进行仿真分析比较,对不同原型滤波器算法进行研究分析,分析比较QAM系统,供博士毕业论文参考(Ofdm modulation of a complete system simulation program, including automatically generated PN code, and convert the string Other functional modules and algorithms, focusing on a different channel conditions and a variety of common blind channels are Balance simulation algorithm analysis and comparison of different research and analysis prototype filter algorithm, sub- Analysis of more QAM systems, Ph.D. thesis for reference)
    2020-12-02 20:09:25下载
    积分:1
  • 射线追踪法
    说明:  大气波导下,电磁波射频追踪研究,利用Matlab进行仿真(Radio Frequency Tracking of Electromagnetic Waves in Atmospheric Waveguide)
    2021-01-06 19:58:53下载
    积分:1
  • opnet-simulation
    本文以12个例程详细介绍了opnet的使用,尤其适合初学者。(This paper details the 12 routines opnet use, especially for beginners.)
    2014-03-31 11:06:47下载
    积分:1
  • BER Simulink matlab
    说明:  BER Probability for QAM
    2020-06-30 06:00:28下载
    积分:1
  • SeaSon_from_HIT
    SeaSon from DB-LAB of HIT 介绍的方法是以在cygwin中安装gdb为例说明。(SeaSon from DB-LAB of HIT is based on the method described to install gdb on cygwin an example.)
    2010-11-04 16:31:49下载
    积分:1
  • RA
    说明:  通过matlab实现车联网下的资源分配,包括用户、路边单元和基站,相关毕设可以使用(Matlab is used to realize the resource allocation under the vehicle network, including users, roadside units and base stations, which can be used in relevant settings.)
    2020-10-15 18:37:29下载
    积分:1
  • 信道仿真
    通过具体的信道实例对比几种信道容量,绘出对数正态衰落、瑞利衰落、Nakagami衰落下确定的容量随平均接收信噪比变化的曲线。(The capacity of several channels is compared by a specific channel example, and the curve determined by the logarithmic normal fading, Rayleigh fading and Nakagami fading with the change of the average received signal to noise ratio (SNR) is drawn.)
    2020-12-09 19:39:25下载
    积分:1
  • SpaceCorrelationinMIMOSystems
    说明:  基于宏小区及微小区MIMO信道模型,比较了MIMO信道在两种传输环境中的空间相关特性,通过数值分 析方法得到了两类信道空间相关性随发送端、接收端天线阵列的分布而变化的特征曲线,并分析比较了信道参数, 即到达角的角度扩展,对空间相关性的影响。(The space correlation is analyzed in different propagation conditions including the MIMO macro-cell and micro-cell applications. The characteristics curves describing the space correlation versus the distance of antennas are obtained according to the numerical analysis. The effect of the spread of the angle of arrival on the space correlation is also investigated. )
    2010-04-11 15:45:10下载
    积分:1
  • the-design-of-MVB-and-ethenet
    有关MVB与工业以太网网关的设计与研究,对列车通信网络感兴趣的朋友可以看看(MVB and industrial Ethernet gateway for the design and research on the train communication network interested friends can see)
    2011-10-31 18:23:49下载
    积分:1
  • gobackn
    北邮计算机网络实验一,滑动窗口的回退n协议,实测信道利用率很高。(Computer network experiment 1, sliding window backoff n protocol, the measured channel utilization is very high.)
    2019-07-05 01:59:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载