• 大小: 4.51M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 串口  源代码  代码  调试  

资源简介


资源截图

代码片段和文件信息

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.Collections;
using System.IO.Ports;
using System.Diagnostics;
using System.Timers;


namespace port_51
{
    public partial class Form1 : Form

    {
        SerialPort sp1 = new SerialPort();
        public Form1()
        {
            InitializeComponent();
        }
        int timer_t = 0;

        

        #region  窗体载入
        private void Form1_Load(object sender EventArgs e)
        {
            //皮肤文件
            //skinEngine1.SkinFile = Application.StartupPath + @“\DiamondBlue.ssk“;
            //skinEngine1.SkinFile = Application.StartupPath + @“\Di

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

     文件    4270080  2015-12-24 08:26  串口调试助手\port51.ppt

     文件        144  2015-10-10 10:27  串口调试助手\port_51\app.config

     文件      16021  2006-03-22 12:25  串口调试助手\port_51\bin\Debug\DiamondBlue.ssk

     文件      16669  2006-03-22 12:26  串口调试助手\port_51\bin\Debug\DiamondGreen.ssk

     文件     581632  2010-11-10 15:00  串口调试助手\port_51\bin\Debug\IrisSkin4.DLL

     文件      44032  2016-12-12 12:18  串口调试助手\port_51\bin\Debug\port_51.exe

     文件        144  2015-10-10 10:27  串口调试助手\port_51\bin\Debug\port_51.exe.config

     文件      56832  2016-12-12 12:18  串口调试助手\port_51\bin\Debug\port_51.pdb

     文件      22984  2016-12-12 12:19  串口调试助手\port_51\bin\Debug\port_51.vshost.exe

     文件        144  2015-10-10 10:27  串口调试助手\port_51\bin\Debug\port_51.vshost.exe.config

     文件        490  2016-07-16 19:44  串口调试助手\port_51\bin\Debug\port_51.vshost.exe.manifest

     文件      24216  2016-12-12 12:18  串口调试助手\port_51\Form1.cs

     文件      39378  2016-12-12 12:17  串口调试助手\port_51\Form1.Designer.cs

     文件      10774  2016-12-12 12:17  串口调试助手\port_51\Form1.resx

     文件     581632  2010-11-10 15:00  串口调试助手\port_51\IrisSkin4.dll

     文件      12396  2016-12-12 12:16  串口调试助手\port_51\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       7014  2016-12-12 12:18  串口调试助手\port_51\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件        882  2015-10-12 13:32  串口调试助手\port_51\obj\x86\Debug\GenerateResource.read.1.tlog

     文件       1184  2015-10-12 13:32  串口调试助手\port_51\obj\x86\Debug\GenerateResource.write.1.tlog

     文件       2537  2016-12-12 12:19  串口调试助手\port_51\obj\x86\Debug\port_51.csproj.FileListAbsolute.txt

     文件       1089  2016-12-12 12:17  串口调试助手\port_51\obj\x86\Debug\port_51.csproj.GenerateResource.Cache

     文件      14575  2016-12-12 12:17  串口调试助手\port_51\obj\x86\Debug\port_51.csprojResolveAssemblyReference.cache

     文件      44032  2016-12-12 12:18  串口调试助手\port_51\obj\x86\Debug\port_51.exe

     文件       2803  2016-12-12 12:17  串口调试助手\port_51\obj\x86\Debug\port_51.Form1.resources

     文件      56832  2016-12-12 12:18  串口调试助手\port_51\obj\x86\Debug\port_51.pdb

     文件      10654  2016-12-12 12:17  串口调试助手\port_51\obj\x86\Debug\port_51.Properties.Resources.resources

     文件      13648  2015-10-10 11:05  串口调试助手\port_51\obj\x86\Debug\ResolveAssemblyReference.cache

     文件       5120  2015-10-10 10:27  串口调试助手\port_51\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件       4167  2015-10-10 10:30  串口调试助手\port_51\port_51.csproj

     文件        499  2015-10-01 10:20  串口调试助手\port_51\Program.cs

............此处省略40个文件信息

评论

共有 条评论