资源简介
代码片段和文件信息
/*****************************************************
* 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.xm
文件 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个文件信息
相关资源
- 基于com串口的文件发送和接收
- c# WPF串口模拟自动生成数据
- 串口通信(serialport)
- Asp.Net 实现与 Ucenter通信
- 电子称重量读取1
- 对数据报进行加密保障通信安全
- 串口通讯库雏形
- 分享串口通讯之被动接收且实时查找
- 串口升级工具源码(IAP)
- C# 串口控制(打开/关闭)
- VB.NET UDP最全通信案例
- Remoting通信例程(附服务器端以及客户
- Tcp通信示例源码(含服务器端以及客
- Tcp通信(附服务器端以及客户端)
- SerialportSample(3)2008 c#串口通信
- serialport 一个比较完整串口通信程序
- SerialPort C#串口收发界面
- CSharp_Serial C#编写的串口通信程序
- VirtualSerialPortDriver 虚拟串口
- myShowData C#编写的数据显示程序
- myDataCollect C#编写的串口数据采集器
- Serialport 用VS2010编写的串口调试助手
- SerialPort 用C#编写的一个串口调试助手
- ChuanKouTest
- MODBUS C#串口通讯
- COMMonitor
- CSharp_serial 用C#编的串口调试助手
- TCP TCP通信C#代码
- Com 基于C#语言的一个串口通信上位机
- serials
评论
共有 条评论