資源簡介
需要先打開串口 才能使用該工具
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.IO.Ports;
namespace?CShapeSerialPort
{
????public?partial?class?MainFrom?:?Form
????{
????????private?SerialPortUtil?comPort?=?new?SerialPortUtil();
????????private?System.Timers.Timer?timer?=?new?System.Timers.Timer();
????????public?MainFrom()
????????{
????????????InitializeComponent();
????????}
????????private?void?COMOpen()
????????{
????????????if?(!comPort.IsOpen)
????????????{
????????????????try
????????????????{
????????????????????comPort.OpenPort();
????????????????????btnOpenClose.Text?=?“關閉串口“;
????????????????????label7.Text?=?comPort.PortName?+?“已
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????4286??2012-08-27?14:31??CShapeSerialPort\1_vspdconfig.ico
?????文件??????33792??2012-08-30?16:13??CShapeSerialPort\bin\Debug\CShapeSerialPort.exe
?????文件??????52736??2012-08-30?16:13??CShapeSerialPort\bin\Debug\CShapeSerialPort.pdb
?????文件??????12522??2012-08-30?15:41??CShapeSerialPort\bin\Debug\CShapeSerialPort.rar
?????文件??????11608??2012-08-30?16:07??CShapeSerialPort\bin\Debug\CShapeSerialPort.vshost.exe
?????文件??????32768??2012-08-30?15:56??CShapeSerialPort\bin\Release\CShapeSerialPort.exe
?????文件??????48640??2012-08-30?15:56??CShapeSerialPort\bin\Release\CShapeSerialPort.pdb
?????文件??????11608??2012-08-30?15:56??CShapeSerialPort\bin\Release\CShapeSerialPort.vshost.exe
?????文件????????490??2010-03-17?22:39??CShapeSerialPort\bin\Release\CShapeSerialPort.vshost.exe.manifest
?????文件???????3815??2012-08-27?14:33??CShapeSerialPort\CShapeSerialPort.csproj
?????文件???????9329??2012-08-30?16:13??CShapeSerialPort\MainFrom.cs
?????文件??????17980??2012-08-30?15:39??CShapeSerialPort\MainFrom.Designer.cs
?????文件??????12743??2012-08-30?15:39??CShapeSerialPort\MainFrom.resx
?????文件????????842??2012-08-30?16:07??CShapeSerialPort\obj\x86\Debug\CShapeSerialPort.csproj.FileListAbsolute.txt
?????文件??????33792??2012-08-30?16:13??CShapeSerialPort\obj\x86\Debug\CShapeSerialPort.exe
?????文件???????4852??2012-08-30?16:13??CShapeSerialPort\obj\x86\Debug\CShapeSerialPort.MainFrom.resources
?????文件??????52736??2012-08-30?16:13??CShapeSerialPort\obj\x86\Debug\CShapeSerialPort.pdb
?????文件????????180??2012-08-30?16:13??CShapeSerialPort\obj\x86\Debug\CShapeSerialPort.Properties.Resources.resources
?????文件???????6298??2012-08-30?16:13??CShapeSerialPort\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????856??2012-08-30?15:56??CShapeSerialPort\obj\x86\Release\CShapeSerialPort.csproj.FileListAbsolute.txt
?????文件??????32768??2012-08-30?15:56??CShapeSerialPort\obj\x86\Release\CShapeSerialPort.exe
?????文件???????4852??2012-08-30?15:56??CShapeSerialPort\obj\x86\Release\CShapeSerialPort.MainFrom.resources
?????文件??????48640??2012-08-30?15:56??CShapeSerialPort\obj\x86\Release\CShapeSerialPort.pdb
?????文件????????180??2012-08-30?15:56??CShapeSerialPort\obj\x86\Release\CShapeSerialPort.Properties.Resources.resources
?????文件???????6302??2012-08-30?15:56??CShapeSerialPort\obj\x86\Release\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????500??2012-08-25?14:03??CShapeSerialPort\Program.cs
?????文件???????1364??2012-08-25?14:02??CShapeSerialPort\Properties\AssemblyInfo.cs
?????文件???????2882??2012-08-25?14:02??CShapeSerialPort\Properties\Resources.Designer.cs
?????文件???????5612??2012-08-25?14:02??CShapeSerialPort\Properties\Resources.resx
?????文件???????1101??2012-08-25?14:02??CShapeSerialPort\Properties\Settings.Designer.cs
............此處省略17個文件信息
- 上一篇:chart控件(曲線圖)
- 下一篇:多人人臉識別
評論
共有 條評論