登录
首页 » C# » NModbus

NModbus

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

  • Cell_search
    小区搜索程序,能够在OFDM框架下对信号的调制解调定位等问题进行仿真。(Cell search procedure, to the framework of the OFDM modulation and demodulation of the signal localization issues such as simulation.)
    2010-10-03 14:39:59下载
    积分:1
  • DQPSK
    (1)建立DQPSK调制和解调 SIMULINK仿真模型,评估其在AWGN信道和瑞利衰落信道下的误码率性能(画出信噪比变化时的误码率曲线); (2)基于(1)建立的SIMULINK仿真模型,分别在AWGN信道和瑞利衰落信道下发送一个实际音频文件,在接收端实时播放出来((1) the DQPSK modulation and demodulation SIMULINK simulation model is established to evaluate the bit error rate performance under the AWGN channel and the Rayleigh fading channel (the bit error rate curve when the signal to noise ratio changes). (2) based on the (1) established SIMULINK simulation model, a real audio file is sent under the AWGN channel and the Rayleigh fading channel respectively, and it is played on the receiving end in real time.)
    2021-04-13 15:48:56下载
    积分:1
  • KQSQDAJ
    关于信道估计的程序,用MATLAB实现,包括导频的插入提取,FFT IFFT ,循环前缀的加入提取()
    2018-02-01 12:21:18下载
    积分:1
  • heterodyne
    相干解调的程序代码,可用于光电检测,包括光纤传感、分布式检测等 (heterodyne detection code ,is used for opto-electronic)
    2015-02-11 16:51:45下载
    积分:1
  • MIMO-OFDM
    此代码为MIMO-OFDM源程序,包括PSK调制与解调,空时分组编译码,信道建模等部分(This code for MIMO-OFDM source, including PSK modulation and demodulation, space-time block coding and decoding, channel modeling and other parts)
    2014-05-23 09:45:44下载
    积分:1
  • optimization-of-sctp
    在windows平台的的流控制协议的优化程序简介以及论文。(In the windows platform flow control protocol optimizer profile and papers.)
    2011-07-07 16:43:02下载
    积分:1
  • test_sam
    实现了polar在BEC信道下的编译码,画出了误码率图像(The encoding and decoding of polar in BEC channel is realized, and the bit error rate image is drawn.)
    2019-04-09 15:37:28下载
    积分:1
  • 13.信源数估计MDL算法MATLAB
    DOA信源数估计,采用MDL算法,可以有效估计信源数目。(DOA source number estimation using MDL algorithm)
    2020-07-04 18:40:06下载
    积分:1
  • physical layer aspects
    The contents of the present document are subject to continuing work within the TSG and may change following formal TSG approval. Should the TSG modify the contents of the present document, it will be re-released by the TSG with an identifying change of release date and an increase in version number.
    2018-01-30 19:03:30下载
    积分:1
  • sampleCom
    封装了windows操作串口的几个API(CreateFile, ReadFile,WriteFile,SetComState)。串口的读写设置这几个操作都可以简单地只用关键一两个参数就能实现操作。也是一个很好的例子,我写这个之前查了不少资料,感觉非常麻烦,索性发出来给新手们作个样例(Windows serial COM port access class,it includes CreateFile, SetComState,ReadFile,WriteFile,CloseFile)
    2013-08-02 14:30:40下载
    积分:1
  • 696518资源总数
  • 105584会员总数
  • 19今日下载