资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.IO.Ports;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace SerialCom
{
public partial class MainForm : Form
{
//实例化串口对象
SerialPort serialPort = new SerialPort();
String saveDataFile = null;
FileStream saveDataFS = null;
public MainForm()
{
InitializeComponent();
}
//初始化串口界面参数设置
private void Init_Port_Confs()
{
/*------串口界面参数设置------*/
//检查是否含有串口
string[] str = SerialPort.GetPortNames();
if (str == null)
{
Mes
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-09-05 12:14 SerialPort-Communication-master\
文件 35 2018-09-05 12:14 SerialPort-Communication-master\.gitignore
文件 383 2018-09-05 12:14 SerialPort-Communication-master\README.md
文件 1401 2018-09-05 12:14 SerialPort-Communication-master\Serial.sln
目录 0 2018-09-05 12:14 SerialPort-Communication-master\SerialCom\
文件 180 2018-09-05 12:14 SerialPort-Communication-master\SerialCom\App.config
文件 28612 2018-09-05 12:14 SerialPort-Communication-master\SerialCom\Form1.Designer.cs
文件 15134 2018-09-05 12:14 SerialPort-Communication-master\SerialCom\Form1.cs
文件 12915 2018-09-05 12:14 SerialPort-Communication-master\SerialCom\Form1.resx
文件 502 2018-09-05 12:14 SerialPort-Communication-master\SerialCom\Program.cs
目录 0 2018-09-05 12:14 SerialPort-Communication-master\SerialCom\Properties\
文件 1280 2018-09-05 12:14 SerialPort-Communication-master\SerialCom\Properties\AssemblyInfo.cs
文件 2760 2018-09-05 12:14 SerialPort-Communication-master\SerialCom\Properties\Resources.Designer.cs
文件 5496 2018-09-05 12:14 SerialPort-Communication-master\SerialCom\Properties\Resources.resx
文件 1066 2018-09-05 12:14 SerialPort-Communication-master\SerialCom\Properties\Settings.Designer.cs
文件 242 2018-09-05 12:14 SerialPort-Communication-master\SerialCom\Properties\Settings.settings
文件 5446 2018-09-05 12:14 SerialPort-Communication-master\SerialCom\SerialCom.csproj
文件 4286 2018-09-05 12:14 SerialPort-Communication-master\SerialCom\bitbug_favicon.ico
文件 4286 2018-09-05 12:14 SerialPort-Communication-master\SerialCom\favicon.ico
目录 0 2018-09-05 12:14 SerialPort-Communication-master\简介\
文件 66123 2018-09-05 12:14 SerialPort-Communication-master\简介\intr.jpg
文件 64611 2018-09-05 12:14 SerialPort-Communication-master\简介\introducing1.jpg
相关资源
- 基恩士PLC通讯.rar
- Visual C#.NET串口通信及测控应用典型实
- C# 串口和以太网通讯超级调试助手 源
- C#串口通信工具源代码
- 基于VS2010的C#简易串口示波器
- C# 串口通讯Demo(VS2010)
- C#实现串口操作包括读写串口,显示数
- C#串口编程基础入门
- C#实现winform串口通信
- C# 通过串口传递图片
- winform+串口+生成波形图+access
- 串口扫描枪 c# 最简程序源码
- C#上位机控制8路继电器
- c# 串口通信显示心电波形
- c# 串口通讯如何多次重复发送一帧数
- vs2010_MSComm控件
- C# 串口助手波形显示
- STM32串口穿灰度图像,上位机实时显示
- C#的串口助手源码例程
- 基于C# Winform完成串口通讯上位机
- C# 串口调试助手源代码
- 串口通信 实时解析或发送串口的数据
- c#实现的串口通讯软件上位机与单片机
- C#三菱FX系列PLC纯串口命令各区域读写
- 基于C#的串口自动收发例程
- 串口调试助手C#源代码
- winform读取串口电子秤重量
- C#写的串口16进制收发程序源码.rar
- c#串口通讯log存储及实时波形绘制代码
- Modbus源码 vs2008开发基于MODBUS的RTU 串口
评论
共有 条评论