资源简介
简单的C#串口实例Demo,方便初次开发串口编程朋友使用。
代码片段和文件信息
using System;
using System.IO.Ports;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using INIFILE;
using System.Text.Regularexpressions;
namespace SerialPortConnection
{
public partial class Form1 : Form
{
SerialPort sp1 = new SerialPort();
//sp1.ReceivedBytesThreshold = 1;//只要有1个字符送达端口时便触发DataReceived事件
public Form1()
{
InitializeComponent();
}
//加载
private void Form1_Load(object sender EventArgs e)
{
INIFILE.Profile.LoadProfile();//加载所有
// 预置波特率
switch (Profile.G_BAUDRATE)
{
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5612 2012-08-06 14:57 SerialPortConnection\SerialPortConnection\Properties\Resources.resx
文件 249 2012-08-06 14:57 SerialPortConnection\SerialPortConnection\Properties\Settings.settings
文件 1476 2012-08-06 14:57 SerialPortConnection\SerialPortConnection\Properties\AssemblyInfo.cs
文件 2869 2012-08-06 14:57 SerialPortConnection\SerialPortConnection\Properties\Resources.Designer.cs
文件 1105 2012-08-06 14:57 SerialPortConnection\SerialPortConnection\Properties\Settings.Designer.cs
文件 26561 2012-08-15 14:13 SerialPortConnection\SerialPortConnection\Form1.Designer.cs
文件 1468 2012-08-14 11:37 SerialPortConnection\SerialPortConnection\Profile.cs
文件 3862 2012-08-09 10:13 SerialPortConnection\SerialPortConnection\SerialPortConnection.csproj
文件 490 2007-07-21 01:33 SerialPortConnection\SerialPortConnection\bin\Debug\SerialPortConnection.vshost.exe.manifest
文件 14328 2012-08-16 20:49 SerialPortConnection\SerialPortConnection\bin\Debug\SerialPortConnection.vshost.exe
文件 26112 2012-08-15 17:18 SerialPortConnection\SerialPortConnection\bin\Debug\SerialPortConnection.exe
文件 44544 2012-08-15 17:18 SerialPortConnection\SerialPortConnection\bin\Debug\SerialPortConnection.pdb
文件 66 2012-09-08 09:54 SerialPortConnection\SerialPortConnection\bin\Debug\Cfg.ini
文件 180 2012-08-15 14:13 SerialPortConnection\SerialPortConnection\obj\Debug\SerialPortConnection.Form1.resources
文件 180 2012-08-09 10:13 SerialPortConnection\SerialPortConnection\obj\Debug\SerialPortConnection.Properties.Resources.resources
文件 847 2012-08-15 14:13 SerialPortConnection\SerialPortConnection\obj\Debug\SerialPortConnection.csproj.GenerateResource.Cache
文件 1047 2012-08-16 20:49 SerialPortConnection\SerialPortConnection\obj\Debug\SerialPortConnection.csproj.FileListAbsolute.txt
文件 44544 2012-08-15 17:18 SerialPortConnection\SerialPortConnection\obj\Debug\SerialPortConnection.pdb
文件 26112 2012-08-15 17:18 SerialPortConnection\SerialPortConnection\obj\Debug\SerialPortConnection.exe
文件 20297 2012-08-15 17:18 SerialPortConnection\SerialPortConnection\Form1.cs
文件 6582 2012-08-15 14:13 SerialPortConnection\SerialPortConnection\Form1.resx
文件 7503 2012-08-09 10:13 SerialPortConnection\SerialPortConnection\IniFile.cs
文件 512 2012-08-06 14:57 SerialPortConnection\SerialPortConnection\Program.cs
文件 950 2012-08-06 14:57 SerialPortConnection\SerialPortConnection.sln
..A..H. 27648 2012-08-16 20:49 SerialPortConnection\SerialPortConnection.suo
目录 0 2012-08-06 14:57 SerialPortConnection\SerialPortConnection\obj\Debug\TempPE
目录 0 2012-08-06 15:00 SerialPortConnection\SerialPortConnection\obj\Debug\Refactor
目录 0 2012-08-06 14:57 SerialPortConnection\SerialPortConnection\bin\Debug
目录 0 2012-08-06 14:57 SerialPortConnection\SerialPortConnection\obj\Debug
目录 0 2012-08-06 14:57 SerialPortConnection\SerialPortConnection\Properties
............此处省略7个文件信息
- 上一篇:点点餐饮网上订餐网站源码v1.3
- 下一篇:TCP聊天小程序入门
相关资源
- C#高级编程第10版英文原版
- c#入门经典 第七版 中文版 非扫描版
- .netc#新手菜鸟mvc5的仓库管理系统 so
- 基恩士PLC通讯.rar
- C# NPOI生成word插入图片和表格
- C#程序设计基础C#程序设计及应用教程
- 深入.NET平台和C#编程
- .net 美萍超市管理系统源码C#
- WinForm GeckoFx33 Demo JS与C#互交 窗口浏览
- 《ASP.NET程序设计项目教程》周虎,王
- 计算机图形学 三维模型处理算法初步
- C# KTV 点歌系统,C#项目源码带数据库
- C#实验--A.1 视频动态绘制练习.
- c#实现动态规划法——求解矩阵连乘问
- c#winform中完美代替WebBrowser最新的控件
- C#高级编程第9版:C#5.0 & .NET 4.5.1 par
- Illustrated C# 2010 C# 4.0图解教程
- C# WINFORM框架源碼
- C# WinForm实践开发教程清晰版
- 3D打印机上位机源码Reprap Host 是C#写的
- C#设计模式+源码JamesW.Cooper.zip
- C#程序开发范例宝典(第3版).(配套
- C#写的年会抽奖软件包含源代码.zip
- 大型ERP C#源码
- asp.net完整项目带数据库
- 清大出版社 段德亮 《C#课程设计案例
- C#人事管理系统/人力资源管理系统
- 上位机与PLC通讯dll.zip
- C# 7 and .NET Core: Modern Cross-Platform Deve
- C# 5.0 in a Nutshell 5th Edition.pdf
评论
共有 条评论