資源簡介
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.Threading;
using?System.IO.Ports;//新增加
using?System.Net;//新增加
using?System.IO;//新增加
using?System.Text.Regularexpressions;//新增加??
namespace?AGV
{
???
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????????
????????}
????????
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????ToolTip?a?=?new?ToolTip();
????????????a.ShowAlways?=?true;
????????????a.SetToolTip(this.button1?“要顯示的文字“);
????????????comboBox1.Items.AddRange(System.IO.Ports
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-09-29?21:52??串口數據采取\
?????目錄???????????0??2018-09-29?21:53??串口數據采取\AGV\
?????目錄???????????0??2018-09-29?21:53??串口數據采取\AGV\.vs\
?????目錄???????????0??2018-09-29?21:53??串口數據采取\AGV\.vs\AGV\
?????目錄???????????0??2018-09-29?21:53??串口數據采取\AGV\.vs\AGV\v15\
?????文件???????38400??2018-09-29?21:54??串口數據采取\AGV\.vs\AGV\v15\.suo
?????目錄???????????0??2018-09-29?21:53??串口數據采取\AGV\.vs\AGV\v15\Server\
?????目錄???????????0??2018-09-29?21:53??串口數據采取\AGV\.vs\AGV\v15\Server\sqlite3\
?????目錄???????????0??2016-12-03?20:20??串口數據采取\AGV\AGV\
?????文件?????????899??2016-12-03?18:57??串口數據采取\AGV\AGV.sln
?????文件???????37376??2016-12-04?20:45??串口數據采取\AGV\AGV.v11.suo
?????文件????????3949??2016-12-04?20:11??串口數據采取\AGV\AGV\AGV.csproj
?????文件?????????187??2016-12-03?18:57??串口數據采取\AGV\AGV\App.config
?????目錄???????????0??2016-12-03?18:57??串口數據采取\AGV\AGV\bin\
?????目錄???????????0??2016-12-03?19:05??串口數據采取\AGV\AGV\bin\Debug\
?????文件???????51200??2018-09-29?21:54??串口數據采取\AGV\AGV\bin\Debug\AGV.exe
?????文件?????????187??2016-12-03?18:57??串口數據采取\AGV\AGV\bin\Debug\AGV.exe.config
?????文件???????40448??2018-09-29?21:54??串口數據采取\AGV\AGV\bin\Debug\AGV.pdb
?????文件???????22984??2016-12-04?20:11??串口數據采取\AGV\AGV\bin\Debug\AGV.vshost.exe
?????文件?????????187??2016-12-03?18:57??串口數據采取\AGV\AGV\bin\Debug\AGV.vshost.exe.config
?????文件?????????490??2014-01-13?21:31??串口數據采取\AGV\AGV\bin\Debug\AGV.vshost.exe.manifest
?????文件???????14752??2016-12-04?20:45??串口數據采取\AGV\AGV\Form1.cs
?????文件???????54090??2016-12-04?12:24??串口數據采取\AGV\AGV\Form1.Designer.cs
?????文件????????6576??2016-12-04?20:11??串口數據采取\AGV\AGV\Form1.resx
?????目錄???????????0??2016-12-03?18:57??串口數據采取\AGV\AGV\obj\
?????目錄???????????0??2018-09-29?21:54??串口數據采取\AGV\AGV\obj\Debug\
?????文件??????????42??2018-09-29?21:53??串口數據采取\AGV\AGV\obj\Debug\AGV.csproj.CoreCompileInputs.cache
?????文件????????1542??2018-09-29?21:54??串口數據采取\AGV\AGV\obj\Debug\AGV.csproj.FileListAbsolute.txt
?????文件?????????939??2018-09-29?21:54??串口數據采取\AGV\AGV\obj\Debug\AGV.csproj.GenerateResource.cache
?????文件???????11765??2018-09-29?21:53??串口數據采取\AGV\AGV\obj\Debug\AGV.csprojAssemblyReference.cache
?????文件????????2293??2016-12-04?20:11??串口數據采取\AGV\AGV\obj\Debug\AGV.csprojResolveAssemblyReference.cache
............此處省略20個文件信息
評論
共有 條評論