資源簡介
采用c#編程,完成了上位機界面與下位機串口通訊功能及界面設計,含完整代碼及注釋
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Collections;
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.Ports;
using?System.Text.Regularexpressions;
using?System.Data.SqlClient;
using?ZedGraph;
namespace?串口
{
????public?partial?class?Form1?:?Form
????{
????????SerialPort?sp1?=?new?SerialPort();
????????SqlConnection?con;
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?zedGraphControl1_Load(object?sender?EventArgs?e)
????????{
????????}
????????/*ZedGraph控件代碼*/
???????//?PointPairList?list?=?new?PointPairList();
????????RollingPointPairList?list?=?new?RollingPointPairList(40);???//設置40個點
????????LineItem?myCurve;
????????DataSet?ds?=?new?DataSet(“MyDatabase“);??????????????//創(chuàng)建數(shù)據(jù)集
????????
????????private?void?Form1_Load(object?sender?Ev
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-02-27?16:36??串口\
?????目錄???????????0??2016-04-20?20:14??串口\TestResults\
?????目錄???????????0??2016-02-27?16:36??串口\zedgraph.web.dll\
?????文件??????380416??2014-06-24?11:30??串口\zedgraph.web.dll\DLL工具.exe
?????目錄???????????0??2016-02-27?16:36??串口\zedgraph.web.dll\x32\
?????文件??????311296??2015-11-12?21:47??串口\zedgraph.web.dll\x32\ZedGraph.dll
?????文件??????102400??2012-03-14?12:55??串口\zedgraph.web.dll\x32\zedgraph.web.dll
?????文件????????1790??2015-11-13?10:34??串口\zedgraph.web.dll\zedgraph屬性設置.txt
?????目錄???????????0??2016-02-27?16:36??串口\串口\
?????文件?????????908??2015-11-12?21:55??串口\串口.sln
?????文件???????40448??2015-12-15?16:33??串口\串口.v11.suo
?????文件?????????514??2015-11-26?21:09??串口\串口\App.config
?????目錄???????????0??2015-11-12?21:55??串口\串口\bin\
?????目錄???????????0??2016-02-27?16:36??串口\串口\bin\Debug\
?????文件??????311296??2015-11-12?21:47??串口\串口\bin\Debug\ZedGraph.dll
?????文件???????47104??2015-12-11?10:51??串口\串口\bin\Debug\串口.exe
?????文件?????????514??2015-11-26?21:09??串口\串口\bin\Debug\串口.exe.config
?????文件???????81408??2015-12-11?10:51??串口\串口\bin\Debug\串口.pdb
?????文件???????22984??2015-12-15?09:59??串口\串口\bin\Debug\串口.vshost.exe
?????文件?????????514??2015-11-26?21:09??串口\串口\bin\Debug\串口.vshost.exe.config
?????文件?????????490??2012-06-06?02:06??串口\串口\bin\Debug\串口.vshost.exe.manifest
?????文件???????15183??2015-12-11?22:14??串口\串口\Form1.cs
?????文件???????27864??2015-12-10?10:57??串口\串口\Form1.Designer.cs
?????文件????????7415??2015-12-10?10:57??串口\串口\Form1.resx
?????文件???????68828??2015-11-26?21:09??串口\串口\MyDataba
?????文件???????????3??2015-11-26?21:09??串口\串口\MyDataba
?????文件????????5379??2015-11-26?21:09??串口\串口\MyDataba
?????文件???????????3??2015-11-26?21:09??串口\串口\MyDataba
?????目錄???????????0??2015-11-12?21:55??串口\串口\obj\
?????目錄???????????0??2016-02-27?16:36??串口\串口\obj\Debug\
?????文件????????7587??2015-11-27?09:16??串口\串口\obj\Debug\DesignTimeResolveAssemblyReferences.cache
............此處省略22個文件信息
- 上一篇:C#實現(xiàn)記住密碼
- 下一篇:免費網(wǎng)絡硬盤c#(mvc)源碼
評論
共有 條評論