国产免费AV|泡泡玛特欧洲总部将设在伦敦|中文天堂网www新版资源在线|一本久道综合在线中文|国精产品一二三产区的使用方法|香蕉鱼在线观看|www.27eee
ELEOK
標題:
Modbus調試助手多種語言版本源碼 c#/vc++/vb/bc++/Delphi 內有詳細開發文檔
[打印本頁]
作者:
allen31415
時間:
2020-5-27 10:27
標題:
Modbus調試助手多種語言版本源碼 c#/vc++/vb/bc++/Delphi 內有詳細開發文檔
Modbus調試助手高級語言源碼 代碼注釋很詳細,還有開發文檔,很適合學習
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
歡迎光臨 ELEOK (http://m.afoofa.cn/)
Powered by Discuz! X5.0