2015年12月4日

读取 COM1 端口上接收的所有可用的数据。

摘要: using System;using System.IO.Ports;class PortDataReceived{ public static void Main() { SerialPort mySerialPort = new SerialPort("COM1"); ... 阅读全文

posted @ 2015-12-04 16:41 刘顺利 阅读(527) 评论(0) 推荐(0) 编辑

c#监控程序

摘要: usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text;usingSystem.Windows.Forms... 阅读全文

posted @ 2015-12-04 16:40 刘顺利 阅读(456) 评论(0) 推荐(0) 编辑

导航