資源簡介
代碼片段和文件信息
using?System;
using?System.Collections;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Drawing;
using?System.IO.Ports;
using?System.Text;
using?System.Text.Regularexpressions;
using?System.Windows.Forms;
namespace?myport2
{
public?class?Form1?:?Form
{
private?enum?SetPort
{
打開
關閉
}
private?SerialPort?port?=?new?SerialPort();
private?bool?isSetProperty?=?false;
private?string?tbSendDate?=?““;
private?string?tbSend16Date?=?““;
private?List?ReceivedData?=?new?List();
private?int?a?=?0;
private?IContainer?components?=?null;
private?ComboBox?cmbt;
private?Label?lbport;
private?Label?labBaudrate;
private?Button?btOpenport;
private?ComboBox?cbtDataBit;
privat
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-08-25?09:28??.vs\
?????目錄???????????0??2018-08-25?09:28??.vs\myport2\
?????目錄???????????0??2018-08-25?09:28??.vs\myport2\v15\
?????文件???????23040??2018-08-25?09:29??.vs\myport2\v15\.suo
?????目錄???????????0??2018-08-25?09:28??.vs\myport2\v15\Server\
?????目錄???????????0??2018-08-25?09:28??.vs\myport2\v15\Server\sqlite3\
?????文件???????????0??2018-08-25?09:28??.vs\myport2\v15\Server\sqlite3\db.lock
?????文件????????4096??2018-08-25?09:28??.vs\myport2\v15\Server\sqlite3\storage.ide
?????文件???????32768??2018-08-25?09:28??.vs\myport2\v15\Server\sqlite3\storage.ide-shm
?????文件??????609792??2018-08-25?09:28??.vs\myport2\v15\Server\sqlite3\storage.ide-wal
?????目錄???????????0??2018-08-25?09:27??Properties\
?????文件?????????992??2018-08-25?09:27??Properties\AssemblyInfo.cs
?????目錄???????????0??2018-08-25?09:28??bin\
?????目錄???????????0??2018-08-25?09:28??bin\Debug\
?????文件??????600648??2018-04-12?07:35??bin\Debug\System.Drawing.dll
?????文件?????5237360??2018-04-12?07:35??bin\Debug\System.Windows.Forms.dll
?????文件?????3554848??2018-04-12?07:35??bin\Debug\System.dll
?????文件???????23040??2018-08-25?09:28??bin\Debug\myport2.exe
?????文件???????38400??2018-08-25?09:28??bin\Debug\myport2.pdb
?????目錄???????????0??2018-08-25?09:27??myport2\
?????文件???????24036??2018-08-25?09:27??myport2\Form1.cs
?????文件????????1413??2018-08-25?09:27??myport2\Methods.cs
?????文件?????????296??2018-08-25?09:27??myport2\Program.cs
?????目錄???????????0??2018-08-25?09:27??myport2.Properties\
?????文件????????1098??2018-08-25?09:27??myport2.Properties\Resources.cs
?????文件?????????500??2018-08-25?09:27??myport2.Properties\Settings.cs
?????文件????????2424??2018-08-25?09:29??myport2.csproj
?????文件????????1064??2018-08-25?09:28??myport2.sln
?????目錄???????????0??2018-08-25?09:28??obj\
?????目錄???????????0??2018-08-25?09:28??obj\x86\
?????目錄???????????0??2018-08-25?09:28??obj\x86\Debug\
............此處省略8個文件信息
評論
共有 條評論