資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.IO.Ports;
namespace?串口控制
{
????public?partial?class?Form1?:?Form
????{
????????int?count;//用于定時器計數
????????int?time;//存儲設定的定時值
????????//device?1
????????const?byte?DeviceOpen1?=?0x01;
????????const?byte?DeviceClose1?=?0x81;
????????//device?2
????????const?byte?DeviceOpen2?=?0x02;
????????const?byte?DeviceClose2?=?0x82;
????????//device?3
????????const?byte?DeviceOpen3?=?0x03;
????????const?byte?DeviceClose3?=?0x83;
????????//device?4
????????const?byte?DeviceOpen4?=?0x04;
????????const?byte?DeviceClose4?=?0x84;
????????//SerialPort?Write?Buffer
????????bool?Butto
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-01-23?20:31??串口控制軟件\
?????目錄???????????0??2019-01-23?20:31??串口控制軟件\串口控制\
?????文件???????27674??2019-01-25?21:11??串口控制軟件\串口控制\Form1.Designer.cs
?????文件???????12784??2019-01-25?21:23??串口控制軟件\串口控制\Form1.cs
?????文件????????6211??2019-01-25?21:11??串口控制軟件\串口控制\Form1.resx
?????文件?????????493??2013-07-30?18:58??串口控制軟件\串口控制\Program.cs
?????目錄???????????0??2019-01-23?20:31??串口控制軟件\串口控制\Properties\
?????文件????????1344??2013-07-30?18:58??串口控制軟件\串口控制\Properties\AssemblyInfo.cs
?????文件????????3974??2013-08-03?20:24??串口控制軟件\串口控制\Properties\Resources.Designer.cs
?????文件????????6716??2013-08-03?20:24??串口控制軟件\串口控制\Properties\Resources.resx
?????文件????????1099??2013-07-30?18:58??串口控制軟件\串口控制\Properties\Settings.Designer.cs
?????文件?????????249??2013-07-30?18:58??串口控制軟件\串口控制\Properties\Settings.settings
?????目錄???????????0??2019-01-23?20:31??串口控制軟件\串口控制\Resources\
?????文件????????4438??2013-08-03?20:09??串口控制軟件\串口控制\Resources\Go!_48X48_32bpp.png
?????文件????????3631??2013-08-03?20:09??串口控制軟件\串口控制\Resources\GoDisabled_48X48_32bpp.png
?????文件????????4271??2013-08-03?20:21??串口控制軟件\串口控制\Resources\Go_48X48_32bpp.png
?????目錄???????????0??2019-01-23?20:31??串口控制軟件\串口控制\bin\
?????目錄???????????0??2019-01-23?20:31??串口控制軟件\串口控制\bin\Debug\
?????文件???????35328??2019-01-24?20:13??串口控制軟件\串口控制\bin\Debug\串口控制.exe
?????文件???????40448??2019-01-24?20:13??串口控制軟件\串口控制\bin\Debug\串口控制.pdb
?????文件???????22472??2019-01-24?20:13??串口控制軟件\串口控制\bin\Debug\串口控制.vshost.exe
?????文件?????????490??2017-09-29?21:43??串口控制軟件\串口控制\bin\Debug\串口控制.vshost.exe.manifest
?????目錄???????????0??2019-01-25?20:29??串口控制軟件\串口控制\bin\Release\
?????文件???????35328??2019-01-25?21:23??串口控制軟件\串口控制\bin\Release\串口控制.exe
?????文件???????36352??2019-01-25?21:23??串口控制軟件\串口控制\bin\Release\串口控制.pdb
?????文件???????22472??2019-01-25?22:36??串口控制軟件\串口控制\bin\Release\串口控制.vshost.exe
?????文件?????????490??2017-09-29?21:43??串口控制軟件\串口控制\bin\Release\串口控制.vshost.exe.manifest
?????目錄???????????0??2019-01-23?20:31??串口控制軟件\串口控制\obj\
?????目錄???????????0??2019-01-24?20:13??串口控制軟件\串口控制\obj\Debug\
?????文件????????1036??2013-07-30?19:08??串口控制軟件\串口控制\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????7538??2019-01-24?20:13??串口控制軟件\串口控制\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
............此處省略24個文件信息
- 上一篇:WinformUI框架
- 下一篇:實現PC和手機端產品、訂單等數據同步
評論
共有 條評論