发送:sp.WriteLine(txtSend.Text);
接收:string strRecieve2 = sp.ReadLine();
但在接收时出错:操作超时,如何解决
推荐使用Python 来和串口做数据交换。python serial 的模块很好。而且方便。