资源简介
代码片段和文件信息
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.Text.Regularexpressions;
namespace SerialportSample
{
public partial class SerialportSampleForm : Form
{
private SerialPort comm = new SerialPort();
private StringBuilder builder = new StringBuilder();//避免在事件处理方法中反复的创建,定义到外面。
private long received_count = 0;//接收计数
private long send_count = 0;//发送计数
public SerialportSampleForm()
{
InitializeComponent();
}
//窗体初始化
private void Form1_Load(object sender EventArgs e)
{
//初始化下拉串口名称列表框
string[] p
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-05-05 18:16 SerialportSample\
目录 0 2015-05-05 18:16 SerialportSample\SerialportSample\
文件 890 2010-06-25 09:07 SerialportSample\SerialportSample.sln
文件 23552 2015-04-28 10:23 SerialportSample\SerialportSample.suo
目录 0 2015-05-05 18:16 SerialportSample\SerialportSample\bin\
目录 0 2015-05-05 18:16 SerialportSample\SerialportSample\bin\Debug\
文件 20480 2015-04-24 09:22 SerialportSample\SerialportSample\bin\Debug\SerialComm.dll
文件 16384 2015-04-28 09:21 SerialportSample\SerialportSample\bin\Debug\SerialportSample.exe
文件 30208 2015-04-28 09:21 SerialportSample\SerialportSample\bin\Debug\SerialportSample.pdb
文件 14848 2015-04-28 09:23 SerialportSample\SerialportSample\bin\Debug\SerialportSample.vshost.exe
文件 490 2009-06-11 05:14 SerialportSample\SerialportSample\bin\Debug\SerialportSample.vshost.exe.manifest
文件 6761 2015-04-28 09:21 SerialportSample\SerialportSample\Form1.cs
文件 15770 2010-05-17 01:06 SerialportSample\SerialportSample\Form1.Designer.cs
文件 5817 2010-05-17 01:06 SerialportSample\SerialportSample\Form1.resx
目录 0 2015-05-05 18:16 SerialportSample\SerialportSample\obj\
目录 0 2015-05-05 18:16 SerialportSample\SerialportSample\obj\x86\
目录 0 2015-05-05 18:16 SerialportSample\SerialportSample\obj\x86\Debug\
文件 12344 2015-04-28 09:21 SerialportSample\SerialportSample\obj\x86\Debug\ResolveAssemblyReference.cache
文件 1026 2015-04-28 09:23 SerialportSample\SerialportSample\obj\x86\Debug\SerialportSample.csproj.FileListAbsolute.txt
文件 847 2015-04-27 18:23 SerialportSample\SerialportSample\obj\x86\Debug\SerialportSample.csproj.GenerateResource.Cache
文件 16384 2015-04-28 09:21 SerialportSample\SerialportSample\obj\x86\Debug\SerialportSample.exe
文件 30208 2015-04-28 09:21 SerialportSample\SerialportSample\obj\x86\Debug\SerialportSample.pdb
文件 180 2015-04-28 09:21 SerialportSample\SerialportSample\obj\x86\Debug\SerialportSample.Properties.Resources.resources
文件 180 2015-04-28 09:21 SerialportSample\SerialportSample\obj\x86\Debug\SerialportSample.SerialportSampleForm.resources
目录 0 2015-04-27 18:23 SerialportSample\SerialportSample\obj\x86\Debug\TempPE\
文件 503 2010-06-25 09:08 SerialportSample\SerialportSample\Program.cs
目录 0 2015-05-05 18:16 SerialportSample\SerialportSample\Properties\
文件 1468 2010-05-16 02:19 SerialportSample\SerialportSample\Properties\AssemblyInfo.cs
文件 2858 2010-05-16 02:19 SerialportSample\SerialportSample\Properties\Resources.Designer.cs
文件 5612 2010-05-16 02:19 SerialportSample\SerialportSample\Properties\Resources.resx
文件 1099 2010-05-16 02:19 SerialportSample\SerialportSample\Properties\Settings.Designer.cs
............此处省略2个文件信息
- 上一篇:C# FTP文件上传
- 下一篇:C# ORC图像处理
相关资源
- 基于com串口的文件发送和接收
- c# WPF串口模拟自动生成数据
- 串口通信(serialport)
- 电子称重量读取1
- 串口通讯库雏形
- 分享串口通讯之被动接收且实时查找
- 串口升级工具源码(IAP)
- C# 串口控制(打开/关闭)
- 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#编的串口调试助手
- Com 基于C#语言的一个串口通信上位机
- serials
- chuankoutongxin 完全实现多串口通信
- COMTools_v2.0 C# 串口调试助手源代码。检
- chuankouCSharp
- cSharpUART c#编写串口通讯代码 多线程实
- CSharp_Serial_Modbus C# 串口例子
- wpf-serial c# wpf串口通信软件
- serial 用C#编写的串口助手
评论
共有 条评论