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

资源简介


资源截图

代码片段和文件信息

/*****************************************************
 * ProjectName:  BXHSerialPort
 * Description:
 * ClassName:    Class1
 * CLRVersion:   4.0.30319.42000
 * Author:       JiYF
 * NameSpace:    BXHSerialPort
 * MachineName:  JIYF_PC
 * CreateTime:   2017/3/25 16:46:14
 * UpdatedTime:  2017/3/25 16:46:14
*****************************************************/
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO.Ports;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace BXHSerialPort
{
    public partial class frmSerialPort : Form
    {
        private SerialPort ComDevice = new SerialPort();
        public frmSerialPort()
        {
            InitializeCo

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-03-25 20:11  BenXH\
     文件        1008  2017-03-25 14:05  BenXH\BenXH.sln
     文件       29696  2017-03-26 12:00  BenXH\BenXH.v12.suo
     目录           0  2017-03-26 12:00  BenXH\BXHSerialPort\
     目录           0  2017-03-25 20:11  BenXH\BXHSerialPort\bin\
     目录           0  2017-03-26 11:58  BenXH\BXHSerialPort\bin\Debug\
     文件       28672  2017-03-26 11:58  BenXH\BXHSerialPort\bin\Debug\BXHSerialPort.exe
     文件       42496  2017-03-26 11:58  BenXH\BXHSerialPort\bin\Debug\BXHSerialPort.pdb
     文件       24216  2017-03-26 11:59  BenXH\BXHSerialPort\bin\Debug\BXHSerialPort.vshost.exe
     文件         490  2013-03-18 17:00  BenXH\BXHSerialPort\bin\Debug\BXHSerialPort.vshost.exe.manifest
     文件        4702  2017-03-26 11:58  BenXH\BXHSerialPort\bin\Debug\BXHSerialPort.xml
     目录           0  2017-03-25 14:11  BenXH\BXHSerialPort\bin\Release\
     文件        4037  2017-03-26 11:03  BenXH\BXHSerialPort\BXHSerialPort.csproj
     文件        9448  2017-03-26 12:00  BenXH\BXHSerialPort\frmSerialPort.cs
     文件       29006  2017-03-25 19:34  BenXH\BXHSerialPort\frmSerialPort.Designer.cs
     文件        5817  2017-03-25 19:34  BenXH\BXHSerialPort\frmSerialPort.resx
     目录           0  2017-03-25 20:11  BenXH\BXHSerialPort\obj\
     目录           0  2017-03-26 11:58  BenXH\BXHSerialPort\obj\Debug\
     文件        1363  2017-03-26 11:59  BenXH\BXHSerialPort\obj\Debug\BXHSerialPort.csproj.FileListAbsolute.txt
     文件        1119  2017-03-25 19:34  BenXH\BXHSerialPort\obj\Debug\BXHSerialPort.csproj.GenerateResource.Cache
     文件        2211  2017-03-25 14:08  BenXH\BXHSerialPort\obj\Debug\BXHSerialPort.csprojResolveAssemblyReference.cache
     文件       28672  2017-03-26 11:58  BenXH\BXHSerialPort\obj\Debug\BXHSerialPort.exe
     文件         180  2017-03-26 11:04  BenXH\BXHSerialPort\obj\Debug\BXHSerialPort.frmSerialPort.resources
     文件       42496  2017-03-26 11:58  BenXH\BXHSerialPort\obj\Debug\BXHSerialPort.pdb
     文件        6755  2017-03-26 11:04  BenXH\BXHSerialPort\obj\Debug\BXHSerialPort.Properties.Resources.resources
     文件         865  2017-03-25 14:05  BenXH\BXHSerialPort\obj\Debug\DesignTimeResolveAssemblyReferences.cache
     文件        6944  2017-03-26 11:03  BenXH\BXHSerialPort\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     目录           0  2017-03-25 20:11  BenXH\BXHSerialPort\obj\Debug\TempPE\
     文件        5120  2017-03-25 15:22  BenXH\BXHSerialPort\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
     文件         502  2017-03-25 14:11  BenXH\BXHSerialPort\Program.cs
     目录           0  2017-03-25 20:11  BenXH\BXHSerialPort\Properties\
............此处省略14个文件信息

评论

共有 条评论