登录
首页 » C# » NModbus

NModbus

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

  • 06618_52RD_bluetooth
    这个文档对蓝牙开发有很大的帮助,希望可以帮到大家,(bluetooth)
    2010-09-08 10:11:33下载
    积分:1
  • scma-PM-MPA
    说明:  SCMA系统中的PM-MPA检测,信道采用瑞利信道,迭代次数为6(For PM-MPA detection in SCMA system, Rayleigh channel is adopted and the number of iterations is 6)
    2021-03-26 17:20:44下载
    积分:1
  • sc_fde
    单载波系统在高斯白噪声和多径信道条件下的仿真——加入独立字导频且采用最小二乘信道估计(Single carrier system in gaussian white noise and multipath channel under the condition of the simulation to join the independent word frequency and the least square estimation channel )
    2012-03-07 15:53:16下载
    积分:1
  • LFM
    LFM线性调频波的MATLAB仿真 利用matlab软件设计匹配滤波器。具体包括: 1):阐述脉冲压缩(匹配滤波)的基本原理; 2):输入信号为线性调频信号,存在的噪声信号为白噪声; 3):通过脉冲压缩处理,讨论输出信噪比的改善。 (The the LFM chirp wave MATLAB simulation using matlab software design matched filter. Specifically including: 1): elaborated pulse compression (the basic principle of the matched filter) 2): the input signal is a chirp signal, the noise present in the signal is white noise 3): by a pulse compression processing discussed output SNR improved.)
    2021-02-11 16:39:52下载
    积分:1
  • 5646109
    用matlab编写,由浅入深实现卡尔曼滤波器跟踪,滤波功能()
    2018-02-01 20:39:04下载
    积分:1
  • QPSK_FS_uncoded_curve20071029
    说明:  频率选择性信道下无编码OFDM系统的误码率曲线。(BER of OFDM signals in FS channel without coding)
    2009-08-31 10:36:34下载
    积分:1
  • OFDM
    给出了OFDM在卫星通信中的系统框图并 在Simulink中仿真实现,利用改进的CMA恒模算法进行盲均衡处理,来去除时变卫星信道对信号的影响,基于4阶累积量的方法 将OFDM信号与其他调制类型信号区分开来(OFDM is given in the satellite communication system block diagram and Simulation in Simulink using the modified constant modulus algorithm CMA for blind equalization, to remove the time-varying satellite channel on the signals, based on 4-order cumulant method OFDM signals and other types of signal modulation to distinguish)
    2020-12-02 20:19:26下载
    积分:1
  • a_project_of_mobile_compny
    THIS IS A PROJECT OF A MOBILE COMPANY
    2012-11-21 02:17:28下载
    积分:1
  • 基于MATLAB的OFDM仿真设计实验报告
    包含有数字通信课程实验大作业报告与代码。完成的OFDM的收发包含:1.卷积编码、2.自动增益控制、3.极大似然判决、4.QPSK收发、5.帧检测等,代码在MATLAB2016b环境下编译通过(It contains the report and code of the experiment assignment for the course of digital communication. The completed OFDM transceiver includes: 1. convolutional coding, 2. automatic gain control, 3. maximum likelihood decision, 4. QPSK transceiver, 5. frame detection, etc. The code is compiled and passed in MATLAB2016b environment.)
    2021-01-26 20:38:37下载
    积分:1
  • HuaWei_Design
    华为内部程序设计培训文档。 值得学习一下。。。
    2009-11-20 18:10:13下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载