资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.IO.Ports;
namespace SerialCommunicate
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
System.Windows.Forms.Control.CheckForIllegalCrossThreadCalls = false;
}
private void button1_Click(object sender EventArgs e)
{
try
{
serialPort1.PortName = comboBox1.Text;
serialPort1.BaudRate = Convert.ToInt32(comboBox2.Text10);//十进制数据转换
serialPort1.Open();
button1.Enabled = false;//打开串口按钮不可用
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 14848 2019-03-20 17:50 SerialCommunicate\SerialCommunicate\bin\Debug\SerialCommunicate.exe
文件 44544 2019-03-20 17:50 SerialCommunicate\SerialCommunicate\bin\Debug\SerialCommunicate.pdb
文件 22472 2019-03-20 18:13 SerialCommunicate\SerialCommunicate\bin\Debug\SerialCommunicate.vshost.exe
文件 490 2013-03-18 17:00 SerialCommunicate\SerialCommunicate\bin\Debug\SerialCommunicate.vshost.exe.manifest
文件 5222 2019-02-26 04:30 SerialCommunicate\SerialCommunicate\Form1.cs
文件 13887 2013-07-19 23:53 SerialCommunicate\SerialCommunicate\Form1.Designer.cs
文件 6189 2013-07-18 00:19 SerialCommunicate\SerialCommunicate\Form1.resx
文件 2299 2019-02-26 03:48 SerialCommunicate\SerialCommunicate\obj\Debug\DesignTimeResolveAssemblyReferences.cache
文件 6957 2019-03-20 18:12 SerialCommunicate\SerialCommunicate\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 4264 2019-03-20 18:13 SerialCommunicate\SerialCommunicate\obj\Debug\SerialCommunicate.csproj.FileListAbsolute.txt
文件 975 2019-02-26 04:30 SerialCommunicate\SerialCommunicate\obj\Debug\SerialCommunicate.csproj.GenerateResource.Cache
文件 3785 2019-02-26 04:30 SerialCommunicate\SerialCommunicate\obj\Debug\SerialCommunicate.csprojResolveAssemblyReference.cache
文件 14848 2019-03-20 17:50 SerialCommunicate\SerialCommunicate\obj\Debug\SerialCommunicate.exe
文件 180 2019-02-26 04:30 SerialCommunicate\SerialCommunicate\obj\Debug\SerialCommunicate.Form1.resources
文件 44544 2019-03-20 17:50 SerialCommunicate\SerialCommunicate\obj\Debug\SerialCommunicate.pdb
文件 180 2019-02-26 04:30 SerialCommunicate\SerialCommunicate\obj\Debug\SerialCommunicate.Properties.Resources.resources
文件 498 2013-07-16 12:52 SerialCommunicate\SerialCommunicate\Program.cs
文件 1372 2013-07-16 12:52 SerialCommunicate\SerialCommunicate\Properties\AssemblyInfo.cs
文件 2886 2013-07-16 12:52 SerialCommunicate\SerialCommunicate\Properties\Resources.Designer.cs
文件 5612 2013-07-16 12:52 SerialCommunicate\SerialCommunicate\Properties\Resources.resx
文件 1104 2013-07-16 12:52 SerialCommunicate\SerialCommunicate\Properties\Settings.Designer.cs
文件 249 2013-07-16 12:52 SerialCommunicate\SerialCommunicate\Properties\Settings.settings
文件 3747 2013-07-16 12:54 SerialCommunicate\SerialCommunicate\SerialCommunicate.csproj
文件 941 2013-07-16 12:52 SerialCommunicate\SerialCommunicate.sln
..A..H. 42496 2019-03-20 18:15 SerialCommunicate\SerialCommunicate.v11.suo
目录 0 2013-12-26 11:20 SerialCommunicate\SerialCommunicate\obj\Debug\TempPE
目录 0 2019-03-20 17:49 SerialCommunicate\SerialCommunicate\bin\Debug
目录 0 2019-03-20 17:50 SerialCommunicate\SerialCommunicate\obj\Debug
目录 0 2019-03-20 17:49 SerialCommunicate\SerialCommunicate\bin
目录 0 2019-03-20 17:49 SerialCommunicate\SerialCommunicate\obj
............此处省略6个文件信息
相关资源
- 基恩士PLC通讯.rar
- Visual C#.NET串口通信及测控应用典型实
- C# 串口和以太网通讯超级调试助手 源
- 分享解决vs2015调试asp.net程序出现无法
- C#串口通信工具源代码
- 基于VS2010的C#简易串口示波器
- C# 串口通讯Demo(VS2010)
- C#实现串口操作包括读写串口,显示数
- C#串口编程基础入门
- C#实现winform串口通信
- C# 通过串口传递图片
- winform+串口+生成波形图+access
- 串口扫描枪 c# 最简程序源码
- C#上位机控制8路继电器
- c# 串口通信显示心电波形
- c# 串口通讯如何多次重复发送一帧数
- vs2010_MSComm控件
- C# 串口助手波形显示
- STM32串口穿灰度图像,上位机实时显示
- 基于C#的网络调试助手(源代码)
- C#的串口助手源码例程
- 基于C# Winform完成串口通讯上位机
- C# 串口调试助手源代码
- 串口通信 实时解析或发送串口的数据
- c#实现的串口通讯软件上位机与单片机
- C#开发的网络调试助手包括TCP和UDP客户
- C#三菱FX系列PLC纯串口命令各区域读写
- c# 基于ftp文件 自动升级,调试通过
- 基于C#的串口自动收发例程
- C# UDP广播+委托+网络调试助手
评论
共有 条评论