• 大小: 0.59M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: C#
  • 标签: c#  

资源简介


采用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“);              //创建数据集

        

        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  串口\串口\MyDatabaseDataSet.Designer.cs
     文件           3  2015-11-26 21:09  串口\串口\MyDatabaseDataSet.xsc
     文件        5379  2015-11-26 21:09  串口\串口\MyDatabaseDataSet.xsd
     文件           3  2015-11-26 21:09  串口\串口\MyDatabaseDataSet.xss
     目录           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个文件信息

评论

共有 条评论