資源簡介
c# 串口調試源碼例子
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.IO.Ports;
using?System.Data.SqlClient;
using?System.Threading;
namespace?串口2._
{
????public?partial?class?Form1?:?Form
????{
????????private?long?send_count;
????????private?long?receive_count;
????????private?SerialPort?com?=?new?SerialPort();
????????private?StringBuilder?builder?=?new?StringBuilder();
????????private?System.Timers.Timer?t;
????????private?System.Timers.Timer?t2;
????????private?int?receive?=?1;
????????private?DataTable?ZLDT?=?new?DataTable();
????????private?int?MODER?=?0;
????????private?int?MN?=?0;
????????private?List?buffer=new?List(4096);
????????priv
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????17649??2012-07-10?09:27??串口2.0\Backup\串口2.0\Form1.cs
?????文件??????26673??2012-06-29?13:04??串口2.0\Backup\串口2.0\Form1.Designer.cs
?????文件???????6403??2012-06-29?13:04??串口2.0\Backup\串口2.0\Form1.resx
?????文件????????468??2012-05-29?15:43??串口2.0\Backup\串口2.0\Program.cs
?????文件???????1176??2012-05-29?15:43??串口2.0\Backup\串口2.0\Properties\AssemblyInfo.cs
?????文件???????2883??2012-05-29?15:43??串口2.0\Backup\串口2.0\Properties\Resources.Designer.cs
?????文件???????5612??2012-05-29?15:43??串口2.0\Backup\串口2.0\Properties\Resources.resx
?????文件???????1110??2012-05-29?15:43??串口2.0\Backup\串口2.0\Properties\Settings.Designer.cs
?????文件????????249??2012-05-29?15:43??串口2.0\Backup\串口2.0\Properties\Settings.settings
?????文件???????3263??2012-07-06?13:43??串口2.0\Backup\串口2.0\串口2.0.csproj
?????文件????????916??2012-05-29?15:43??串口2.0\Backup\串口2.0.sln
????..A..H.?????15872??2012-07-10?09:27??串口2.0\Backup\串口2.0.suo
?????文件???????4311??2012-08-17?17:32??串口2.0\UpgradeLog.xm
?????文件???????3348??2012-08-17?17:32??串口2.0\_UpgradeReport_Files\UpgradeReport.css
?????文件??????12505??2010-05-04?01:19??串口2.0\_UpgradeReport_Files\UpgradeReport.xslt
?????文件?????????69??2012-08-17?17:32??串口2.0\_UpgradeReport_Files\UpgradeReport_Minus.gif
?????文件?????????71??2012-08-17?17:32??串口2.0\_UpgradeReport_Files\UpgradeReport_Plus.gif
?????文件????????144??2012-08-17?17:32??串口2.0\串口2.0\app.config
?????文件??????36864??2012-07-06?14:30??串口2.0\串口2.0\bin\Debug\串口2.0.exe
?????文件????????144??2012-08-17?17:32??串口2.0\串口2.0\bin\Debug\串口2.0.exe.config
?????文件??????46592??2012-07-06?14:30??串口2.0\串口2.0\bin\Debug\串口2.0.pdb
?????文件??????11592??2012-12-24?08:55??串口2.0\串口2.0\bin\Debug\串口2.0.vshost.exe
?????文件????????144??2012-08-17?17:32??串口2.0\串口2.0\bin\Debug\串口2.0.vshost.exe.config
?????文件????????490??2010-03-17?22:39??串口2.0\串口2.0\bin\Debug\串口2.0.vshost.exe.manifest
?????文件??????17649??2012-07-10?09:27??串口2.0\串口2.0\Form1.cs
?????文件??????26673??2012-06-29?13:04??串口2.0\串口2.0\Form1.Designer.cs
?????文件???????6403??2012-06-29?13:04??串口2.0\串口2.0\Form1.resx
?????文件???????5828??2012-12-24?08:55??串口2.0\串口2.0\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????4608??2012-08-17?17:32??串口2.0\串口2.0\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件????????274??2012-12-24?08:55??串口2.0\串口2.0\obj\Debug\串口2.0.csproj.FileListAbsolute.txt
............此處省略32個文件信息
評論
共有 條評論