摘要: 阅读全文
posted @ 2014-04-05 21:29 qqhfeng16 阅读(243) 评论(0) 推荐(0)
摘要: 利用串口2读,串口3发数据的特点。建立不断的发送流,再从接收端接收。如果收到,则数据畅通,否则断开。相当于产生一个中断。这样电脑对外部事件可作出反应。using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace WindowsApplication1{ public partial class Form1 : Form { 阅读全文
posted @ 2014-04-05 15:45 qqhfeng16 阅读(820) 评论(0) 推荐(0)