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; namespace 串口通讯练习 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { Control.CheckForIllegalCrossThreadCalls = false; }
文件列表
串口通讯练习.rar
(预估有个31文件)
串口通讯练习
.vs
串口通讯练习
v14
.suo
51KB
串口通讯练习
bin
Debug
串口通讯练习.pdb
24KB
串口通讯练习.exe.config
189B
暂无评论