AddRange(baud);*/ string[]wei={"None","Odd","Even","Mark","Space"}; comboBox4.Items.AddRange(wei); //设置默认值 comboBox1.Items.AddRange(System.IO.Ports.SerialPort.GetPortNames());//自动获取当前串口 comboBox2.Text="9600"; comboBox3.Text="8"; comboBox4.Text="None";
串口调试助手预源代码 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; using System.Threading;...
用C#写的串口调试助手源代码,VS2010工程,内有可执行文件可直接使用,也可以作为自己开发的串口程序的框架使用。现有可以配置波特率、停止位、串口号等参数的接口,也有手动发送和定时自动发送的功能,还有自动接收串口数据存文件并显示的功能。 代码片段和文件信息 using System;using System.Collections.Generic;using Syste...
资源简介 串口调试助手源码 资源截图 小图 大图 代码片段和文件信息 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.Ports;name...
串口调试助手源代码串口调试助手预源代码 using System; using System.Collect ion s.Ge neric; using System.Comp onen tModel; using System.Data; using System.Draw ing; using System.Linq; using System.Text; using System.Thread in g.Tasks; using System.Wi ndows.Forms; using Syste m.IO; using...
WPF开发的串口调试示例。代码片段和文件信息 using System;using System.Collections.Generic;using System.Configuration;using System.Data;using System.Linq;using System.Threading.Tasks;using System.Windows;namespace SeriesCommunicationDemo{ /// /// Interaction logic for App.xaml /// public partial clas...
using System.IO.Ports;//串口调用对应的引用using System.Linq;using System.Text;using System.Windows.Forms;namespace BXHSerialPort{ public partial class frmSerialPort : Form { private SerialPort ComDevice = new SerialPort(); public frmSerialPort() { I 属性 大小 日期 时间 名称--- --- ---...
此份代码原创,尤其插件部分代码从英文文档而来,对此保留一切解释权,对借鉴的各串口助手作者表示感谢,5个下载分个人觉得是对得起的,代码自由且无价。建议VS2013以上版本打开。 代码片段和文件信息 using System;using System.Collections.Generic;using System.Configuration;using System.Data;using System.Linq;using Sy...