Modbus調(diào)試助手高級語言源碼 代碼注釋很詳細(xì),還有開發(fā)文檔,很適合學(xué)習(xí)
MODBUS通訊代碼例程.rar
(3.08 MB, 售價: 5 E幣)
2020-5-27 10:22 上傳
點擊文件名下載附件
售價: 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
【必讀】版權(quán)免責(zé)聲明
1、本主題所有言論和內(nèi)容純屬會員個人意見,與本論壇立場無關(guān)。2、本站對所發(fā)內(nèi)容真實性、客觀性、可用性不做任何保證也不負(fù)任何責(zé)任,網(wǎng)友之間僅出于學(xué)習(xí)目的進(jìn)行交流。3、對提供的數(shù)字內(nèi)容不擁有任何權(quán)利,其版權(quán)歸原著者擁有。請勿將該數(shù)字內(nèi)容進(jìn)行商業(yè)交易、轉(zhuǎn)載等行為,該內(nèi)容只為學(xué)習(xí)所提供,使用后發(fā)生的一切問題與本站無關(guān)。 4、本網(wǎng)站不保證本站提供的下載資源的準(zhǔn)確性、安全性和完整性;同時本網(wǎng)站也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的損失或傷害。 5、本網(wǎng)站所有軟件和資料均為網(wǎng)友推薦收集整理而來,僅供學(xué)習(xí)用途使用,請務(wù)必下載后兩小時內(nèi)刪除,禁止商用。6、如有侵犯你版權(quán)的,請及時聯(lián)系我們(電子郵箱1370723259@qq.com)指出,本站將立即改正。
|