资源简介
串口调试助手 VS开发,C#串口编程实例
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.IO;
using System.IO.Ports;
namespace SerialPortTest1
{
public partial class Form1 : Form
{
private StreamReader sRead;
public int iTextbox2 = 0;
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender EventArgs e)
{
string[] str = SerialPort.GetPortNames();
if (str == null)
{
MessageBox.Show(“本机没有串口!“ “Error“);
return;
}
comboBox1.Items.AddRang
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-01-12 11:29 SerialPortTest1\.vs\
目录 0 2018-01-12 11:29 SerialPortTest1\.vs\SerialPortTest1\
目录 0 2018-01-12 11:29 SerialPortTest1\.vs\SerialPortTest1\v15\
文件 48128 2018-09-16 04:50 SerialPortTest1\.vs\SerialPortTest1\v15\.suo
目录 0 2018-09-16 04:49 SerialPortTest1\.vs\SerialPortTest1\v15\sqlite3\
文件 671744 2018-09-16 04:49 SerialPortTest1\.vs\SerialPortTest1\v15\sqlite3\storage.ide
文件 1142 2018-01-12 11:29 SerialPortTest1\SerialPortTest1.sln
目录 0 2018-06-20 03:54 SerialPortTest1\SerialPortTest1\
文件 189 2018-01-12 11:29 SerialPortTest1\SerialPortTest1\App.config
目录 0 2018-06-20 03:39 SerialPortTest1\SerialPortTest1\bin\
目录 0 2018-01-14 04:12 SerialPortTest1\SerialPortTest1\bin\Debug\
文件 22016 2018-02-22 11:31 SerialPortTest1\SerialPortTest1\bin\Debug\SerialPortTest1.exe
文件 189 2018-01-12 11:29 SerialPortTest1\SerialPortTest1\bin\Debug\SerialPortTest1.exe.config
文件 32256 2018-02-22 11:31 SerialPortTest1\SerialPortTest1\bin\Debug\SerialPortTest1.pdb
目录 0 2018-06-20 03:39 SerialPortTest1\SerialPortTest1\bin\Release\
文件 10584 2018-06-20 03:54 SerialPortTest1\SerialPortTest1\Form1.cs
文件 27251 2018-06-20 03:54 SerialPortTest1\SerialPortTest1\Form1.Designer.cs
文件 7401 2018-06-20 03:54 SerialPortTest1\SerialPortTest1\Form1.resx
目录 0 2018-01-12 11:29 SerialPortTest1\SerialPortTest1\obj\
目录 0 2018-01-17 15:21 SerialPortTest1\SerialPortTest1\obj\Debug\
文件 1464 2018-01-12 12:24 SerialPortTest1\SerialPortTest1\obj\Debug\DesignTimeResolveAssemblyReferences.cache
文件 7172 2018-06-20 03:52 SerialPortTest1\SerialPortTest1\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 42 2018-06-20 03:52 SerialPortTest1\SerialPortTest1\obj\Debug\SerialPortTest1.csproj.CoreCompileInputs.cache
文件 882 2018-01-14 04:12 SerialPortTest1\SerialPortTest1\obj\Debug\SerialPortTest1.csproj.FileListAbsolute.txt
文件 1012 2018-01-17 15:21 SerialPortTest1\SerialPortTest1\obj\Debug\SerialPortTest1.csproj.GenerateResource.Cache
文件 2384 2018-01-14 04:12 SerialPortTest1\SerialPortTest1\obj\Debug\SerialPortTest1.csprojResolveAssemblyReference.cache
文件 22016 2018-02-22 11:31 SerialPortTest1\SerialPortTest1\obj\Debug\SerialPortTest1.exe
文件 180 2018-01-17 15:21 SerialPortTest1\SerialPortTest1\obj\Debug\SerialPortTest1.Form1.resources
文件 32256 2018-02-22 11:31 SerialPortTest1\SerialPortTest1\obj\Debug\SerialPortTest1.pdb
文件 180 2018-01-14 04:12 SerialPortTest1\SerialPortTest1\obj\Debug\SerialPortTest1.Properties.Resources.resources
文件 0 2018-01-12 11:29 SerialPortTest1\SerialPortTest1\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
............此处省略15个文件信息
- 上一篇:C# 生成sql语句 小工具源码
- 下一篇:C# 报表组件设计方法
相关资源
- C#联通网络宽带测试 拨号
- C#百度指数抓取方法(2012年版本已失
- C# 隐藏某个磁盘分区
- C# 读取并编辑window系统的右键菜单
- C#自定义屏保(不断滚动的文字)
- C#winform打印指定区域 -控件拖动 -设置
- C#使用Hook进行改键
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- 利用uu云打码平台的lib实现的c#打码平
- tf-idf一种计算方法
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- 动态抓取IPC#实现
- XXTEA算法的C#实现和JS实现,可以互相
- C# 飞行棋 游戏源码(面向对象入门)
- 基于WinPcap的C# ARP欺骗软件().rar
- C#网络应用编程 矩阵并行计算练习
- 《C#版Ftp软件源码》
- 基于com串口的文件发送和接收
-
C# 播放铃声(AxWindowsMediaPla
yer)最新 - C# 把图片显示成椭圆形状
- C# 水平交错效果显示图像
- winform 浮雕效果的图像
- c# 底片效果显示图像就像旧式相机的
- 积木效果显示图像
- C# 隐形窗体 (没有边框,没有标题栏
- browerPhotoC#网页截图(不打开网页)
- C# 模拟时钟(自绘Graphics)
评论
共有 条评论