SerialPort sp1 = new SerialPort();Invoke(new EventHandler(delegate{textBox1.AppendText(sp1.ReadExisting());})); 查看完整描述