找回密码
 注册

QQ登录

只需一步,快速开始

搜索

[工业通信] Modbus调试助手多种语言版本源码 c#/vc++/vb/bc++/Delphi 内有详细开发文档

[复制链接]
allen31415 发表于 2020-5-27 10:27:25 | 显示全部楼层 |阅读模式
Modbus调试助手高级语言源码  代码注释很详细,还有开发文档,很适合学习
MODBUS通讯代码例程.rar (3.08 MB, 售价: 5 E币)
MODBUS通讯代码例程
    ├─MODBUS RTU源代码
    │  ├─代码
    │  │  ├─Borland C++ Builder
    │  │  │      DcceCommSample.cpp
    │  │  │      DcceCommSample.dfm
    │  │  │      DcceCommSample.h
    │  │  │      Project1.bpr
    │  │  │      Project1.cpp
    │  │  │      Project1.res
    │  │  │      ReadMe.txt
    │  │  │      
    │  │  ├─C#
    │  │  │  │  DcceCommSample.csproj
    │  │  │  │  Form1.cs
    │  │  │  │  Form1.Designer.cs
    │  │  │  │  Form1.resx
    │  │  │  │  ico00001.bmp
    │  │  │  │  ico00002.bmp
    │  │  │  │  ico00003.bmp
    │  │  │  │  Program.cs
    │  │  │  │  SendTask.cs
    │  │  │  │  
    │  │  │  ├─bin
    │  │  │  │  ├─Debug
    │  │  │  │  │      AxInterop.MSCommLib.dll
    │  │  │  │  │      DcceCommSample.exe
    │  │  │  │  │      DcceCommSample.pdb
    │  │  │  │  │      DcceCommSample.vshost.exe
    │  │  │  │  │      Interop.MSCommLib.dll
    │  │  │  │  │      
    │  │  │  │  └─Release
    │  │  │  │          AxInterop.MSCommLib.dll
    │  │  │  │          DcceCommSample.exe
    │  │  │  │          DcceCommSample.pdb
    │  │  │  │          DcceCommSample.vshost.exe
    │  │  │  │          Interop.MSCommLib.dll
    │  │  │  │         
    │  │  │  ├─obj
    │  │  │  │  │  DcceCommSample.csproj.FileListAbsolute.txt
    │  │  │  │  │  
    │  │  │  │  ├─Debug
    │  │  │  │  │  │  AxInterop.MSCommLib.dll
    │  │  │  │  │  │  DcceCommSample.csproj.CoreCompileInputs.cache
    │  │  │  │  │  │  DcceCommSample.csproj.FileListAbsolute.txt
    │  │  │  │  │  │  DcceCommSample.csproj.GenerateResource.cache
    │  │  │  │  │  │  DcceCommSample.csproj.ResolveComReference.cache
    │  │  │  │  │  │  DcceCommSample.csprojAssemblyReference.cache
    │  │  │  │  │  │  DcceCommSample.exe
    │  │  │  │  │  │  DcceCommSample.Form1.resources
    │  │  │  │  │  │  DcceCommSample.pdb
    │  │  │  │  │  │  DcceCommSample.Properties.Resources.resources
    │  │  │  │  │  │  DesignTimeResolveAssemblyReferencesInput.cache
    │  │  │  │  │  │  Interop.MSCommLib.dll
    │  │  │  │  │  │  ResolveAssemblyReference.cache
    │  │  │  │  │  │  
    │  │  │  │  │  └─TempPE
    │  │  │  │  └─Release
    │  │  │  │      │  AxInterop.MSCommLib.dll
    │  │  │  │      │  build.force
    │  │  │  │      │  DcceCommSample.csproj.GenerateResource.Cache
    │  │  │  │      │  DcceCommSample.csproj.ResolveComReference.cache
    │  │  │  │      │  DcceCommSample.exe
    │  │  │  │      │  DcceCommSample.Form1.resources
    │  │  │  │      │  DcceCommSample.pdb
    │  │  │  │      │  DcceCommSample.Properties.Resources.resources
    │  │  │  │      │  DesignTimeResolveAssemblyReferences.cache
    │  │  │  │      │  DesignTimeResolveAssemblyReferencesInput.cache
    │  │  │  │      │  Interop.MSCommLib.dll
    │  │  │  │      │  
    │  │  │  │      └─TempPE
    │  │  │  │              Properties.Resources.Designer.cs.dll
    │  │  │  │              
    │  │  │  ├─Properties
    │  │  │  │      AssemblyInfo.cs
    │  │  │  │      Resources.Designer.cs
    │  │  │  │      Resources.resx
    │  │  │  │      Settings.Designer.cs
    │  │  │  │      Settings.settings
    │  │  │  │      
    │  │  │  └─Resources
    │  │  ├─Delphi
    │  │  │      DcceCommSample.bdsproj
    │  │  │      DcceCommSample.cfg
    │  │  │      DcceCommSample.dpr
    │  │  │      DcceCommSample.exe
    │  │  │      DcceCommSample.identcache
    │  │  │      DcceCommSample.res
    │  │  │      Unit1.dcu
    │  │  │      Unit1.ddp
    │  │  │      Unit1.dfm
    │  │  │      Unit1.pas
    │  │  │      
    │  │  ├─VB
    │  │  │      Form1.frm
    │  │  │      MSSCCPRJ.SCC
    │  │  │      工程1.vbp
    │  │  │      工程1.vbw
    │  │  │      
    │  │  └─VC
    │  │      │  DcceCommSample.cpp
    │  │      │  DcceCommSample.dsp
    │  │      │  DcceCommSample.dsw
    │  │      │  DcceCommSample.h
    │  │      │  DcceCommSample.rc
    │  │      │  DcceCommSampleDlg.cpp
    │  │      │  DcceCommSampleDlg.h
    │  │      │  MSComm.cpp
    │  │      │  MSComm.h
    │  │      │  PubVar.h
    │  │      │  ReadMe.txt
    │  │      │  resource.h
    │  │      │  stdafx.cpp
    │  │      │  stdafx.h
    │  │      │  
    │  │      └─res
    │  │              DcceCommSample.ico
    │  │              DcceCommSample.rc2
    │  │              ico00001.ico
    │  │              ico00002.ico
    │  │              ico00003.ico
    │  │              
    │  └─说明
    │          DCCE通信-BCB例程.pdf
    │          DCCE通信-C#例程.pdf
    │          DCCE通信-Delphi例程.pdf
    │          DCCE通信-VB例程.pdf
    │          DCCE通信-VC例程.pdf
    │          编程前必须知道的.pdf
    │         
    ├─MODBUS TCP_UDP源代码
    │  ├─代码
    │  │  ├─Delphi
    │  │  │      CommDllForC.dll
    │  │  │      CommDllForC.lib
    │  │  │      Project3.cfg
    │  │  │      Project3.identcache
    │  │  │      readme.txt
    │  │  │      TestDll.bdsproj
    │  │  │      TestDll.bdsproj.local
    │  │  │      TestDll.cfg
    │  │  │      TestDll.dpr
    │  │  │      TestDll.exe
    │  │  │      TestDll.identcache
    │  │  │      TestDll.res
    │  │  │      Unit2.dcu
    │  │  │      Unit2.ddp
    │  │  │      Unit2.dfm
    │  │  │      Unit2.pas
    │  │  │      
    │  │  ├─trunk(activex版本)
    │  │  │      ComForCSelf.h
    │  │  │      CommDllForC.cpp
    │  │  │      CommDllForC.def
    │  │  │      CommDllForC.h
    │  │  │      CommDllForC.idl
    │  │  │      CommDllForC.rc
    │  │  │      CommDllForC.rgs
    │  │  │      CommDllForC.vcproj
    │  │  │      CommDllForC.vcproj.vspscc
    │  │  │      CommDllForCps.def
    │  │  │      CommDllForCPS.vcproj
    │  │  │      CommDllForCPS.vcproj.vspscc
    │  │  │      CommDllForC_i.c
    │  │  │      CommDllForC_p.c
    │  │  │      CommFace.cpp
    │  │  │      CommFace.h
    │  │  │      CommFace.rgs
    │  │  │      DataStruct.h
    │  │  │      DeviceManage.cpp
    │  │  │      DeviceManage.h
    │  │  │      DevicePEC7000.cpp
    │  │  │      DevicePEC7000.h
    │  │  │      dlldata.c
    │  │  │      DUTSocket.cpp
    │  │  │      DUTSocket.h
    │  │  │      globalFun.cpp
    │  │  │      globalFun.h
    │  │  │      inDataStruct.h
    │  │  │      MessageLoop.cpp
    │  │  │      MessageLoop.h
    │  │  │      ReadMe.txt
    │  │  │      resource.h
    │  │  │      ServicePacket.cpp
    │  │  │      ServicePacket.h
    │  │  │      stdafx.cpp
    │  │  │      stdafx.h
    │  │  │      
    │  │  ├─trunk(dll版本)
    │  │  │  │  CommDllForC.cpp
    │  │  │  │  CommDllForC.def
    │  │  │  │  CommDllForC.h
    │  │  │  │  CommDllForC.rc
    │  │  │  │  CommDllForC.sln
    │  │  │  │  CommDllForC.vcproj
    │  │  │  │  DataStruct.h
    │  │  │  │  DeviceManage.cpp
    │  │  │  │  DeviceManage.h
    │  │  │  │  DevicePEC7000.cpp
    │  │  │  │  DevicePEC7000.h
    │  │  │  │  DUTSocket.cpp
    │  │  │  │  DUTSocket.h
    │  │  │  │  globalFun.cpp
    │  │  │  │  globalFun.h
    │  │  │  │  inDataStruct.h
    │  │  │  │  MessageLoop.cpp
    │  │  │  │  MessageLoop.h
    │  │  │  │  ReadMe.txt
    │  │  │  │  Reporter.cpp
    │  │  │  │  Reporter.h
    │  │  │  │  resource.h
    │  │  │  │  SDeviceManage.cpp
    │  │  │  │  SDeviceManage.h
    │  │  │  │  ServicePacket.cpp
    │  │  │  │  ServicePacket.h
    │  │  │  │  StdAfx.cpp
    │  │  │  │  StdAfx.h
    │  │  │  │  
    │  │  │  └─res
    │  │  │          CommDllForC.rc2
    │  │  │         
    │  │  ├─VB
    │  │  │  └─Project_1
    │  │  │          CommDllForC.dll
    │  │  │          CommDllForC.lib
    │  │  │          Form1.frm
    │  │  │          Form1.frx
    │  │  │          MSSCCPRJ.SCC
    │  │  │          工程1.vbp
    │  │  │          工程1.vbw
    │  │  │         
    │  │  └─VC
    │  │      │  CommDllForC.dll
    │  │      │  CommDllForC.lib
    │  │      │  DeviceOperation.cpp
    │  │      │  DeviceOperation.h
    │  │      │  globalFun.h
    │  │      │  Resource.h
    │  │      │  StdAfx.cpp
    │  │      │  StdAfx.h
    │  │      │  TestDLL_1128.cpp
    │  │      │  TestDLL_1128.dsp
    │  │      │  TestDLL_1128.dsw
    │  │      │  TestDLL_1128.h
    │  │      │  TestDLL_1128.rc
    │  │      │  TestDLL_1128Dlg.cpp
    │  │      │  TestDLL_1128Dlg.h
    │  │      │  
    │  │      └─res
    │  │              TestDLL_1128.ico
    │  │              TestDLL_1128.rc2
    │  │              
    │  └─说明
    │          通用控件使用说明.pdf
    │         
    └─样例演示
        ├─MODBUS RTU样例演示
        │  │  DcceCommSample(BCB).exe
        │  │  DcceCommSample(Delphi).exe
        │  │  DcceCommSample(VB).exe
        │  │  DcceCommSample(VC).exe
        │  │  
        │  └─DcceCommSample(C#)
        │          AxInterop.MSCommLib.dll
        │          DcceCommSample.exe
        │          Interop.MSCommLib.dll
        │         
        └─MODBUS UDP样例演示
                CommDllForC.dll
                CommDllForC.lib
                CommDllForC.ocx
                DCCESample(Delphi).exe
                DCCESample(VB).exe
                DCCESample(VC).exe

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|手机版|小黑屋|ELEOK |网站地图

GMT+8, 2024-5-8 22:39

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表