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
【必读】版权免责声明
1、本主题所有言论和内容纯属会员个人意见,与本论坛立场无关。2、本站对所发内容真实性、客观性、可用性不做任何保证也不负任何责任,网友之间仅出于学习目的进行交流。3、对提供的数字内容不拥有任何权利,其版权归原著者拥有。请勿将该数字内容进行商业交易、转载等行为,该内容只为学习所提供,使用后发生的一切问题与本站无关。 4、本网站不保证本站提供的下载资源的准确性、安全性和完整性;同时本网站也不承担用户因使用这些下载资源对自己和他人造成任何形式的损失或伤害。 5、本网站所有软件和资料均为网友推荐收集整理而来,仅供学习用途使用,请务必下载后两小时内删除,禁止商用。6、如有侵犯你版权的,请及时联系我们(电子邮箱1370723259@qq.com)指出,本站将立即改正。
|