資源簡介
介紹利用c#的serialport組件來和設備串口進行通訊的例子
代碼片段和文件信息
using?System.Reflection;
using?System.Runtime.CompilerServices;
//
//?General?Information?about?an?assembly?is?controlled?through?the?following?
//?set?of?attributes.?Change?these?attribute?values?to?modify?the?information
//?associated?with?an?assembly.
//
[assembly:?Assemblytitle(““)]
[assembly:?AssemblyDescription(““)]
[assembly:?AssemblyConfiguration(““)]
[assembly:?AssemblyCompany(““)]
[assembly:?AssemblyProduct(““)]
[assembly:?AssemblyCopyright(““)]
[assembly:?AssemblyTrademark(““)]
[assembly:?AssemblyCulture(““)]
//
//?Version?information?for?an?assembly?consists?of?the?following?four?values:
//
//??????Major?Version
//??????Minor?Version?
//??????Build?Number
//??????Revision
//
//?You?can?specify?all?the?values?or?you?can?default?the?Revision?and?Build
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1078??2007-05-21?13:53??App.ico
?????文件????????2426??2007-05-21?13:53??AssemblyInfo.cs
?????文件???????12687??2007-06-19?09:58??Form1.cs
?????文件?????1787174??2007-06-18?17:13??Form1.resx
?????文件????????5520??2018-12-04?13:12??Serial_Demo.csproj
?????文件????????2083??2018-12-04?13:12??Serial_Demo.csproj.user
?????文件????????1115??2018-12-04?13:10??Serial_Demo.sln
?????目錄???????????0??2018-12-04?13:09??bin\
?????目錄???????????0??2018-12-04?13:11??bin\Debug\
?????文件???????11776??2018-12-04?13:10??bin\Debug\AxInterop.MSCommLib.dll
?????文件???????15360??2018-12-04?13:10??bin\Debug\Interop.MSCommLib.dll
?????文件?????1212416??2018-12-04?13:12??bin\Debug\Serial_Demo.exe
?????文件???????17920??2018-12-04?13:12??bin\Debug\Serial_Demo.pdb
?????目錄???????????0??2018-12-04?13:10??obj\
?????目錄???????????0??2018-12-04?13:11??obj\Debug\
?????文件???????11776??2018-12-04?13:10??obj\Debug\AxInterop.MSCommLib.dll
?????文件????????6290??2018-12-04?13:12??obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????15360??2018-12-04?13:10??obj\Debug\Interop.MSCommLib.dll
?????文件?????1191678??2018-12-04?13:12??obj\Debug\Serial_Demo.Form1.resources
?????文件??????????42??2018-12-04?13:10??obj\Debug\Serial_Demo.csproj.CoreCompileInputs.cache
?????文件????????1409??2018-12-04?13:11??obj\Debug\Serial_Demo.csproj.FileListAbsolute.txt
?????文件?????????774??2018-12-04?13:10??obj\Debug\Serial_Demo.csproj.GenerateResource.cache
?????文件?????????739??2018-12-04?13:10??obj\Debug\Serial_Demo.csproj.ResolveComReference.cache
?????文件????????5850??2018-12-04?13:10??obj\Debug\Serial_Demo.csprojAssemblyReference.cache
?????文件?????1212416??2018-12-04?13:12??obj\Debug\Serial_Demo.exe
?????文件???????17920??2018-12-04?13:12??obj\Debug\Serial_Demo.pdb
?????目錄???????????0??2018-12-04?13:13??obj\Debug\TempPE\
評論
共有 條評論