• 大小: 0.24M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: C#  升级  串口  c  代码  

资源简介

C#串口IAP升级软件上位机源代码,开发环境为vs2010。

资源截图

代码片段和文件信息

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.Windows.Forms.DataVisualization.Charting;

namespace nSerialClass
{
    public sealed partial class FormChart : Form
    {
        string[] seriesName = {“s1:速度““s2:电压“};
        private Queue dataQueue1 = new Queue(100);
        private Queue dataQueue2 = new Queue(100);
        private int num = 1;//每次删除增加几个点
        //构造函数
        public FormChart()
        {
            InitializeComponent();
            InitChart();
            ckbbtn_startstop.Checked = true;
        }
        //拦截关闭事件改为隐藏窗体
        private void FormChart_FormClosi

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      71680  2018-04-07 16:52  SerialportIAP.exe

     文件      21504  2009-04-07 14:01  Unme.Common.dll

----------- ---------  ---------- -----  ----

                93184                    2


评论

共有 条评论