91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.26M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2020-12-26
  • 語言: C#
  • 標(biāo)簽: C#??串口??c??調(diào)試??

資源簡介

串口調(diào)試助手 VS開發(fā),C#串口編程實(shí)例

資源截圖

代碼片段和文件信息

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;
using?System.IO.Ports;
namespace?SerialPortTest1
{
????public?partial?class?Form1?:?Form
????{
????????private?StreamReader?sRead;
????????public?int?iTextbox2?=?0;

????????public?Form1()
????????{
????????????InitializeComponent();
????????}

????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????string[]?str?=?SerialPort.GetPortNames();
????????????if?(str?==?null)
????????????{
????????????????MessageBox.Show(“本機(jī)沒有串口!“?“Error“);
????????????????return;
????????????}
????????????comboBox1.Items.AddRang

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-01-12?11:29??SerialPortTest1\.vs\
?????目錄???????????0??2018-01-12?11:29??SerialPortTest1\.vs\SerialPortTest1\
?????目錄???????????0??2018-01-12?11:29??SerialPortTest1\.vs\SerialPortTest1\v15\
?????文件???????48128??2018-09-16?04:50??SerialPortTest1\.vs\SerialPortTest1\v15\.suo
?????目錄???????????0??2018-09-16?04:49??SerialPortTest1\.vs\SerialPortTest1\v15\sqlite3\
?????文件??????671744??2018-09-16?04:49??SerialPortTest1\.vs\SerialPortTest1\v15\sqlite3\storage.ide
?????文件????????1142??2018-01-12?11:29??SerialPortTest1\SerialPortTest1.sln
?????目錄???????????0??2018-06-20?03:54??SerialPortTest1\SerialPortTest1\
?????文件?????????189??2018-01-12?11:29??SerialPortTest1\SerialPortTest1\App.config
?????目錄???????????0??2018-06-20?03:39??SerialPortTest1\SerialPortTest1\bin\
?????目錄???????????0??2018-01-14?04:12??SerialPortTest1\SerialPortTest1\bin\Debug\
?????文件???????22016??2018-02-22?11:31??SerialPortTest1\SerialPortTest1\bin\Debug\SerialPortTest1.exe
?????文件?????????189??2018-01-12?11:29??SerialPortTest1\SerialPortTest1\bin\Debug\SerialPortTest1.exe.config
?????文件???????32256??2018-02-22?11:31??SerialPortTest1\SerialPortTest1\bin\Debug\SerialPortTest1.pdb
?????目錄???????????0??2018-06-20?03:39??SerialPortTest1\SerialPortTest1\bin\Release\
?????文件???????10584??2018-06-20?03:54??SerialPortTest1\SerialPortTest1\Form1.cs
?????文件???????27251??2018-06-20?03:54??SerialPortTest1\SerialPortTest1\Form1.Designer.cs
?????文件????????7401??2018-06-20?03:54??SerialPortTest1\SerialPortTest1\Form1.resx
?????目錄???????????0??2018-01-12?11:29??SerialPortTest1\SerialPortTest1\obj\
?????目錄???????????0??2018-01-17?15:21??SerialPortTest1\SerialPortTest1\obj\Debug\
?????文件????????1464??2018-01-12?12:24??SerialPortTest1\SerialPortTest1\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????7172??2018-06-20?03:52??SerialPortTest1\SerialPortTest1\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件??????????42??2018-06-20?03:52??SerialPortTest1\SerialPortTest1\obj\Debug\SerialPortTest1.csproj.CoreCompileInputs.cache
?????文件?????????882??2018-01-14?04:12??SerialPortTest1\SerialPortTest1\obj\Debug\SerialPortTest1.csproj.FileListAbsolute.txt
?????文件????????1012??2018-01-17?15:21??SerialPortTest1\SerialPortTest1\obj\Debug\SerialPortTest1.csproj.GenerateResource.Cache
?????文件????????2384??2018-01-14?04:12??SerialPortTest1\SerialPortTest1\obj\Debug\SerialPortTest1.csprojResolveAssemblyReference.cache
?????文件???????22016??2018-02-22?11:31??SerialPortTest1\SerialPortTest1\obj\Debug\SerialPortTest1.exe
?????文件?????????180??2018-01-17?15:21??SerialPortTest1\SerialPortTest1\obj\Debug\SerialPortTest1.Form1.resources
?????文件???????32256??2018-02-22?11:31??SerialPortTest1\SerialPortTest1\obj\Debug\SerialPortTest1.pdb
?????文件?????????180??2018-01-14?04:12??SerialPortTest1\SerialPortTest1\obj\Debug\SerialPortTest1.Properties.Resources.resources
?????文件???????????0??2018-01-12?11:29??SerialPortTest1\SerialPortTest1\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
............此處省略15個(gè)文件信息

評(píng)論

共有 條評(píng)論