基本信息
源码名称:c# 串口Demo
源码大小:6.29M
文件格式:.rar
开发语言:C#
更新时间:2023-06-11
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
c# 串口Demo
串口Demo.串口Demo.
文件清单
└── 串口Demo
├── Debug
│ ├── LasterInterface.dll
│ ├── LasterInterface.exp
│ ├── LasterInterface.ilk
│ ├── LasterInterface.lib
│ ├── LasterInterface.pdb
│ ├── NationalInstruments.Common.dll
│ ├── NationalInstruments.Common.xml
│ ├── NationalInstruments.UI.dll
│ ├── NationalInstruments.UI.WindowsForms.dll
│ ├── NationalInstruments.UI.WindowsForms.xml
│ ├── NationalInstruments.UI.xml
│ ├── WinApp01.exe
│ ├── WinApp01.exe.config
│ └── WinApp01.pdb
├── LasterInterface
│ ├── CommonLaser.cpp
│ ├── CommonLaser.h
│ ├── Debug
│ │ ├── cl.command.1.tlog
│ │ ├── CL.read.1.tlog
│ │ ├── CL.write.1.tlog
│ │ ├── CommonLaser.obj
│ │ ├── dllmain.obj
│ │ ├── LasterInterface.dll.embed.manifest
│ │ ├── LasterInterface.dll.embed.manifest.res
│ │ ├── LasterInterface.dll.intermediate.manifest
│ │ ├── LasterInterface.lastbuildstate
│ │ ├── LasterInterface.log
│ │ ├── LasterInterface_manifest.rc
│ │ ├── LasterInterface.obj
│ │ ├── LasterInterface.vcxprojResolveAssemblyReference.cache
│ │ ├── LasterInterface.write.1.tlog
│ │ ├── link.8392-cvtres.read.1.tlog
│ │ ├── link.8392-cvtres.write.1.tlog
│ │ ├── link.8392.read.1.tlog
│ │ ├── link.8392.write.1.tlog
│ │ ├── link.command.1.tlog
│ │ ├── link-cvtres.read.1.tlog
│ │ ├── link-cvtres.write.1.tlog
│ │ ├── link.read.1.tlog
│ │ ├── link.write.1.tlog
│ │ ├── mt.command.1.tlog
│ │ ├── mt.read.1.tlog
│ │ ├── mt.write.1.tlog
│ │ ├── rc.command.1.tlog
│ │ ├── rc.read.1.tlog
│ │ ├── rc.write.1.tlog
│ │ ├── SpectraPhysics.obj
│ │ ├── stdafx.obj
│ │ ├── vc100.idb
│ │ └── vc100.pdb
│ ├── dllmain.cpp
│ ├── ILaser.h
│ ├── LasterInterface.cpp
│ ├── LasterInterface.h
│ ├── LasterInterface.vcxproj
│ ├── LasterInterface.vcxproj.filters
│ ├── LasterInterface.vcxproj.user
│ ├── SpectraPhysics.cpp
│ ├── SpectraPhysics.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ └── targetver.h
├── WinApp01
│ ├── app.config
│ ├── Device.cs
│ ├── FrmMain.cs
│ ├── FrmMain.Designer.cs
│ ├── FrmMain.resx
│ ├── LaserData.cs
│ ├── LasterCmd.cs
│ ├── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── WinApp01.csproj.FileListAbsolute.txt
│ │ ├── WinApp01.csproj.GenerateResource.Cache
│ │ ├── WinApp01.csprojResolveAssemblyReference.cache
│ │ ├── WinApp01.exe
│ │ ├── winapp01.exe.licenses
│ │ ├── WinApp01.FrmMain.resources
│ │ ├── WinApp01.pdb
│ │ ├── WinApp01.Properties.Resources.resources
│ │ └── WinApp01.TestLaster.resources
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── licenses.licx
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SpectraPhysics.cs
│ ├── TestLaster.cs
│ ├── TestLaster.Designer.cs
│ ├── TestLaster.resx
│ ├── WinApp01.csproj
│ └── WinApp01.csproj.user
├── WinApp01.sdf
└── WinApp01.sln
10 directories, 95 files
c# 串口Demo
串口Demo.串口Demo.
文件清单
└── 串口Demo
├── Debug
│ ├── LasterInterface.dll
│ ├── LasterInterface.exp
│ ├── LasterInterface.ilk
│ ├── LasterInterface.lib
│ ├── LasterInterface.pdb
│ ├── NationalInstruments.Common.dll
│ ├── NationalInstruments.Common.xml
│ ├── NationalInstruments.UI.dll
│ ├── NationalInstruments.UI.WindowsForms.dll
│ ├── NationalInstruments.UI.WindowsForms.xml
│ ├── NationalInstruments.UI.xml
│ ├── WinApp01.exe
│ ├── WinApp01.exe.config
│ └── WinApp01.pdb
├── LasterInterface
│ ├── CommonLaser.cpp
│ ├── CommonLaser.h
│ ├── Debug
│ │ ├── cl.command.1.tlog
│ │ ├── CL.read.1.tlog
│ │ ├── CL.write.1.tlog
│ │ ├── CommonLaser.obj
│ │ ├── dllmain.obj
│ │ ├── LasterInterface.dll.embed.manifest
│ │ ├── LasterInterface.dll.embed.manifest.res
│ │ ├── LasterInterface.dll.intermediate.manifest
│ │ ├── LasterInterface.lastbuildstate
│ │ ├── LasterInterface.log
│ │ ├── LasterInterface_manifest.rc
│ │ ├── LasterInterface.obj
│ │ ├── LasterInterface.vcxprojResolveAssemblyReference.cache
│ │ ├── LasterInterface.write.1.tlog
│ │ ├── link.8392-cvtres.read.1.tlog
│ │ ├── link.8392-cvtres.write.1.tlog
│ │ ├── link.8392.read.1.tlog
│ │ ├── link.8392.write.1.tlog
│ │ ├── link.command.1.tlog
│ │ ├── link-cvtres.read.1.tlog
│ │ ├── link-cvtres.write.1.tlog
│ │ ├── link.read.1.tlog
│ │ ├── link.write.1.tlog
│ │ ├── mt.command.1.tlog
│ │ ├── mt.read.1.tlog
│ │ ├── mt.write.1.tlog
│ │ ├── rc.command.1.tlog
│ │ ├── rc.read.1.tlog
│ │ ├── rc.write.1.tlog
│ │ ├── SpectraPhysics.obj
│ │ ├── stdafx.obj
│ │ ├── vc100.idb
│ │ └── vc100.pdb
│ ├── dllmain.cpp
│ ├── ILaser.h
│ ├── LasterInterface.cpp
│ ├── LasterInterface.h
│ ├── LasterInterface.vcxproj
│ ├── LasterInterface.vcxproj.filters
│ ├── LasterInterface.vcxproj.user
│ ├── SpectraPhysics.cpp
│ ├── SpectraPhysics.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ └── targetver.h
├── WinApp01
│ ├── app.config
│ ├── Device.cs
│ ├── FrmMain.cs
│ ├── FrmMain.Designer.cs
│ ├── FrmMain.resx
│ ├── LaserData.cs
│ ├── LasterCmd.cs
│ ├── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── WinApp01.csproj.FileListAbsolute.txt
│ │ ├── WinApp01.csproj.GenerateResource.Cache
│ │ ├── WinApp01.csprojResolveAssemblyReference.cache
│ │ ├── WinApp01.exe
│ │ ├── winapp01.exe.licenses
│ │ ├── WinApp01.FrmMain.resources
│ │ ├── WinApp01.pdb
│ │ ├── WinApp01.Properties.Resources.resources
│ │ └── WinApp01.TestLaster.resources
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── licenses.licx
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SpectraPhysics.cs
│ ├── TestLaster.cs
│ ├── TestLaster.Designer.cs
│ ├── TestLaster.resx
│ ├── WinApp01.csproj
│ └── WinApp01.csproj.user
├── WinApp01.sdf
└── WinApp01.sln
10 directories, 95 files