資源簡(jiǎn)介
用C#編寫的串口助手,源碼,并有波形顯示,保存數(shù)據(jù);自動(dòng)識(shí)別串口,二進(jìn)制,十進(jìn)制,16進(jìn)制發(fā)送;等功能。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.IO.Ports;//串口操作命名空間
using?System.Text.Regularexpressions;
using?System.Threading;//線程操作命名空間
using?System.IO;//數(shù)據(jù)流和文件操作
using?System.Reflection;
using?System.Drawing;//提供畫GDI+圖形的基本功能??
using?System.Drawing.Text;//提供畫GDI+圖形的高級(jí)功能??
using?System.Drawing.Drawing2D;//提供畫高級(jí)二維,矢量圖形功能??
using?System.Drawing.Imaging;//提供畫GDI+圖形的高級(jí)功能??
using?Microsoft.Office.Interop.Excel;
using?Excel?=?Microsoft.Office.Interop.Excel;
using?System.Windows.Forms.DataVisualization.Charting;//提供Chart圖表
namespace?串口
{
????public?partial?class?Form1?:?Form
????{
????????private?SerialPort?COMM?=?new?SerialPort();
?
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-01-27?12:31??串口\
?????目錄???????????0??2014-01-27?12:31??串口\串口\
?????文件?????????860??2013-12-04?15:07??串口\串口.sln
?????文件???????22016??2014-04-11?13:26??串口\串口.suo
?????文件?????????694??2013-12-12?09:24??串口\串口\ANIM.BMP
?????目錄???????????0??2014-01-27?12:31??串口\串口\bin\
?????目錄???????????0??2014-01-27?12:31??串口\串口\bin\Debug\
?????文件???????36864??2014-04-10?17:35??串口\串口\bin\Debug\串口.exe
?????文件???????42496??2014-04-10?17:35??串口\串口\bin\Debug\串口.pdb
?????文件???????11600??2014-04-11?12:51??串口\串口\bin\Debug\串口.vshost.exe
?????文件?????????490??2010-03-17?22:39??串口\串口\bin\Debug\串口.vshost.exe.manifest
?????目錄???????????0??2013-12-28?16:59??串口\串口\bin\Release\
?????文件?????????388??2013-12-04?18:52??串口\串口\ClassDiagram1.cd
?????文件????????1078??2013-12-12?09:24??串口\串口\COMM.ICO
?????文件???????11993??2013-12-28?16:54??串口\串口\Form1.cs
?????文件???????45820??2013-12-28?16:54??串口\串口\Form1.Designer.cs
?????文件????????9447??2013-12-28?16:54??串口\串口\Form1.resx
?????目錄???????????0??2014-01-27?12:31??串口\串口\ico\
?????文件????????3262??2013-12-12?13:18??串口\串口\ICON_GRE.ICO
?????文件????????1078??2013-12-12?09:24??串口\串口\ICON_NOT.ICO
?????文件?????????766??2013-12-12?09:24??串口\串口\icon_not1.ico
?????文件????????1078??2013-12-12?09:24??串口\串口\ICON_ON.ICO
?????文件?????????766??2013-12-12?09:24??串口\串口\ICON_ON1.ICO
?????文件?????????694??2007-06-26?13:15??串口\串口\ico\ANIM.BMP
?????文件????????3262??2007-06-26?13:15??串口\串口\ico\choosepath.ico
?????文件????????1078??2007-06-26?13:15??串口\串口\ico\COMM.ICO
?????文件????????3262??2007-06-26?13:15??串口\串口\ico\GJWTECH1.ICO
?????文件?????????766??2007-06-26?13:15??串口\串口\ico\GREEN.ICO
?????文件????????3262??2007-06-26?13:15??串口\串口\ico\ICON_GRE.ICO
?????文件????????1078??2007-06-26?13:15??串口\串口\ico\ICON_NOT.ICO
?????文件?????????766??2007-06-26?13:15??串口\串口\ico\icon_not1.ico
............此處省略36個(gè)文件信息
評(píng)論
共有 條評(píng)論