登录
首页 » C# » NModbus

NModbus

于 2021-04-29 发布 文件大小:7047KB
0 213
下载积分: 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 个回复

  • Dnp_analysis
    DNP3通讯报文解析工具,由于查看理解DNP通讯报文(DNP3 Communications Message Parsing Tool, Due to Viewing and Understanding DNP Communications Messages)
    2020-06-17 09:00:02下载
    积分:1
  • Hilgraeve-HyperTerm-5.0
    full source to hilgraeve HyperTerm 5.0 that is shipped with windows
    2021-04-23 14:08:48下载
    积分:1
  • KOCRDK
    说明:  一个opc客户端开发包,可以快速开发基于opc的客户端程序,此开发包需要授权(a client development kits, can be rapidly developed based on the client Oligomeric Proanthocyanidins procedures, this development kits need to empower)
    2006-02-21 11:22:00下载
    积分:1
  • extended_reciever
    Bit Error Rate analysis of an Extended Receiver for Rectangular PAM. The performance of a digital communication system in the presence of additive white Gaussian noise (AWGN) can be assessed by the measurement of the bit error rate (BER). The Simulink model provided is a rectangular polar pulse amplitude modulation (PAM) baseband system with an AWGN channel and an extended sample and hold receiver with a low pass filter. An extended receiver has an odd number of sample and hold circuits. What remains to be answered is if such a receiver would provide a more desirable BER than that of a simple S/H receiver.
    2010-02-01 03:26:22下载
    积分:1
  • NR opensrc_c
    说明:  5G NR 的全链路仿真C代码,对学习5G算法和做5G研发的有很大的参考价值。(5g NR full link simulation C code has great reference value for learning 5g algorithm and doing 5g research and development.)
    2020-11-08 21:33:03下载
    积分:1
  • AsyncSocket
    异步socket通信C++,对socket基础协议进行封装处理(Asynchronous socket communication C++, on the basis of protocol encapsulation process socket)
    2011-06-02 16:11:29下载
    积分:1
  • MIMOOFDMPrecoding
    TD-LTE下行传输采用了MIMO-OFDM的物理层构架,通过最多4个发射天线并行传输多个(最多4个)数据流,能够有效地提高峰值传输速率。LTE的物理层处理过程中,预编码是其核心功能模块,物理下行共享信道的几种主要传输模式都是通过预编码实现的。(The td-scdma LTE downlink transmission adopted MIMO - OFDM frame, the physical transmission antennas parallel transmission by up to four more (up to 4) data flow, can effectively improve the peak transmission rate.LTE) in the process of the physical layer of precoding is its core function module, several kinds of main physical downlink Shared channel transmission model is achieved by precoding.)
    2018-02-03 16:36:53下载
    积分:1
  • hpcn-rfcomm
    high performance communication networks presentation
    2012-03-17 17:39:01下载
    积分:1
  • adaptive_filter
    外辐射源雷达中直达波对消matlab程序,使用自适应滤波的算法(adaptive_filter algrithm)
    2012-04-12 15:37:08下载
    积分:1
  • wave-simulator-antenna-
    基于IRA天线的辐射波模拟器天线辐射性能研究(Radiation wave simulator antenna radiation performance of the antenna-based IRA)
    2013-11-24 10:17:13下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 29今日下载