登录
首页 » C# » NModbus

NModbus

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

  • bpsk
    bpsk 调制 使用的是matlab(bpsk modulation)
    2011-12-07 23:04:58下载
    积分:1
  • EtherCAT Slave DC Sync to customer
    实现Ethercat现场通讯的主从站代码实例(An Example of Master-slave Station Code for Ethercat Field Communication)
    2019-04-06 13:54:05下载
    积分:1
  • 第二次实验
    说明:  matlab语音基因频率能量计算!一个非常有用的基音频率计算方法,一个小项目。(Matlab voice gene frequency energy calculation! A very useful pitch frequency calculation method, a small project.)
    2020-07-03 23:23:54下载
    积分:1
  • Cognitive-Radio-Policy
    Cognitive Radio - Securuty
    2011-06-14 23:34:12下载
    积分:1
  • OpenProtocol
    BTicino的网关通讯协议详细说明,非常详细,看完了就可以自己动手控制BT智能家居了!(BTicino gateway protocol details, very detailed, have read to make your own intelligent home control it!)
    2010-09-19 10:12:08下载
    积分:1
  • EVALDVBS2_STMICROELECTRONICS_130762
    LDPC校验矩阵生成、高斯消去法编码、BP译码程序,可以作为自己编写LDPC编译码程序的参考。因为matlab代码效率不高,所以这个程序仿真起来比较慢.(LDPC check matrix generation, Gaussian elimination coding, BP decoding procedure can be used as its own procedures for the preparation of LDPC codec reference. Because matlab code efficiency is not high, so this process is relatively slow simulation together.)
    2008-05-22 23:07:12下载
    积分:1
  • LFMdetection
    LFM信号及回波的生成,时域及频谱分析,模糊度函数分析,时频分析,匹配滤波器能量检测、循环相关检测、及fmusic参数估计(LFM signal and the echo generation, time domain and spectral analysis, ambiguity function analysis, time-frequency analysis, the matched filter energy detection, loop correlation detection, parameter estimation and fmusic)
    2013-10-28 11:04:45下载
    积分:1
  • LEO_Channel_MU
    这是一份低轨道卫星建模的资料,比较简洁适合学习(This is a low-orbit satellite modelling data, relatively simple and suitable for learning, recommend to see)
    2021-03-11 14:59:25下载
    积分:1
  • zhuyiminqam64
    64QAM调制gray码映射在高斯信道下的误比特率和理论误比特率(64QAM modulation gray code mapping in Gaussian channel bit error rate and the theoretical bit error rate)
    2021-04-25 13:38:46下载
    积分:1
  • ESPRIT
    说明:  基于esprit算法的宽带信号(线性调频信号)doa估计(DOA estimation based on esprit)
    2019-05-01 20:32:01下载
    积分:1
  • 696518资源总数
  • 104347会员总数
  • 12今日下载