读取 COM1 端口上接收的所有可用的数据。
摘要:using System;using System.IO.Ports;class PortDataReceived{ public static void Main() { SerialPort mySerialPort = new SerialPort("COM1"); ...
阅读全文
posted @ 2015-12-04 16:41
posted @ 2015-12-04 16:41
posted @ 2015-12-04 16:40