登录
首页 » C# » NModbus

NModbus

于 2021-04-29 发布 文件大小:7047KB
0 288
下载积分: 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
    OFDM系统仿真,适合初学者,程序简单易于理解(OFDM system simulation, suitable for beginners, the program is simple and easy to understand)
    2013-05-14 15:50:17下载
    积分:1
  • CDMA(2)
    CDMA系统工程手册,有详尽的参数和标准,分一二三三册(CDMA Systems Engineering Handbook, detailed parameters and standards, in 2330 volumes)
    2012-06-08 01:16:57下载
    积分:1
  • RS485
    说明:  阐述了RS-485总线规范,描述了影响RS-485总线通信速率和通信可靠性的三个因素,同时提出 了相应的解决方法并讨论了总线负载能力和传输距离之间的具体关系。 (Described the RS-485 bus specification, describes the impact of RS-485 bus communication speed and communication reliability of the three factors, while the corresponding solutions presented and discussed the bus load capacity and the specific relationship between the transmission distance.)
    2010-04-04 11:51:46下载
    积分:1
  • com
    VS2010串口例程,VC2010写的串口调试助手,开发环境为VS2010,使用的uncioud环境,纯API,不错的C++串行通讯例子程序,希望能对串口学习的朋友有所帮助 (VS2010 serial routines, VC2010 write serial debugging assistant development environment VS2010, using uncioud environment, pure API, a good example of C++ serial communication program, hoping to help a friend learn the serial port)
    2011-08-11 13:20:01下载
    积分:1
  • DF-AF-comparion
    中继系统中DF和AF两种不同中继方式下性能的比较,对于学习中继的人很好!(Comparison of DF and AF are two different relay mode performance in the relay system for the study of relay good! )
    2012-05-08 16:11:39下载
    积分:1
  • nbs_vs_cbs
    uwb 天线选择算法 基于范数的选择算法和基于相关的选择算法的比较(UWB antenna selection algorithm based on the norm of the selection algorithm and selection algorithm based on the relevant comparison)
    2021-04-24 14:28:46下载
    积分:1
  • 学电子元器件从入门到成才 王俊峰
    MFC编程 实现数据绘制成曲线。经兄弟推荐最终决定用两个控件MCSCOMM与TeeChart来完成此任务。MCSCOMM控件时vc自带的串口控件(MFC programming realizes data plotting into curves. After recommendation by brothers, we finally decided to use two controls, MCSCOMM and TeeChart, to accomplish this task.)
    2020-06-18 08:00:02下载
    积分:1
  • final gardner
    qpsk完整解调,包括载波同步,位同步采用迟早门,载波同步采用判决反馈(qpsk complete demodulation, including the carrier synchronization, bit synchronization using the door sooner or later, the use of decision feedback carrier synchronization)
    2011-08-06 21:38:36下载
    积分:1
  • CSMA_CA
    CSMA/CA 协议吞吐量与站点数量的分析,注释较详细(CSMA/CA protocol throughput and the number of stations a more detailed analysis, annotation)
    2012-11-12 15:49:12下载
    积分:1
  • Manual_LGO_PR_GPS
    manual leica geooffice
    2015-11-27 23:40:15下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载