• 大小: 0.09M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: C#  串口  通信  调试  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.IO.Ports;
using System.Threading;

namespace RS232
{

    public partial class fclsRS232Tester : Form
    {
        // Various colors for logging info
        private Color[] MsgTypeColor = { Color.Blue Color.Green Color.Black Color.Orange Color.Red };

        string InputData = String.Empty;
        BackgroundWorker background_Send = new BackgroundWorker();

        ///  Convert a string of hex digits (ex: E4 CA B2) to a byte array. 
        ///  The string containing the hex digits (with or without spaces). 
        ///  Returns an ar

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-07-03 14:39  RS232_C#\
     目录           0  2015-07-04 13:24  RS232_C#\RS232\
     文件         905  2015-07-03 14:33  RS232_C#\RS232.sln
     文件       12800  2016-05-27 15:44  RS232_C#\RS232.suo
     目录           0  2015-07-03 14:35  RS232_C#\RS232\bin\
     目录           0  2015-07-03 15:43  RS232_C#\RS232\bin\Debug\
     文件       32256  2015-07-04 13:24  RS232_C#\RS232\bin\Debug\RS232.exe
     文件       38400  2015-07-04 13:24  RS232_C#\RS232\bin\Debug\RS232.pdb
     文件       14328  2016-05-27 15:27  RS232_C#\RS232\bin\Debug\RS232.vshost.exe
     文件         490  2009-06-11 05:14  RS232_C#\RS232\bin\Debug\RS232.vshost.exe.manifest
     目录           0  2015-07-03 14:35  RS232_C#\RS232\bin\Release\
     文件       24576  2015-07-03 14:34  RS232_C#\RS232\bin\Release\RS232.exe
     文件        5632  2015-07-03 14:34  RS232_C#\RS232\bin\Release\RS232.vshost.exe
     文件       17104  2015-07-04 13:24  RS232_C#\RS232\Form1.cs
     文件        8816  2015-07-03 14:33  RS232_C#\RS232\Form1.cs.bak
     文件       23247  2015-07-04 13:24  RS232_C#\RS232\Form1.Designer.cs
     文件       13134  2015-07-04 13:24  RS232_C#\RS232\Form1.resx
     目录           0  2015-07-03 14:35  RS232_C#\RS232\obj\
     目录           0  2015-07-04 13:24  RS232_C#\RS232\obj\Debug\
     目录           0  2015-07-03 14:34  RS232_C#\RS232\obj\Debug\Refactor\
     文件        2904  2016-05-27 15:27  RS232_C#\RS232\obj\Debug\RS232.csproj.FileListAbsolute.txt
     文件         847  2015-07-04 13:24  RS232_C#\RS232\obj\Debug\RS232.csproj.GenerateResource.Cache
     文件       32256  2015-07-04 13:24  RS232_C#\RS232\obj\Debug\RS232.exe
     文件        4852  2015-07-04 13:24  RS232_C#\RS232\obj\Debug\RS232.fclsRS232Tester.resources
     文件       38400  2015-07-04 13:24  RS232_C#\RS232\obj\Debug\RS232.pdb
     文件         180  2015-07-04 13:23  RS232_C#\RS232\obj\Debug\RS232.Properties.Resources.resources
     目录           0  2015-07-03 14:35  RS232_C#\RS232\obj\Debug\TempPE\
     文件        4608  2015-07-03 14:34  RS232_C#\RS232\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
     目录           0  2015-07-03 14:35  RS232_C#\RS232\obj\Release\
     目录           0  2015-07-03 14:34  RS232_C#\RS232\obj\Release\TempPE\
     文件         264  2015-07-03 14:34  RS232_C#\RS232\obj\RS232.csproj.FileList.txt
............此处省略14个文件信息

评论

共有 条评论