資源簡介
代碼片段和文件信息
/*
?*?由SharpDevelop創建。
?*?用戶:?hp
?*?日期:?2015/6/4
?*?時間:?15:20
?*?
?*?要改變這種模板請點擊?工具|選項|代碼編寫|編輯標準頭文件
?*/
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;
namespace?串口通信程序1
{
///?
///?Description?of?MainForm.
///?
public?partial?class?MainForm?:?Form
{
public?MainForm()
{
InitializeComponent();
}
public?void?ComboBox1SelectedIndexChanged(object?sender?EventArgs?e)
{
}
public??void?Button1Click(object?sender?EventArgs?e)//點擊按鈕獲取串口
{
try?{
{
serialPort1.DataBits=7;
serialPort1.BaudRate=Convert.ToInt16(?textBox1.Text.ToString());
if
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-08-16?14:54??串口通信程序1\
?????目錄???????????0??2015-07-09?15:17??串口通信程序1\串口通信程序1\
?????文件???????25372??2015-06-22?17:52??串口通信程序1\串口通信程序1\MainForm.Designer.cs
?????文件???????12204??2015-06-22?19:21??串口通信程序1\串口通信程序1\MainForm.cs
?????文件????????6579??2015-06-22?17:52??串口通信程序1\串口通信程序1\MainForm.resx
?????文件?????????648??2015-06-04?15:20??串口通信程序1\串口通信程序1\Program.cs
?????目錄???????????0??2015-06-04?15:20??串口通信程序1\串口通信程序1\Properties\
?????文件????????1095??2015-06-04?15:20??串口通信程序1\串口通信程序1\Properties\AssemblyInfo.cs
?????目錄???????????0??2015-06-04?15:20??串口通信程序1\串口通信程序1\bin\
?????目錄???????????0??2015-08-16?14:53??串口通信程序1\串口通信程序1\bin\Debug\
?????文件???????21504??2015-08-16?14:53??串口通信程序1\串口通信程序1\bin\Debug\串口通信程序1.exe
?????文件???????34304??2015-08-16?14:53??串口通信程序1\串口通信程序1\bin\Debug\串口通信程序1.pdb
?????文件???????23168??2015-08-16?14:53??串口通信程序1\串口通信程序1\bin\Debug\串口通信程序1.vshost.exe
?????文件?????????490??2010-03-17?22:39??串口通信程序1\串口通信程序1\bin\Debug\串口通信程序1.vshost.exe.manifest
?????目錄???????????0??2015-06-04?15:20??串口通信程序1\串口通信程序1\obj\
?????目錄???????????0??2015-08-16?14:53??串口通信程序1\串口通信程序1\obj\Debug\
?????文件????????2861??2015-08-16?14:53??串口通信程序1\串口通信程序1\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6694??2015-08-16?14:53??串口通信程序1\串口通信程序1\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2015-08-16?14:54??串口通信程序1\串口通信程序1\obj\Debug\TempPE\
?????文件?????????180??2015-08-16?14:53??串口通信程序1\串口通信程序1\obj\Debug\串口通信程序1.MainForm.resources
?????文件?????????816??2015-08-16?14:53??串口通信程序1\串口通信程序1\obj\Debug\串口通信程序1.csproj.FileListAbsolute.txt
?????文件?????????907??2015-08-16?14:53??串口通信程序1\串口通信程序1\obj\Debug\串口通信程序1.csproj.GenerateResource.Cache
?????文件????????7562??2015-08-16?14:53??串口通信程序1\串口通信程序1\obj\Debug\串口通信程序1.csprojResolveAssemblyReference.cache
?????文件???????21504??2015-08-16?14:53??串口通信程序1\串口通信程序1\obj\Debug\串口通信程序1.exe
?????文件???????34304??2015-08-16?14:53??串口通信程序1\串口通信程序1\obj\Debug\串口通信程序1.pdb
?????文件????????2719??2015-08-16?14:53??串口通信程序1\串口通信程序1\串口通信程序1.csproj
?????文件?????????870??2015-06-04?15:20??串口通信程序1\串口通信程序1.sln
?????文件???????14848??2015-08-16?14:54??串口通信程序1\串口通信程序1.v12.suo
- 上一篇:ETL定時任務(數據同步)
- 下一篇:C# 鼠標縮放平移圖像
評論
共有 條評論