資源簡介
C# 串口助手 調試工具源碼下載
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
using?System.IO.Ports;
namespace?UART1
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????????COMNUM.SelectedIndex?=?2;
????????????BaudRate.SelectedIndex?=?3;
????????????DataBit.SelectedIndex?=?3;
????????????StopBit.SelectedIndex?=?1;
????????????CheckBit.SelectedIndex?=?0;
????????????CharDisp.Checked?=?true;
????????????SendChar.Checked?=?true;
????????????CloseComm.Enabled?=?false;
????????????DataSend.Enabled?=?false;
????????}
????????private?void?OpenComm_Click(obj
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????92854??2014-01-11?19:02??3.ico
?????文件?????????325??2014-01-12?20:07??App.config
?????目錄???????????0??2014-01-14?21:32??bin\
?????目錄???????????0??2014-01-18?09:15??bin\Debug\
?????文件??????206848??2014-01-14?21:14??bin\Debug\UART.exe
?????文件?????????325??2014-01-12?20:07??bin\Debug\UART.exe.config
?????文件???????28160??2014-01-14?21:14??bin\Debug\UART.pdb
?????文件???????22984??2014-01-11?16:43??bin\Debug\UART1.vshost.exe
?????文件?????????187??2014-01-05?21:15??bin\Debug\UART1.vshost.exe.config
?????文件?????????490??2012-06-06?02:06??bin\Debug\UART1.vshost.exe.manifest
?????目錄???????????0??2014-01-14?21:32??bin\Release\
?????文件??????206336??2014-01-14?21:14??bin\Release\UART.exe
?????文件?????????325??2014-01-12?20:07??bin\Release\UART.exe.config
?????文件???????26112??2014-01-14?21:14??bin\Release\UART.pdb
?????文件???????22472??2014-01-14?20:57??bin\Release\UART.vshost.exe
?????文件?????????325??2014-01-12?20:07??bin\Release\UART.vshost.exe.config
?????文件????????2800??2014-01-12?19:57??bin\Release\UART.vshost.exe.manifest
?????文件????????7412??2014-01-18?09:15??Form1.cs
?????文件???????22564??2014-01-14?21:10??Form1.Designer.cs
?????文件??????145600??2014-01-14?21:10??Form1.resx
?????目錄???????????0??2014-01-14?21:32??obj\
?????目錄???????????0??2014-01-14?21:32??obj\Debug\
?????文件????????1308??2014-01-10?16:16??obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6975??2014-01-11?16:43??obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????????0??2014-01-05?21:15??obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件???????????0??2014-01-05?21:15??obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件???????????0??2014-01-05?21:15??obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????目錄???????????0??2014-01-05?21:15??obj\Debug\TempPE\
?????文件??????206848??2014-01-14?21:14??obj\Debug\UART.exe
?????文件???????28160??2014-01-14?21:14??obj\Debug\UART.pdb
?????文件?????????180??2014-01-14?21:14??obj\Debug\UART.Properties.Resources.resources
............此處省略28個文件信息
- 上一篇:C# wpf 打印源碼(含打印預覽)
- 下一篇:c#識別二維碼(轉)
評論
共有 條評論