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#制作的串口调试助手源代码(可发送可接受数据) 您现在的位置是:首页>资料属性>源码>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.Ports;name...
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; 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...
串口调试助手源代码串口调试助手预源代码 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...
串口调试助手预源代码 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; usingSystem.IO.Ports; using System.Threading; ...
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 属性 大小 日期 时间 名称--- --- ---...