• 大小: 0.34M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: 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

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

     文件     161792  2020-04-14 18:40  SerialPort\bin\Debug\BXHSerialPort.exe

     文件      40448  2020-04-14 18:40  SerialPort\bin\Debug\BXHSerialPort.pdb

     文件      11592  2020-05-08 17:18  SerialPort\bin\Debug\BXHSerialPort.vshost.exe

     文件        490  2014-01-13 21:31  SerialPort\bin\Debug\BXHSerialPort.vshost.exe.manifest

     文件       4420  2020-04-14 18:40  SerialPort\bin\Debug\BXHSerialPort.xml

     文件       9841  2020-04-14 18:40  SerialPort\frmSerialPort.cs

     文件      19953  2020-04-14 18:40  SerialPort\frmSerialPort.Designer.cs

     文件     210697  2020-04-14 18:40  SerialPort\frmSerialPort.resx

     文件       1762  2020-04-14 19:10  SerialPort\obj\Debug\BXHSerialPort.csproj.FileListAbsolute.txt

     文件       1059  2020-04-14 18:40  SerialPort\obj\Debug\BXHSerialPort.csproj.GenerateResource.Cache

     文件     161792  2020-04-14 18:40  SerialPort\obj\Debug\BXHSerialPort.exe

     文件     136948  2020-04-14 18:40  SerialPort\obj\Debug\BXHSerialPort.frmSerialPort.resources

     文件      40448  2020-04-14 18:40  SerialPort\obj\Debug\BXHSerialPort.pdb

     文件       6745  2020-04-11 15:05  SerialPort\obj\Debug\BXHSerialPort.Properties.Resources.resources

     文件       1278  2020-04-14 19:29  SerialPort\obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       6193  2020-05-08 17:18  SerialPort\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件        504  2020-05-08 17:18  SerialPort\obj\Debug\SerialPort.csproj.FileListAbsolute.txt

     文件       5120  2020-04-11 15:04  SerialPort\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件        502  2018-01-04 14:06  SerialPort\Program.cs

     文件       1368  2018-01-04 14:06  SerialPort\Properties\AssemblyInfo.cs

     文件       3598  2018-01-04 14:06  SerialPort\Properties\Resources.Designer.cs

     文件       6433  2018-01-04 14:06  SerialPort\Properties\Resources.resx

     文件       1100  2018-01-04 14:06  SerialPort\Properties\Settings.Designer.cs

     文件        249  2018-01-04 14:06  SerialPort\Properties\Settings.settings

     文件       3115  2018-01-04 14:06  SerialPort\Resources\green.png

     文件       3131  2018-01-04 14:06  SerialPort\Resources\red.png

     文件       4037  2018-01-04 14:06  SerialPort\SerialPort.csproj

     目录          0  2020-05-08 17:21  SerialPort\obj\Debug\TempPE

     目录          0  2020-05-08 17:21  SerialPort\bin\Debug

     目录          0  2020-05-08 17:21  SerialPort\obj\Debug

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

评论

共有 条评论